|
If you can't
login and post questions or you are having trouble viewing forum posts:
Click Here
|
|
| Current Quantity |
| Author |
Message |
| cwz |
| |
| Group | : Members |
| Posts | : 14 |
| Joined | : 2009-08-19 |
|
| Profile |
|
| Posted : 2010-04-10 08:19:37 |
Is it possible to retrieve current quantity as of a specific date? Thanks.
 |
|
|
|
|
|
| Posted : 2010-04-12 17:20:20 |
No as far as I know, the Qty Available is the actual ItemInventory.QuantityOnHand for the stock item. But you could try the valuation report:
sp_report InventoryValuationDetail show Text, Blank, TxnType, Date, Name, RefNumber, Quantity, CostPrice, QuantityOnHand, AverageCost, ValueOnHand parameters DateFrom = {d'2010-04-08'}, DateTo = {d'2010-04-08'} |
|
|
|
| cwz |
| |
| Group | : Members |
| Posts | : 14 |
| Joined | : 2009-08-19 |
|
| Profile |
|
| Posted : 2010-04-14 00:04:45 |
Using the InventoryValuationSummary report gave me the values I needed, e.g.
sp_report InventoryValuationSummary Show rowdata, QuantityOnHand, valueonhand parameters ItemFilterFullNames = "ASSEMBLY-01", DateTo = {d'2010-04-08'}
The example below put me on the right track but I think it will only return values if a transaction occurred on the select date.
Thanks. |
|
|
|
|
|
| Posted : 2010-04-14 10:42:19 |
No worries, as always, just choose the report that suits your requirements best:-
| sp_report InventoryValuationSummary show Text, Blank, ItemDesc, QuantityOnHand, AverageCost, ValueOnHand, PercentOfTotalValue, UnitPrice, RetailValueOnHand, PercentOfTotalRetail parameters DateMacro = 'ThisMonthToDate' |
| sp_report InventoryStockStatusByVendor show Text, Blank, ItemDesc, ReorderPoint, QuantityOnHand, QuantityOnSalesOrder, QuantityAvailable, SuggestedReorder, QuantityOnOrder, EarliestReceiptDate, SalesPerWeek parameters DateMacro = 'ThisMonthToDate' |
| sp_report InventoryStockStatusByItem show Text, Blank, ItemDesc, ItemVendor, ReorderPoint, QuantityOnHand, QuantityOnSalesOrder, QuantityAvailable, SuggestedReorder, QuantityOnOrder, EarliestReceiptDate, SalesPerWeek parameters DateMacro = 'ThisMonthToDate' |
See: How do I use the QuickBooks Reporting Engine with QODBC? I've heard something about sp_report ? for more. |
|
|
|
|
Copyright (c) 2006-2009 Data Access Worldwide,
Australia. This FREE self help forum website
was copied by FLEXquarters.com Limited, Hong Kong to: http://archive.qodbc.com /forum50f5.html without our
permission. |
The QDeveloper Forum is
dedicated to the FREE professional exchange of
information. QODBC and FlexODBC users can post support
queries, report product bugs, or simply search topics
for help. Data Access Worldwide - Asia Pacific normal office
business hours are 9am to 5pm
week
days
Australian EST with the exception of Public Holidays.

ABN: 86 544 223 459
PO Box 873,
Boronia VIC 3155 Australia
Tel: 03 9761 3644 Intl: +613 9761 3644 |