# Pick Taxes from Master in case of Challan Retrieval

**YouTube:** [How to Enable Tax Selection From Masters Instead of Sale Challan in Sale Bill ?](https://www.youtube.com/watch?v=PntH2lGMaG0)

 In this tutorial, we’ll demonstrate how to automatically pick taxes from the master when retrieving a challan in Logic ERP.

### Steps to Enable Tax Retrieval from Master:

* Navigate to the **Sales Voucher Configuration** and select the relevant **Billing Series**.
* Locate the option **"Pick Taxes from Master in Case of Challan Retrieval."**

<figure><img src="/files/49AJptp8MRoIMxOZUvZ7" alt=""><figcaption><p>Let's keep this feature Disable to observe its Impact on Billing.</p></figcaption></figure>

### **Impact When Disabled:**

* Before enabling the feature, check the **current tax percentage** of the item in the master.
* Generate a **Sales Challan** for the item.

<figure><img src="/files/gmKeVXmrfVWHT3WnCMdt" alt=""><figcaption><p>As shown in the picture, we have created the challan with 12% GST.</p></figcaption></figure>

* Now, update the item's tax rate from **12% to 18%** in the master.
* Retrieve the challan while creating a **Sales Bill**.
* The software still applies the **old tax rate** from the challan instead of the updated master rate.

<figure><img src="/files/BYUotkPFsavKIv7O55d7" alt=""><figcaption><p>As you can see, the tax from the challan has been retrieved in the sale bill.</p></figcaption></figure>

### **Impact When Enabled:**

* Enable the **"Pick Taxes from Master"** option in the **Sale Voucher Configuration.**
* Now, retrieve the challan again in the **Sales Bill**.
* The software correctly applies the **updated tax rate** from the master.

<figure><img src="/files/uAyltdmWjx73zmXNn8Et" alt=""><figcaption><p>After enabling the option, you can see that the tax defined in the Item Master has been picked.</p></figcaption></figure>

By enabling this feature, businesses can ensure tax rates are always up to date, reducing manual adjustments and potential errors.


---

# 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/setups/configurations/sale-voucher-configuration/other-settings-1/pick-taxes-from-master-in-case-of-challan-retrieval.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.
