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 : Journals and Tax using the 2005/06 Australian version of QuickBooks?Search Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Journals and Tax using the 2005/06 Australian version of QuickBooks? 
 Author   Message 
   
  
 Group: Members 
 Posts: 1 
 Joined: 2006-04-23 
 Profile
 Posted : 2006-04-23 22:17:48

I am using QODBC Ver 6.00.00.155 with Quickbooks 2005/06.

I have been unable to locate the taxcode fields in any of the journal tables.

Are these accessible and if so in which tables can they be found.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-04-24 07:13:25

Sorry, the GST extensions have not been implemented in the qbXML SDK by Quicken in Australia, so the GST Tax columns do not appear when doing  "JournalEntryCreditLine" and "JournalEntryDebitLine" inserts. Because of this oversight by Quicken, this:

appears in QODBC with the GST amount of $3,200 MIA:-

BTW: The SELECT statement is:

SELECT JournalCreditLineAccountRefFullName as Account,
JournalDebitLineAmount as Debit, JournalCreditLineAmount as Credit
FROM JournalEntryCreditLine, JournalEntryDebitLine
where JournalEntryCreditLine.RefNumber= JournalEntryDebitLine.RefNumber
and (JournalEntryCreditLine.RefNumber='3'
or JournalEntryDebitLine.RefNumber='3')

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to