# Implement Discount Coupons at end (after all Schemes as Implemented)

**YouTube:** [How to Set Discount Coupons to Apply After All Other Schemes?](https://www.youtube.com/watch?v=WrgG2js6-Xo)

## How to Set Discount Coupons to Apply After All Other Schemes?

This tutorial explains how to enable and use the feature that applies **discount coupons only after all scheme discounts** have been processed in the Logic ERP system.

***

### 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;

> **"Implement Discount Coupons at end (after all Schemes as Implemented)"**

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

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

***

### Implement **the Feature in Sale Voucher**

* Open the **Sale Voucher** window.
* Start a **new transaction**.
* Select a **retail customer**.
* Add desired items to the bill.
* Apply a **discount coupon**.

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

***

### **Important Note on Discount Application**

* The **discount coupon will not be applied immediately** during billing.
* Click **Save** to complete the bill.
* A **prompt will appear** indicating that the items in the bill are eligible for scheme-based discounts.
* The software will:
  * First apply all **scheme discounts**.
  * As soon as scheme applied the Discount Coupon will be implemented at the end.

<figure><img src="/files/3X9chZnMVb6RRtLzibCt" alt=""><figcaption></figcaption></figure>

***

### **Result**

By enabling this feature, you ensure that **scheme discounts take priority**, and **coupons are calculated afterward**, providing accurate and structured billing discounts.


---

# 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/implement-discount-coupons-at-end-after-all-schemes-as-implemented.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.
