# Cancel/Un-Cancel Purchase Order Items

**YouTube:** [How to Cancel or Un-Cancel Purchase Order Items?](https://www.youtube.com/watch?v=bsTRbVNMZ1Y)

## How to Cancel or Un-Cancel Purchase Order Items?

In this tutorial, we will demonstrate **how to cancel and un-cancel Purchase Order items in Logic ERP** and understand how these actions affect reports and downstream processes.

***

### Review the Purchase Order

* Navigate to the **Purchase Order module**.
* Click on **Modify** to view the list of existing Purchase Orders.
* Open **Purchase Order (PO-34)**.

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

Here, you can see the list of items along with their respective ordered quantities.

***

### Cancel Purchase Order Items

* Open the **Cancel / Un-Cancel Purchase Order Items** module.
* This module provides multiple ways to select Purchase Orders or items for cancellation:
  * **Item Selection**
  * **Set Selection**
  * **Purchase Order Selection**

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

* You can also enable the option to **allow cancellation of partially pending orders**, if required.

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

#### Cancel Using Purchase Order Selection

* Select **Purchase Order Selection**.
* Choose **Purchase Order No. 34**.

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

* Enter **PO remarks** for proper reference and audit tracking.

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

* Click on **Cancel Set Items** to complete the cancellation.

<figure><img src="/files/7WnEm6wvfkMaZYTiOp0O" alt=""><figcaption></figcaption></figure>

* The Purchase Order items have now been successfully canceled.

***

### Verify the Cancellation

* Return to the **Purchase Order module**.
* Open **Purchase Order No. 34** again.

As shown, the canceled Purchase Order items are now **highlighted in red**, indicating that they are canceled.

<figure><img src="/files/107oUOVkvH3PyDcJWS60" alt=""><figcaption></figcaption></figure>

> These canceled items will **no longer be available** for:

* Purchase Challan retrieval
* Purchase Voucher processing
* Any further purchase-related transactions

***

### Track Canceled PO Items in Reports

* Open the **Pending Purchase Orders Report**.
* Locate the column **Canceled PO Quantity**.

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

This column clearly displays the quantity of items that have been canceled, making it easy to track canceled Purchase Order quantities directly from the report.

***

### Un-Cancel Purchase Order Items

* Go back to the **Cancel / Un-Cancel Purchase Order Items** module.
* Select **Purchase Order No. 258**.
* Click on **Un-Cancel Set Items**.

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

The un-cancellation process has now been completed.

***

### Verify Un-Cancellation

* Refresh the **Pending Purchase Orders Report**.

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

As observed:

* The canceled quantity has been removed
* The item quantity is correctly restored in the **pending order quantity**

This confirms that the Purchase Order items have been **successfully un-canceled** and are once again available for further processing.

***

### Summary

* Purchase Order items can be **canceled and un-canceled** at any stage
* Canceled items are visually highlighted for clarity
* Canceled items are **excluded from further transactions**
* Reports clearly reflect canceled and restored quantities
* Ensures better **control, accuracy, and audit tracking**


---

# 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/cancel-un-cancel-purchase-order-items.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.
