# Implement Item Group wise Value based Scheme in Sale Bill

**YouTube:** [How to Apply an Item Group-wise Value-based Scheme in Sale Bill?](https://youtu.be/vim-kVnlmGM)

## How to Apply an Item Group wise Value based Scheme in Sale Bill?

In this Tutorial, we will learn how to configure an **Item Group Value-Based Scheme** in Logic ERP. Let’s begin.

***

### **Access to Scheme Campaign**

* Navigate to the **Configuration** menu and open the **Setup Scheme Campaign** window.
* Click **Refresh**.
* Enter the **Scheme Campaign Name** and define the **date range** during which the scheme will remain active.

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

* Save the scheme.

***

### **Configure Group Options**

* Go to the **Group Options** tab.
* Select the **Scheme Campaign** from the list.

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

* Enter the **Group Name**.
* In the **Scheme Group Type** column, press the **Space key** and select **Item Group** from the dropdown.

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

* Save the changes.

***

### **Assign the Item Groups**

* Navigate to the **Scheme Group** tab.
* From the search option, select the **Item Group or Category** on which the scheme should be applied.

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

* Save the selection.

The groups shown here indicate that whenever a bill is generated for items belonging to these groups, the configured scheme will appear automatically while saving the bill.

***

### **Set Up Slab Details**

* Open the **Setup Scheme Campaign Slab Details** window.
* Select the **Scheme Campaign** you created.

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

* The **Campaign Group** will be displayed automatically.
* Enter the **Minimum Value** as **2999**.
* Set the **Scheme Basis** to **Value**.

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

* In the slab details grid:
  * Enter the **Slab Value** as **2999**.
  * Enter **30%** in the **CD% (Cash Discount Percent)** column.
  * (Optionally, you may also fill **TD%**, **SPCD%**, or other discount fields based on requirement.)

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

* Save the slab configuration.

***

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

* Open the **Sale Bill Touch Screen** window and start a new transaction.
* Scan or enter an article belonging to the **item group** for which the scheme was defined.
* Save the bill.
* The **Available Schemes** window will appear.
* Tick to apply the scheme.

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

* A **30% Cash Discount** will be applied to the bill, and the discount amount will appear in the **Discount column**.

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

***

### **Conclusion**

An item group value-based scheme allows you to automatically apply discounts when the bill value crosses a defined threshold. Once configured, Logic ERP displays the scheme during billing and applies a 30% cash discount whenever the transaction meets the slab criteria, ensuring accuracy and smoother billing operations.


---

# 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-item-group-wise-value-based-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.
