# Purchase Orders

**Creating and Managing Purchase Orders**

A purchase order (PO) is a formal request sent to a supplier to provide goods or services under specified conditions. It is a vital document in the purchasing process as it outlines what is being purchased, the quantities, agreed prices, and delivery terms.

**Key Elements of a Purchase Order:**

* **Item Descriptions:** Clear details about the products or services being ordered.
* **Quantities and Prices:** The number of units and agreed price per unit.
* **Tax and VAT Handling:** Ensuring the correct tax amounts are applied based on jurisdiction.
* **Approval Workflows:** POs often need to be approved before being sent to the supplier, particularly for high-value orders.

<figure><img src="/files/LkIuDvfEL0ezqradHKRb" alt=""><figcaption><p>Purchase Order creation in Pakk</p></figcaption></figure>

**Receiving Goods**

Once the supplier delivers the goods, it is crucial to verify that the items received match the purchase order. The receiving process involves checking the quality and quantity of the goods and logging the receipt in the ERP system to update inventory levels.

**Goods Receiving Process:**

* **Match the PO with Goods Received:** Ensure the quantities and descriptions match the original order.
* **Quality Control:** Inspect for any defects or issues before accepting the goods.
* **Updating Inventory:** After confirming the goods, the inventory levels are automatically updated in the ERP system.
* **Handling Discrepancies:** Any differences between the ordered and received quantities should be flagged for review.

<figure><img src="/files/mp1bWrmZN91uGOaVZojx" alt=""><figcaption><p>Goods Receiving in Pakk</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.pakk.io/school-of-erp/purchasing-and-demand-planning/purchase-orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
