Page History: Inventory On Hand Report
Compare Page Revisions
Page Revision: Thu, 11 Aug 2011 08:19
General Description
Default Menu Location Reports >> Item Control >> Inventory On Hand Report
Screen Name ONHANDREPT
Detailed Inv. On-Hand Report |
Function Detailed Inventory On Hand Report allows users to see where the inventory is stored, the pricing information, and the quantity.
Fields/Filters
Warehouse: Warehouse location or code
Class: Merchandise class
Item: Beginning to Ending item for the report
PurSel Code: Stk Code: Stock number for items on the report
Commodity Code: The commodity code
Held for: Customer merchandise is holding for
Owner: Merchandise owner
Sort By: Preference to choose for the report
Group by: Preference to choose for the report
Include Only: Preference to choose for the report
As Of Date: Cut off date for the report
Standard Report Fields (Header)¶
CompanyGroup Header 1
Group, Class, Commodity Code- iif(empty(lc_group),'',iif(lc_group='Class','Class:' + iclass,'Commodity Code: ' + comcode))
Group Header 2
Held for"Heldfor: " + heldfor
Group Header 3
Item"Item: " + alltrim(item) + " / " + alltrim(descrip)
Standard Report Fields (Line Items)¶
Warehouse- alltrim(warehouse) + ' / ' + location
Unit/MeasureUnit CostQty On HandOn Hand ValueGroup Footer: Item
Subtotal for item- "Subtotal for item " + item
On Hand QuantityOn Hand ValueStandard Report Fields (Page Footer)¶
Group, Class, Commodity Code- iif(empty(lc_group),"","Subtotal for " + iif(lc_group = 'Class',"Class " + iclass,"Commodity Code " + comcode))
On Hand QuantityOn Hand Value
Additional Report Fields for Customization