> 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/do-not-allow-loyalty-discount-card-discounts.md).

# Do not allow Loyalty/Discount Card Discounts

**YouTube:** [How to Disable Loyalty / Discount Card Discounts in Sale Bill?](https://www.youtube.com/watch?v=0nHiSXB-ESQ)

## How to Disable Loyalty / Discount Card Discounts in Sale Bill?

In this tutorial, we will demonstrate how to **disable the use of loyalty or discount cards** during billing in **Logic ERP**.

***

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

> **"Do not allow Loyalty/Discount Card Discounts"**

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

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

***

### Implement **the Functionality**

* Open the **Sale Voucher** window and begin a **new transaction**.
* Select a **Retail Customer**.
* A prompt will appear for **applying a discount or loyalty card**.
* Attempt to select and apply the discount card, then click **OK**.
* While saving the voucher, you will notice that the software:
  * **Prevents the discount card from being applied.**

***

### **Outcome**

* **No loyalty or discount cards** can be used in the billing process.
* Ensures **tight control** over discount schemes for retail customers.

***

### **Use Case**

This feature is ideal for businesses that:

* Want to **standardize discounts** and prevent manual overrides via cards.
* Need **strict discount control** across all POS terminals and billing series.


---

# 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/do-not-allow-loyalty-discount-card-discounts.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.
