Skip to content

Orders

Orders represent customer or internal requests for products. Each order contains one or more order lines (items) specifying a product and quantity.

FieldDescription
IDAuto-generated unique identifier (e.g., order-001)
CustomerOptional customer name or reference
StatusPending — not yet assigned to a wave, InWave — assigned to a wave
CreatedTimestamp when the order was created
  1. Navigate to Orders in the dashboard.
  2. Click Create Order.
  3. Optionally enter a customer reference.
  4. Add items: select a product and enter the quantity.
  5. Click Save.

Each order item links a product with a quantity:

  • Product — select from the product catalog
  • Quantity — how many units are needed

You can add multiple items to a single order. Duplicate products within an order are not allowed — if you need more quantity, edit the existing item.

StatusDescription
PendingOrder is created but not yet assigned to a wave
InWaveOrder is part of a wave and awaiting or in progress
PickedAll items in the order have been picked (determined by wave completion)
  1. Created → status is Pending
  2. Assigned to a wave → status changes to InWave
  3. Wave starts → items are consolidated into pick tasks by product
  4. Wave completes → all items in the order are considered picked
  5. If the wave is cancelled, orders return to Pending status

A wave can contain multiple orders. When the wave starts, all items across all orders are consolidated by product. This means pickers pick each unique product once, regardless of which order it belongs to. The system tracks per-order quantities internally.