Topic: Inventory Item Status
aka
/inventory/inquiry/stock_status.php
It lists:
Location Quantity On Hand Re-Order Level Demand Available On Order
My question is about the "On Order" field:
When the item is a Manufactured item, should the code check Work Orders to see how many are scheduled to be made?
It might be more useful than just displaying 0, because then you will see Demand (from Orders) and Orders (from Work Orders)
If this is logical I could look at doing it...
tom