Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : I am trying to extract the payroll check detail information. Which tables to use?Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
[1]  
 I am trying to extract the payroll check detail information. Which tables to use? 
 Author   Message 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-02-22 12:45:29

Payroll information is not available from Intuit in their qbXML SDK and is therefore not available to QODBC.

The most information we have is the EmployeeEarning, PayrollItemWage and PayrollItemNonWage tables, but there is no information on payroll checks other than the Transaction table (as per: Paycheck multi table join with sum and group?).

The best way we can access the information is via sp_reports. Using the PayrollSummary or EmployeeEarnings sp_reports would the best way to view the data. See: How do I use the QuickBooks Reporting Engine with QODBC? I've heard something about sp_report ? 

If you're using the Canadian Edition of QuickBooks 2008, see also: sp_report PayrollTransactionsByPayee does not return TxnType = 'Pay Cheque' 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-04-10 16:30:50

The easiest way is to use the PayrollTransactionsByPayee report itself:

sp_report PayrollTransactionsByPayee show Text, TxnType, Date, RefNumber, Name, Memo, Account, Amount
parameters DateMacro = 'ThisQuarter', IncludeAccounts = 'InUse',
ReportDetailLevelFilter = 'All'

See also: Paycheck multi table join with sum and group? for the table method.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to