Skip to content

Sales Orders

The Sales Orders list page shows all customer orders in the system. Orders can be created manually or generated automatically when a Sales Quotation is converted. Each order passes through a four-stage workflow: Draft → Confirmed → Released → Closed, with a Cancelled terminal state.

Sales Orders list page showing multiple orders with Doc #, customer, date, delivery date, status, and grand total columns

Navigate to Commerce → Sales → Orders in the sidebar, or go to /commerce/sales/orders.

  • Browse all sales orders with filtering by status and date range.
  • Search orders by document number, customer name, or reference.
  • Create a new order manually or from a quotation.
  • View, edit, duplicate, or delete individual orders.
  • Trigger workflow actions (Confirm, Release, Close, Cancel) from row menus or the detail page.
  • Track fulfillment progress once an order is Released.
  1. Open Commerce → Sales → Orders from the sidebar.
  2. Filter by Status = Released to find orders ready for delivery.
  3. Click a row to open the detail page and create a delivery or invoice.
  • Only Draft orders can be edited and deleted.
  • Confirming an order locks prices and commits inventory. Line quantities and prices cannot be changed after this point.
  • Releasing an order makes it available for delivery and invoicing.
  • Orders can also originate from a converted Sales Quotation — the source quotation is shown on the detail page.
  • A Released order shows a Create Delivery shortcut when it has remaining undelivered quantity.
  • A sales order auto-closes when its fulfillment becomes complete: once all order lines are fully fulfilled by confirmed deliveries, the document status flips automatically.
  • In single-currency tenants the currency field is hidden from sales order forms.
ColumnDefault VisibleSortableDescription
Doc #YesYesSystem-generated order number
CustomerYesYesBusiness partner name
DateYesYesDocument date
Delivery DateYesYesExpected delivery date
StatusYesYesCurrent workflow status badge
Grand TotalYesYesTotal amount including tax
Customer PO #NoNoCustomer’s purchase order reference
Source QuotationNoNoSource quotation document number if created from quotation
CurrencyNoNoDocument currency code
Sales PersonNoNoAssigned sales person
Payment TermsNoNoPayment terms code
ReferenceNoNoExternal reference number
CreatedNoYesCreation timestamp
UpdatedNoYesLast modification timestamp
StatusDescription
DraftOrder is being prepared; editable and deletable
ConfirmedOrder confirmed; prices and quantities locked
ReleasedOrder released for delivery and invoicing
ClosedOrder fully fulfilled and closed; terminal state
CancelledOrder cancelled; terminal state
FilterTypeDescription
SearchFree textSearches across document number, customer name, and reference
StatusDropdownFilter by order status; default shows all
Date FromDateShow orders with a document date on or after this date
Date ToDateShow orders with a document date on or before this date

Click any sortable column header to sort:

  • First click — Ascending
  • Second click — Descending
  • Third click — Remove sort

Default sort: Created descending (newest first).

The list uses a Load More pattern:

  • Page size: 20 records per load
  • Load More button at the bottom loads the next batch
  • Total count displays above the table
ActionDescriptionPermission
New OrderNavigate to the Create Sales Order formcanCreateSalesOrder
ActionDescriptionPermission
ViewOpen the Sales Order Detail pageRead
EditOpen the Edit Sales Order form — Draft onlycanEditSalesOrder
DuplicateCreate a copy as a new DraftcanCreateSalesOrder
ConfirmTransition Draft → ConfirmedcanEditSalesOrder
ReleaseTransition Confirmed → ReleasedcanEditSalesOrder
CloseTransition Released → ClosedcanEditSalesOrder
Cancel OrderTransition Draft or Confirmed → Cancelled (requires reason)canEditSalesOrder
DeletePermanently delete — Draft onlycanDeleteSalesOrder

Click any row to open the detail page.

  1. Locate the order in the list — it must have status Draft.
  2. Click the row actions menu and select Delete.
  3. A confirmation dialog warns that the deletion is permanent.
  4. Click Delete to confirm — the list reloads.

Deletion is only available for Draft orders. Confirmed, Released, Closed, and Cancelled orders cannot be deleted.