# Goods Receipt

Record and confirm deliveries against the Purchase Order.

URL: https://www.procureflow.ai/docs/goods-receipt



A **Goods Receipt** (GR) records that a delivery arrived against a [Purchase Order](https://www.procureflow.ai/docs/purchase-orders.md). It is the checkpoint that confirms you actually received what you ordered before any invoice is paid.

For buyer-managed suppliers, you create the GR yourself when goods or services arrive. Either way, the PO requestor reviews the receipt, confirms the delivered items match the PO, and accepts it. Once accepted, the delivery is ready to be matched against an [Invoice](https://www.procureflow.ai/docs/invoices.md).

```mermaid
flowchart LR
    A[Record delivery] --> B[Review goods receipt]
    B --> C[Accept or reject]
```

Guides [#guides]

* [**Create a Goods Receipt**](https://www.procureflow.ai/docs/goods-receipt/create-goods-receipt.md): Record a delivery for a buyer-managed vendor and attach the invoice.
* [**Review Goods Receipt**](https://www.procureflow.ai/docs/goods-receipt/review-goods-receipt.md): Confirm delivered items match the PO and accept the goods receipt.
