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 : Invoice Item CostSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Invoice Item Cost 
 Author   Message 
  Bret Hamlin 
  
 Group: Members 
 Posts: 4 
 Joined: 2008-04-24 
 Profile
 Posted : 2008-07-28 22:53:13

I am trying to build a custom report with Crystal. It will be a job cost report. One piece of information I am trying to pull from QB is the cost of an item that has been invoiced. I need the actual cost of the item at the time it was invoiced - the actual amount that was sent to the COGS account. I do not want the average cost of the item at the time the report is created, so I cannot pull from the item listing. I have used the "How QODBC Interfaces with QuickBooks" document as a map to find all of the tables and fields that I require for the report except for this invoice cost information.

Thanks for any help.

 

 
Bret Hamlin 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-07-29 08:08:07
See: How can I see the cost of a stock item and compare it to what I invoiced it for?   

  Top 
  Bret Hamlin 
  
 Group: Members 
 Posts: 4 
 Joined: 2008-04-24 
 Profile
 Posted : 2008-07-29 22:34:33

Thank you for your reply, but that is not quite what I'm looking for.  I need the actual cost of an item that has been invoiced.  This would be the exact amount that hits the COGS account at the time of the invoice.  It would be the average cost of the item at the time of the invoice.  I believe the only place it is actually held is in the COGS account with a reference to the invoice.  Example:  I create invoice #1234 for item "X" whose average cost is $10.  A week later, when I create the report for invoice #1234, the average cost for item "X" is now $12, but I want the report to reference the actual amount that went to COGS for this invoice ($10).  So I need to know which table and field in which this is held.

Thank you.

 

 
Bret Hamlin 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-07-29 22:50:22

Sorry, but QuickBooks doesn't store the cost of each invoice line. QuickBooks doesn't track unit costs unless you create a new job for every purchase and invoice or you can use a custom field to link and track the purchase line (BillItemLine) with the invoice line (InvoiceLine) to do real costing!!!!  

The only other way to do it is to store the average cost of the item at the time of the invoice into a custom field when the invoice line is written (INSERTed). This would then allow you to extract the sales value and true cost for every invoiced item.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to