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 : Report InventoryStockStatusByItem does not support assemblies?Search Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Report InventoryStockStatusByItem does not support assemblies? 
 Author   Message 
  Tom 
  
 Group: Members 
 Posts: 5 
 Joined: 2006-08-01 
 Profile
 Posted : 2006-08-01 06:38:28

While running the query "sp_report InventoryStockStatusByItem" I seem to be unable to retrieve any inventory stock status for Inventory Assembly items. They are available though the QuickBooks report, are assembly items not supported through QODBC?

 

If not, is this planned for a new version or is a quick workaround possible?

 

Thanks,
Tom

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-08-01 15:08:20

I just ran:

sp_report InventoryStockStatusByItem show Text, Blank, ItemDesc, ItemVendor,
ReorderPoint, QuantityOnHand, QuantityOnSalesOrder, QuantityAvailable,
SuggestedReorder, QuantityOnOrder, EarliestReceiptDate, SalesPerWeek
parameters DateMacro = 'ThisMonthToDate'

and the results matched my QuickBooks Inventory Stock Status by Item report on the screen, but without showing any of the Build Assemblies on sales order or anything. You will need to run a seperate query using something like this:

SELECT ItemInventoryAssemblyRefFullName as "Item Description",
QuantityOnHand as "On Hand",
QuantityOnSalesOrder as "On Sales Order"
FROM BuildAssembly where TxnDateMacro='ThisMonthToDate'

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to