Skip to content

Work Order Statuses

Every work order follows a lifecycle from creation to delivery. The current stage is reflected in the status badge shown in the page header.

StatusDescription
DraftWork order created but not yet confirmed
ConfirmedShipment confirmed, awaiting pickup arrangement
Pickup ScheduledA pickup time has been arranged
Picked UpCargo has been collected from the shipper
In WarehouseCargo is at the warehouse awaiting further processing
Customs In ProgressCustoms clearance documents are being processed
Customs ClearedCustoms has approved the shipment
In TransitCargo is on its way to the destination
Out for DeliveryCargo is with the delivery agent at the destination
DeliveredCargo has been delivered to the consignee
CompletedShipment fully closed and finalized
CancelledThe work order has been cancelled

Each status only allows moving to specific next statuses. The system enforces this — you cannot skip stages or go backward.

Current StatusCan Move To
DraftConfirmed, Cancelled
ConfirmedPickup Scheduled, Cancelled
Pickup ScheduledPicked Up, Cancelled
Picked UpIn Warehouse, Cancelled
In WarehouseCustoms In Progress, In Transit, Cancelled
Customs In ProgressCustoms Cleared, Cancelled
Customs ClearedIn Transit, Cancelled
In TransitOut for Delivery, Cancelled
Out for DeliveryDelivered, Cancelled
DeliveredCompleted
Completed(terminal — no further transitions)
Cancelled(terminal — no further transitions)

Open the work order detail page. A row of status buttons appears below the page header showing only the valid next statuses for the current status. Click a button to move to that status immediately.

The Cancelled button is styled in red to distinguish it from forward transitions.

Status buttons are only visible to users who have the update permission for work orders. If the work order has reached a terminal status (Completed or Cancelled), no buttons are shown.