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 : How to change Estimate to Invoice like QB Checking InventorySearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 How to change Estimate to Invoice like QB Checking Inventory 
 Author   Message 
  Julie Alley 
  
 Group: Members 
 Posts: 18 
 Joined: 2006-09-27 
 Profile
 Posted : 2006-11-13 10:06:01
I need to move information from Access Estimate table to QB as an Invoice, but can't figure out how to handle the Inventory checking that occurs when moving estimate data to an invoice.

I am going to be printing / creating Purchase Orders in Access due to vendors needing different formats for the PO's, but need to checking the Inventory first.

Thank you in advance for your help. 

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

Normally you would check the Quantity On Hand for each inventory item in your estimate first before creating the QuickBooks invoice. You can do that by running:

SELECT QuantityOnHand FROM ItemInventory where FullName='Wood Screws'

When you create the invoice using QODBC, QuickBooks will adjust the quantity on hand for you automatically.

 

  Top 
  Julie Alley 
  
 Group: Members 
 Posts: 18 
 Joined: 2006-09-27 
 Profile
 Posted : 2006-11-14 12:18:02
Thank you, now I have another question - In Quickbooks, you get a popup telling you there isn't enough quantitiy on hand to invoice this order.

Is there a way to capture that event or is this noted anywhere in the record?

Just curious.  I will be making a data entry screen that will link together the item's in an Estimate and the quantity on hand in access, but want to use the above event if possible to popup that screen.

Thank you for your time,

Julie 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-11-14 13:56:05
You will receive a error message if quantity on hand is too low when creating invoices. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to