Skip to main content

Operations board

Route: /org/ecom/orders → Operations · Delivery date · Permission: View customer orders for the e-Commerce store


1. What the board is​

The same orders as the ledger, pivoted onto when the customer wants them rather than when they were placed — grouped by delivery date and fulfilment section.

It is the view a kitchen or packing bench works from.

Operations boardFinancial ledger
Date basisItems' requested_dateOrder's placed_at
Grouped byDelivery date, then sectionOrder date
AnswersWhat goes out today?What did we sell?
Export PDF❌✅

2. Why the two views disagree​

An order can appear in both views on different days

That is correct behaviour, not duplication. Reconciling "what we sold" against "what we shipped" means comparing two different questions, and the date window means something different in each.


3. The board​

Figure 1 — Operations · Delivery date.

Mixed-section orders​

An order's items each carry their own requested_section and requested_date. An order whose items span two sections is therefore not a single-section order.

Multi-section orders render per item, not per order

The schedule is shown inline on the card at item level. An earlier implementation bucketed a whole order under its first item's section, which put the rest of the order in the wrong place — the current behaviour shows each item where it belongs.


4. Field reference​

ElementBehaviour
Delivery date groupFrom the items' requested_date
Section groupFrom the items' requested_section
Order cardAs in the ledger, plus the per-item schedule
Unscheduled ordersMatched by an "any open item" fallback so they are not lost

5. The admin contract​

PrerequisiteWithout it
Items with a requested dateOrders fall to the unscheduled fallback
Fulfilment sectionsNothing to group by
Review and act on customer orders (status transitions)The board is read-only

6. Downstream​

The board is the source for the job order print — the slip the fulfilment station works from.


7. Don't confuse this with…​

ThingWhy it differs
Operations boardDelivery date
Financial ledgerOrder date
Showcasing scheduleWhen items are offered, not when an order ships
Kanban in Orbit OpsTasks, not orders

8. Troubleshooting​

SymptomCause
An order is on a different day than expectedOperations uses delivery date
No Export PDFExport is Financial-only
An order appears with no sectionIts items carry no requested section
Counts differ from FinancialDifferent date basis — both are right