Skip to content

Goods Receipt Detail

The Goods Receipt Detail page shows one receipt with its vendor header, line items, totals, source-document references, workflow status, and history.

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

From Goods Receipts, click any row, or navigate directly to /commerce/procurement/receipts/:id.

ButtonDescriptionAvailable when
BackReturn to the Goods Receipts listAlways
HistoryOpen document historyAlways
EditOpen Edit Goods ReceiptDraft only
DuplicateCreate a new Draft copied from this receiptWith create permission
DeleteDelete the receiptDraft only
Confirm ReceiptTransition Draft to ConfirmedDraft
CancelCancel Draft or Confirmed receipt; Confirmed requires a reasonDraft or Confirmed

When the receipt is Confirmed, the page can show:

ActionRoutePurpose
Create Vendor Return/commerce/procurement/vendor-returns/from-receipt/:idStart a return authorization from the received lines
Create A/P Invoice/finance/ap/invoices/new?fromCommerce=GRPO&docId=:idStart vendor invoice creation from the receipt

The A/P Invoice shortcut is hidden when the receipt was created from an A/P Reserve Invoice to avoid double billing.

graph LR
    DRAFT -->|Confirm Receipt| CONFIRMED
    DRAFT -->|Cancel| CANCELLED
    CONFIRMED -->|Cancel with reason| CANCELLED