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 : Using a Class in TimeTracking insertsSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Using a Class in TimeTracking inserts 
 Author   Message 
  stellina 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-04-15 
 Profile
 Posted : 2008-02-27 06:18:14
When adding a TimeTracking record with QODBC v8 can the work comp and class fields be included?  With our current import system, we enter these manually and it is quite tedious.  Thank you... 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-02-27 09:09:17

You can include a Class name in the TimeTracking insert like this:

INSERT INTO "TimeTracking" ("EntityRefListID", "DurationMinutes","TxnDate","CustomerRefFullName",
"ItemServiceRefFullName", "ClassRefFullName", "PayrollItemWageRefFullName","Notes")
VALUES ( '370000-933272659', 480, {d'2007-12-19'}, 'Pretell Real Estate:75 Sunset Rd.',
'Removal', 'Remodel', 'Salary','This TIMETRACKING insert uses a CLASS' )

See: Special tax area in 'edit employee' screen also.

 

  Top 
  Pat Sonnek 
  
 Group: Members 
 Posts: 1 
 Joined: 2009-01-10 
 Profile
 Posted : 2009-01-10 07:40:50
And the Workers Comp field?  How dose one include that field? 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2009-01-10 14:39:13
Sorry, the WC Code is not exposed by Intuit's qbXML SDK, so QODBC has no access to it. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to