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 : Job tablesSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Reporting Forum

 New Topic 
 
 Post Reply 
[1]  
 Job tables 
 Author   Message 
  Siva Sivakumar 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-06-28 
 Profile
 Posted : 2006-06-28 11:47:44

Hi,

I need to create Job reports for clients.  In any of the transaction tables, there is no reference to Jobtype fields at all.  My understanding is that a customer can have multiple jobs.  Where is the link between customer and their multiple jobs.

Thanks for your help.

Siva

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-06-28 13:19:31

The actual Job Reports can be called directly in QODBC using stored procedures. See: How do I use the QuickBooks Reporting Engine with QODBC? I've heard something about sp_report ? 

Every job itself is a customer record with the parent customer record linked in the ParentRefListID itself like this:

SELECT ListID, FullName, ParentRefListID FROM Customer where FullName Like 'Abercrombie, Kristy%'

See also: How do I access data in the standard QuickBooks report Time by Job Data for more flexible reporting? 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to