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 : issue regarding invoice numberSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Updates and Bug Fixes

 New Topic 
 
 Post Reply 
[1]  
 issue regarding invoice number 
 Author   Message 
  Anders Jeppesen 
  
 Group: Members 
 Posts: 4 
 Joined: 2006-07-17 
 Profile
 Posted : 2006-08-14 07:26:12

I Have a problem when I'm creating a new invoice, very thing is working but not the "RefNumber", I have tryid to make a query where it's not in, but it's not creating a new number only 1.........

Is the only way to find it to run the trough the invoice tabel and find the next number, witch is very slow.....?

Regards Anders Jeppesen

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-08-14 08:44:00

If you don't use RefNumber in the InvoiceLine and Invoice inserts, QuickBooks will automatically assign the next Invoice number providing that the last Invoice ended with a number ..... not a character.

To see your invoice numbers try running:

SELECT TxnDate, RefNumber, CustomerRefFullName FROM Invoice
where TxnDate > {d '2006-01-01'}  order by RefNumber DESC

As you can see above, I've used various RefNumbers in testing statement for the QDeveloper Forum and QuickBooks did automatically increment the RefNumber providing that the last part of the invoice number in my last invoice was a number.

Please post new topics to the QODBC FREE HelpDesk Support forum in future (not here!).

 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to