> 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-installation-configuration-and-troubleshooting-solutions/faqs/scheme/implement-combo-scheme-on-value-quantity-basis-in-sale-bill.md).

# Implement Combo Scheme on Value/Quantity basis in Sale Bill

YouTube: [How to Configure a Combo Scheme on Value/Quantity basis in Sale Bill?](https://youtu.be/TgED959w49M)

## How to Configure a Combo Scheme on Value/Quantity basis in Sale Bill?

This tutorial explains how to create and apply a combo scheme in Logic ERP, where customers receive a special rate when purchasing a defined set of items together (e.g., Shirt + Trouser).

***

### **Access to Scheme Campaign**

* Navigate to **Configuration Menu → Setup Scheme Campaign**.
* Click **Refresh**.
* Enter the **Scheme Campaign Name**.
* Define the **Active Date Range** for the scheme.

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

* Click **Save**.

***

### **Define Group Options**

* Open the **Group Options** tab.
* Select your **Scheme Campaign**.

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

* Create the required groups:
  * **Shirts** – Set **Group Type: Item Group**
  * **Trousers** – Set **Group Type: Item Group**
  * **Formal Set** – Set **Group Type: Combo**

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

* Click **Save**.

***

### **Assign Item Categories**

* Go to the **Scheme Group** tab.
* Assign the appropriate **Item Categories** to each item group (Shirts and Trousers).

<div><figure><img src="/files/Ja0wyofYAyxysY8sJApt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RE34wtk0XSh25sXUx7HY" alt=""><figcaption></figcaption></figure></div>

* Save the changes.

***

### **Configure Combo Details**

* Open the **Scheme Combo Details** tab.
* Select each group and define required quantities:
  * **Shirts → Quantity: 1**
  * **Trousers → Quantity: 1**

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

* Click **Save**.

***

### **Set Scheme Slab Details**

* Go to **Scheme Campaign Slab Details** from the menu bar.
* Select the same **Scheme Campaign**.

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

* In **Campaign Group**, choose **Formal Set**.
* Configure:
  * **Minimum Quantity:** 1
  * **Scheme Basis:** Quantity
  * **Slab Value:** 1
  * **New Rate:** 999

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

* Save the configuration.

**Meaning:**

* Individual Shirt/Trouser prices remain higher.
* Buying both together applies the combo price of **₹999** automatically.

***

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

* Start a **new sale transaction**.
* Add **Shirt** and **Trouser** items to the bill.
* Save the voucher and **tick to apply the scheme**.

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

* The bill will automatically adjust to the combo price, and the discount difference will appear in the **discount column**.

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

***

### **Conclusion**

By following these steps, you can successfully configure a combo scheme in Logic ERP based on quantity or value. This setup enables special pricing when customers purchase a predefined combination of items, ensuring accurate billing and improved promotional management directly through the system.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/scheme/implement-combo-scheme-on-value-quantity-basis-in-sale-bill.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.
