01 / Intake
Orders land once, then route.
Inbound work becomes a ticket with a site, type, and promised window. Dispatchers assign an owner; operators see only the queue that belongs to their floor.
- CSV, webhook, or manual create
- Site + order-type routing rules
- Idempotent ticket keys so reprints don’t duplicate
| When | Then | Owner |
|---|---|---|
| type = kit | Plant A · Dock 2 | Incoming |
| type = replenish | Plant B · Pick | L. Park |
| hazmat = true | Hold + SDS | Compliance |
| sla < 30m | Page dispatcher | On-call |
| Ticket | Route | Age |
|---|---|---|
| ORD-2401 | Kit → Plant A | 4m |
| ORD-2400 | Replenish → Plant B | 9m |
| ORD-2397 | Hazmat hold | 21m |