Skip to content

Inventory

These statements move stock in and out of an Inventory location.

StatementWhat it doesExample
STOREAdd stock to an inventorySTORE 5 "PartA" INTO "Warehouse"
TAKERemove stock; waits if there is not enoughTAKE 1 "PartA" FROM "Warehouse"
REQUESTOrder more stock, which arrives after a lead timeREQUEST 100 "PartA" FROM "Supplier"

UNSTORE is another name for TAKE. Use these to consume parts at an activity, replenish a store, and place purchase orders that backorder when stock runs out.