# Allow Loyalty/Disc Card Discounts only on Fresh Stock i.e. Sale Rate

**YouTube:** [How to Globally Allow Loyalty/ Discount Card Discounts Only on Fresh Stock in Sale Bill?](https://www.youtube.com/watch?v=iavePUyS9po)

## How to Globally Allow Loyalty/ Discount Card Discounts Only on Fresh Stock in Sale Bill?

In this tutorial, we will explore a **global option in Logic ERP** that restricts loyalty or discount card benefits to items sold at their **fresh stock rate** (such as MRP).

***

### Configure Global Setting

* Open **Logic Admin**.
* Navigate to **Global Settings → POS Options → POS Options 1**.
* Locate and enable the option Labeled as:

> **“Allow Loyalty/Disc Card Discounts only on Fresh Stock i.e. Sale Rate”**.

* From the dropdown, select the applicable rate (e.g., **MRP** or **Special Sale Price**).
  * Example: If set to **MRP**, discounts apply only when an item is sold at MRP.

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

* Save the settings and **restart the software**.

***

### Implement in Sale Bill

* Open the **Sale Bill** window and create a new transaction.
* Add an item with a **sale rate lower than MRP**.
* The customer’s loyalty/discount card details will still appear.

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

* However, while saving, **no discount will be applied**, since the item is already discounted.

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

#### Now, add the same item at **MRP (fresh stock)**.

* This time, the loyalty/discount card benefits become available.

<figure><img src="/files/17iMr5l6Ams5A3EKan7H" alt=""><figcaption></figcaption></figure>

* If applied, the system will calculate the discount (e.g., **5% off MRP**).

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

***

### Example Scenario

| Item    | MRP   | Sale Rate | Loyalty Discount Applied? | Final Price |
| ------- | ----- | --------- | ------------------------- | ----------- |
| Shirt A | ₹1000 | ₹900      | ❌ Not Applied             | ₹900        |
| Shirt A | ₹1000 | ₹1000     | ✅ 5% Applied              | ₹950        |

Here, discounts are applied **only when the item is sold at MRP**, ensuring customers don’t get **double benefits** on already discounted items.

***

### Key Benefits

* Prevents **double discounting**.
* Ensures loyalty benefits are reserved for **fresh stock sales**.
* Provides **clear control** over discount application.


---

# 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/allow-loyalty-disc-card-discounts-only-on-fresh-stock-i.e.-sale-rate.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.
