# Adjust Purchase Orders Against Purchases

**YouTube:** [How to Manually Adjust Purchase Orders Against Purchases?](https://www.youtube.com/watch?v=CGZFIfvVr6M)

## How to Manually Adjust Purchase Orders Against Purchases?

In this tutorial, we will learn how to **adjust Purchase Orders (PO) against Purchase Vouchers** in **Logic ERP**. This process helps track received quantities against ordered quantities and monitor pending balances accurately.

***

### Create a Purchase Order

* Open the **Purchase Order** module
* Create a new Purchase Order for a party
* Add **two items**, each with a **quantity of 100 units**

<figure><img src="/files/E1yLKKXA0c2sYSA0hIgO" alt=""><figcaption></figcaption></figure>

* Save the Purchase Order

***

### Create a Purchase Voucher

* Open the **Purchase Voucher** module
* Select the **same party** used in the Purchase Order
* Enter **only one item** with a **quantity of 60 units**

<figure><img src="/files/tbAUrmJI5LjdHDXf2wsL" alt=""><figcaption></figcaption></figure>

* Save the Purchase Voucher

> At this stage:
>
> * Purchase Order: 2 items × 100 units
> * Purchase Voucher: 1 item × 60 units

***

### Open Purchase Order Adjustment Module

* Navigate to the **Purchase** menu
* Select **Adjust Purchase Orders Against Purchase**
* Choose the **Purchase Document Type** (Purchase)

<figure><img src="/files/vaV3XlXj8WNrrmtps8eF" alt=""><figcaption></figcaption></figure>

***

### Configure Adjustment Details

* Select the **Party** for whom the PO and Purchase Voucher were created

<figure><img src="/files/cjJ3oxGoc3gfdd1OjBu1" alt=""><figcaption></figcaption></figure>

* Choose the **Purchase Order** to be adjusted

<figure><img src="/files/j37n89TIBHvVTqoXwNQI" alt=""><figcaption></figcaption></figure>

* Select the **specific items** to adjust from the Purchase Order

<figure><img src="/files/zXMYOxGgUreUZF5JDnb2" alt=""><figcaption></figcaption></figure>

* Select the relevant **Purchase Voucher**

<figure><img src="/files/sPY2tCcaYL2t4FXvc9w5" alt=""><figcaption></figcaption></figure>

* Choose the applicable **Financial Year**, if required

***

### Adjust the Purchase Order

* Click **Adjust Orders** to complete the process

<figure><img src="/files/FYP5jsMBglrjUSYlB1uF" alt=""><figcaption></figcaption></figure>

* The system updates the adjusted quantity against the Purchase Order

> If required, the adjustment can be reversed by clicking **Un-Adjust Orders**

<figure><img src="/files/VHCGfFzi3d4wyYKU2ijw" alt=""><figcaption></figcaption></figure>

***

### Verify the Adjustment

* Open the **Purchase Voucher** used for adjustment
* Observe that the adjusted item is **highlighted**

<figure><img src="/files/BQ716X8UiUZ5p1CGfbyU" alt=""><figcaption></figcaption></figure>

* This indicates successful linkage with the Purchase Order

***

### Track Pending Purchase Orders

* Open the **Pending Purchase Order** report
* Review:
  * Ordered Quantity
  * Adjusted Quantity
  * Reference details
  * Remaining Pending Quantity

<figure><img src="/files/LU9RavP1JCkuDf6SSsy7" alt=""><figcaption></figcaption></figure>

This report provides a **clear and detailed view** of Purchase Order status.

***

### Conclusion

Adjusting Purchase Orders against Purchase Vouchers ensures:

* Accurate tracking of received quantities
* Better control over pending orders
* Complete transparency in procurement management


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/adjust-purchase-orders-against-purchases.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.
