> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/pick-taxes-from-masters-while-retrieving-purchase-indent.md).

# Pick Taxes from Masters while Retrieving Purchase Indent

**YouTube:** [How to Pick Taxes from Masters While Retrieving Purchase Indents in Purchase Orders?](https://youtu.be/kqh8z7OShlY?si=h9LqtrfsbEDeABHh)

## How to Pick Taxes from Masters While Retrieving Purchase Indents in Purchase Orders?

In this tutorial, we will learn how to enable the **"Pick Taxes from Masters while Retrieving Purchase Indent"** option in Purchase Orders. This feature ensures that when a Purchase Indent is retrieved into a Purchase Order, the system applies the latest Tax configuration defined in the Item Master instead of the Tax details originally saved in the Purchase Indent.

***

### Objective of This Feature

* Apply the latest tax structure from the Item Master.
* Ensure tax rates remain updated during Purchase Order creation.
* Avoid using outdated tax information from older Purchase Indents.
* Improve GST compliance and tax accuracy.
* Reduce manual tax corrections during Purchase Order processing.

***

### Enable the Configuration

* Open the **Purchase Order Configuration** window.
* Navigate to the **Default Settings** section.
* Locate and enable the option labeled as:

> **"Pick Taxes from Masters while Retrieving Purchase Indent"**

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

* After enabling the option, save the configuration.

***

### Understanding the Default Behavior

Normally, when a Purchase Indent is retrieved into a Purchase Order:

* The tax details saved in the Purchase Indent are carried forward.
* Any tax changes made later in the Item Master are not considered.

By enabling this feature:

* The system ignores the tax stored in the Purchase Indent.
* The latest tax configuration from the Item Master is applied during retrieval.

***

### &#x20;Create a Purchase Indent

* Create a New Purchase Indent.
* Select an Item.

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

**Observation**

The selected Item is currently linked to:

* **12% GST Tax Group.**

Save the Purchase Indent.

***

### Update the Tax Group in Item Master

* Open the **Item Master**.
* Search for the same Item used in the Purchase Indent.
* Navigate to **Group Details**.
* Change the Tax Allocation from:

  * **12% GST**

  &#x20;          To

  * **18% GST**

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

* Save the Item Master.

***

### Create a New Purchase Order

* Initiate a New Purchase Order.
* Select the Supplier.
* Proceed to the Item Details section.
* Click on **Retrieve**.
* Select the previously created Purchase Indent.

<figure><img src="/files/62aPnky9d82Bh5UxxqDS" alt=""><figcaption></figcaption></figure>

**Result**

The Item is retrieved with:

* **18% GST**

even though the Purchase Indent was originally saved with:

* **12% GST**

This occurs because the system fetches the latest tax information directly from the Item Master during retrieval.

***

### Key Benefits

* Automatically applies updated tax rates.
* Prevents the use of outdated tax information.
* Improves GST compliance.
* Reduces manual tax adjustments.
* Ensures consistency between Item Masters and Purchase Orders.

***

### Best Practice Tips

* Always maintain accurate tax configurations in the Item Master.
* Enable this feature if tax rates are frequently revised.
* Review tax groups after major GST updates.
* Verify retrieved tax details before finalizing Purchase Orders.

***

### Final Outcome

When **"Pick Taxes from Masters while Retrieving Purchase Indent"** is enabled, Logic ERP automatically applies the latest Tax Group defined in the Item Master during Purchase Indent retrieval. This ensures that Purchase Orders always use the most current tax configuration, regardless of the tax details originally stored in the Purchase Indent.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/pick-taxes-from-masters-while-retrieving-purchase-indent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
