# Pick Taxes from Sale History in case of Sale Return

**YouTube:** [How to Enable Tax Pickup from Sale History in Sale Return?](https://www.youtube.com/watch?v=MJiPiYdrCX0)

## How to Enable Tax Pickup from Sale History in Sale Return?

In this tutorial, we’ll demonstrate how to enable a feature in **Logic ERP** that allows the system to **automatically pick taxes from the sales history** when processing a **sales return**. This ensures tax consistency even when rates have changed after the original sale.

***

### **Enable the Feature in Global Settings**

* Open **Logic Admin** and go to **Global Settings**.
* Navigate to the **Sale Return Settings** section.
* Locate and enable the option: **“Pick Taxes from Sale History in Case of Sale Return”**

<figure><img src="/files/WzzESOTUzXwaPvCtgAZP" alt=""><figcaption><p>Let's keep this feature enable to observe its Impact in billing.</p></figcaption></figure>

* Save the settings.
* Restart the software to apply the changes.

***

### Implement **the Functionality**

* **Create a Sale Bill**
  * Transact an item with a **GST rate of 12%**.

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

* Save the bill.
* **Update the Tax Rate**
  * Navigate to the Setup\Setup Items and then click to **"Setup Items Multiple Packs/Sizes".**
  * Click on **Group Details** Tab.
  * Change the GST rate from **12% to 18%**.

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

* Save the updated item settings.
* **Create a Sales Return**
  * Start a **sale return** for the same item.
  * As soon as the lot is selected, the **Sales History** window appears.
  * Select the **original sale bill** against which the return is being processed.
  * The system **automatically retrieves the original tax rate (12%)** from the sales history, instead of applying the new 18% rate.

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

***

### **Conclusion:**

Enabling this feature ensures that **sales returns reflect the tax structure of the original transaction**, preventing discrepancies caused by tax updates and maintaining accurate return processing.


---

# 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/user-access/logic-global-admin/sale-return/pick-taxes-from-sale-history-in-case-of-sale-return.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.
