Plan and run an order
Create a production order, schedule it, run it, log output, and complete it.
A production order is one job: make a target quantity of a product. This is the core loop of the factory, and it works end-to-end without any connected machines — you log output by hand.
Role needed: production planner (to plan/schedule) and production technician (to run).
Order lifecycle
draft → scheduled → running → completed → awaiting QA
↓
cancelledSteps
- In the sidebar, open Orders.
- Click New order.
- Choose the product, enter a target quantity, and set a planned start / end window. Save it — the order starts as a draft.
- Schedule the order — assign it to a machine or work area and confirm the time window. It moves to scheduled.
- When work begins, click Start. The order is now running.
- As parts come off the line, log the quantity completed. On the lite plan you enter this manually as you go (with the IoT add-on, connected machines roll this up automatically).
- When the target is met, click Complete. The order moves to awaiting QA for sign-off.
State changes go through dedicated actions (Start, Pause, Complete, Cancel) — not by editing a status field. This keeps the audit trail and any quality holds intact.
Pausing and cancelling
If a run stops, use Pause and pick a reason — that reason feeds the Order Interruptions report so recurring disruptions surface over time. Cancel ends an order that won't be finished.