Skip to content

Purchase Order Detail

The Purchase Order Detail page shows a single PO with its vendor header, line items, financial totals, workflow status, and source document links. Confirmed POs expose next-step shortcuts for receiving goods and creating finance documents.

:::tip Pending screenshot The Purchase Order detail screenshot is pending until the wiki tenant has a saved PO record that exposes a detail route. :::

From the Purchase Orders list, click any row, or navigate directly to /commerce/procurement/orders/:id.

ButtonDescriptionAvailable when
BackReturn to the Purchase Orders listAlways
HistoryOpen document historyAlways
EditOpen Edit Purchase OrderDraft only
DuplicateCreate a new Draft copied from this POWith create permission
DeleteDelete the PODraft only
ConfirmTransition Draft to ConfirmedDraft
CloseTransition Confirmed to ClosedConfirmed
CancelCancel Draft or Confirmed PO; requires a reasonDraft or Confirmed

When a PO is Confirmed, the page shows a next-steps strip:

ActionRoutePurpose
Create Goods Receipt/commerce/procurement/receipts/from-po/:idReceive ordered goods against the PO
Create A/P Reserve Invoice/finance/ap/reserve-invoices/new?fromCommerce=PO&docId=:idStart the finance reserve-invoice workflow from the PO
graph LR
    DRAFT -->|Confirm| CONFIRMED
    DRAFT -->|Cancel| CANCELLED
    CONFIRMED -->|Close| CLOSED
    CONFIRMED -->|Cancel| CANCELLED
  • Confirming locks prices and quantities and can update open quantities on the source Purchase Requisition.
  • Draft POs can be edited or deleted.
  • Confirmed POs cannot be edited; use downstream receipts, returns, or finance documents for fulfillment.
  • Price-list restricted documents show masked financial values.