Production
Bill of Materials
A Bill of Materials (/app/production/bom) can be defined per finished item (/api/items/{id}/bom) –
the list of raw-material items and quantities required to produce one unit of the finished item.
Production Orders
Production Orders (/app/production/orders) are the work order that references a BOM and a quantity to
produce, driving the issue and receipt steps below.
Issue & receipt
- Issue for Production (
/app/production/issues) - raw-material stock issued out against a production order, consuming inventory - Receipt from Production (
/app/production/receipts) - the finished-goods receipt back into stock once production completes
Together these three steps move value from raw-material stock, through work-in-progress, into finished-goods stock, with each step posting its own inventory and G/L movement.