# Implement Slab Wise Discount Scheme in Sale Bill

**YouTube:** [How to Set Up a Slab Wise Discount Scheme in Sale Bill?](https://www.youtube.com/watch?v=WVgXtVTkCPE)

## How to Set Up a Slab Wise Discount Scheme in Sale Bill?

In this tutorial, we will learn how to configure a **value-based slab scheme** in Logic ERP, where different discount percentages apply automatically based on the bill value.

***

### **Access to Scheme Campaign**

* Navigate to the **Configuration** menu and then Open **Setup Scheme Campaign**.
* Click to **Refresh**.
* Enter the **scheme campaign name**.
* Define the **active date range** for the scheme.

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

* Click **Save**.

***

### **Configure Group Options**

* Go to the **Group Options** tab.
* Select the scheme campaign from the list.

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

* Enter the **Group Name**.
* Press the **Space** key in the *Scheme Group Type* column.
* Select the required option from the dropdown based on how the scheme should be applied (e.g., Company/Brand/Item Group).

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

* Save the changes.

***

### **Select Brand/Group in the Scheme Groups Tab**

* Open the **Scheme Group** tab.
* Select the **Brand/Company/Item Group** on which the scheme will be applied.
* Click **Save**.
  * The selected group will now appear in the grid, confirming successful mapping.

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

***

### **Configure Slab Details**

* Open the **Scheme Campaign Slab Details** window.
* Select the **Scheme Campaign**.

<figure><img src="/files/7OgAEts4EZg2Q2VWK5Rl" alt=""><figcaption></figcaption></figure>

* Since this is a *value-based* scheme:
  * Enter **1000** in the *Minimum Quantity/Value* field.
  * Set **Scheme Basis = Value**.

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

#### **Define the Discount Slabs**

In the Slab Details section, enter the following slabs:

| Bill Value (≥) | Discount (CD) |
| -------------- | ------------- |
| ₹1000          | 10%           |
| ₹2000          | 15%           |
| ₹4000          | 40%           |

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

* After configuring all slabs, click **Save**.

***

### **Apply the Scheme in the Sale Bill**

* Open the **Sale Bill (Touch Screen)** window.
* Start a **new transaction**.
* Add items to the bill.

#### **Example: Applying Slabs Automatically**

* **Bill Value = ₹1899**
  * Save the bill → Scheme window appears → Tick to apply.
  * **10% cash discount** is applied.

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

* **Increase bill above ₹2000**
  * Save again → Tick to enable scheme.
  * The discount updates to **15%**.

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

* **Increase bill above ₹4000**
  * Save the bill → Select the same scheme.
  * A 2&#x35;**% cash discount** is automatically applied.

<figure><img src="/files/8N1H6Eb2fUKASrwJZ3wV" alt=""><figcaption></figcaption></figure>

This confirms that the configured slab-based scheme is working correctly according to the bill value thresholds.

***

### **Conclusion**

Slab-based schemes in Logic ERP help automate tiered discounting based on bill value. Once configured, the system intelligently identifies the applicable slab and applies the correct discount percentage, ensuring accuracy, speed, and consistency at the point of sale. This makes promotional management easier and more efficient for both operators and customers.


---

# 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-slab-wise-discount-scheme-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.
