> 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/user-access/logic-global-admin/pos-options/pos-options-1/allow-selection-of-multiple-discounts-from-applicable-discount-list.md).

# Allow Selection of Multiple Discounts from Applicable Discount List

**YouTube:** [How to Allow Selection of Multiple Discounts from the Applicable Discounts List?](https://www.youtube.com/watch?v=K3SzkD1gvhg)

## How to Allow Selection of Multiple Discounts from the Applicable Discounts List?

This feature allows billing users to **apply more than one discount** from a list of eligible discounts during sale 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;

  > **"Allow Selection of Multiple Discounts from Applicable Discount List"**

<figure><img src="/files/YRamw9URUOSHi3jThiYX" alt=""><figcaption><p>Let's proceed with this option turned on to understand its practical implications in Voucher entry.</p></figcaption></figure>

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

***

### Apply Multiple Discounts in Billing

* Open the **Sale Bill - Touch Screen** window.
* Start a **new sale transaction**.
* Add items to the bill as usual.
* While **saving the voucher**, a popup will appear showing all applicable discount schemes for the selected items.
* **Select multiple discounts** by checking the corresponding boxes.

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

* Proceed to complete and save the bill.

**Result**: The system will apply all selected discounts to the bill as per your configuration.

***

**Note**: This feature works **only when the item qualifies for more than one discount scheme**.


---

# 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/user-access/logic-global-admin/pos-options/pos-options-1/allow-selection-of-multiple-discounts-from-applicable-discount-list.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.
