Item Summary
Part number | " + "Description | " + "Unit of Measure | " + "
---|---|---|
" + PartCursor.part_no + " | " + "" + PartCursor.description + " | " + "" + PartCursor.uom + " | " + "
Warehouse | " + "Quantity on-hand | " + "Quantity allocated | " + "Quantity on-order | " + "Last transaction date | " + "
---|---|---|---|---|
" + WareRefString + WareCursor.warehouse_id + " | " + "" + WareCursor.qty_on_hand + " | " + "" + WareCursor.qty_allocated + " | " + "" + WareCursor.qty_on_order + " | " + "" + HistCursor.date_time + " | " + "
Totals | " + "" + TotalOnHand + " | " + "" + TotalAllocated + " | " + "" + TotalOnOrder + " | " + "" + " " + " | " + "