# Remove other discounts in case Discount Coupon is chosen

**YouTube:** [How to Remove Other Discounts When a Discount Coupon Is Applied in Sale Bill?](https://www.youtube.com/watch?v=Tgdt6YmhcMA)

## How to Remove Other Discounts When a Discount Coupon Is Applied in Sale Bill?

In this tutorial, we'll explore a feature in **Logic ERP** that automatically removes all other discounts (like trade discounts or schemes) when a **discount coupon** is applied during billing.

***

### Access Global Settings in Logic Admin

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Under **POS Options**, go to the **POS Options 1** section.
* Locate and enable the option labeled as:&#x20;

> **"Remove other discounts in case Discount Coupon is chosen"**

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

* Click **Save** and **restart the software** to apply the changes.

***

### Implement **the Functionality**

* Open the **Sale Voucher** window and start a new transaction.
* Add an item and apply a **Trade Discount (TD)** of 5%.

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

* Select a **Retail Customer**.
* Click on the **Discount Coupon** option.
* Choose and apply an eligible coupon.
* Proceed to **save** the bill and handle any scheme selections if prompted.

***

### **System Behavior**

* Upon saving the voucher, the software will **automatically remove all other discounts** (e.g., TD, scheme discounts).
* Only the **discount coupon** will remain applied.

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

* This is enforced by the setting you enabled earlier, ensuring **no overlapping or double discounts** occur.

***

### **Why Use This Feature?**

This functionality is useful when:

* You want to **prevent stacking of discounts**.
* You need to maintain **consistent and controlled promotional strategies**.
* You aim to **streamline customer offers** to avoid manual adjustments during billing.


---

# 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/pos-options/pos-options-1/remove-other-discounts-in-case-discount-coupon-is-chosen.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.
