# Implement Retail Customer Wise Discount in Sale Bill

YouTube: [How to configure Retail Customer-wise discount in Sale Bill?](https://youtu.be/9Mxt_3aY61U)

## How to Configure Retail Customer Wise Discount in LOGIC ERP?

This tutorial explains how to set up **retail customer-wise discounts** in Logic ERP and how the discount is automatically applied in the sale bill based on brand and item group selection.

***

### **Access to Customer Discount Setup**

* Navigate to **Main Menu → Setup Module → Set Up Accounts → Setup Customer Database**.
* Open **Retail Customer + Company/Group Wise Discounts** window.

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

***

### **Select Customer and Discount Type**

* Choose the **retail customer** from the search list.

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

* Select the **brand** for which the discount will be configured.

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

* Choose the **specific item group** under that brand.
  * *Note:* The scheme will apply only to items under the selected brand and group.

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

***

### **Define Discount Validity & Discount Details**

* Set the **active date range** for the discount.
  * Once the date expires, the scheme becomes inactive automatically.
* Enter the discount value in:
  * **CD% (Cash Discount Percentage)** or
  * **TD% (Trade Discount Percentage)**

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

* Click **Save** to apply the configuration.

***

### **Implement Scheme in Sale Bill**

* Start a **new sale transaction**.
* Enter an item that:
  * Belongs to the selected **brand**,
  * But **not** to the defined item group.\
    ➝ *No discount will be applied.*
* Now enter items that belong to **both the brand and item group**.
* Select the **retail customer** for whom the scheme is configured.
* Save the bill.\
  ➝ The system will display **retail customer-wise discounts**.
* Tick the **scheme checkbox** to apply the discount.\
  ➝ The configured **10% discount** is applied automatically.

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

***

### **Conclusion**

Retail customer-wise discount configuration ensures that specific customers receive predefined discounts for selected brands and item groups. Once the setup is completed, Logic ERP automatically validates item eligibility and applies the correct discount during billing, improving accuracy and streamlining the sales process.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/scheme/implement-retail-customer-wise-discount-in-sale-bill.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.
