> 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-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/sale/sale-settings-1/prompt-item-wise-scheme-details-after-item-selection.md).

# Prompt Item Wise Scheme Details after Item Selection

**YouTube:** [How to Enable Item wise Scheme Notifications After Item Selection in Sale Bill ?](https://www.youtube.com/watch?v=A9c546J6SXY\&list=PLTq0qszGb3BNf2HwB0l2NVoufF-mB23ch\&index=10)

In this tutorial, we’ll demonstrate how to configure Logic ERP to **prompt item-wise scheme details** immediately after selecting an item during billing. This feature ensures that the user is aware of applicable discounts based on quantity at the time of transaction.

To automatically **display item-specific discount schemes** at the time of item selection, helping users apply the correct discount slabs without missing out on promotional benefits.

***

### **Step-by-Step Instructions:**

* **Access Global Settings:**
  * Open the **Logic folder** and run the **Logic Admin** application.
  * Go to **Global Settings**.
  * Navigate to **Sales Settings - 1**.
  * Locate and enable the option:

    > **“Prompt Item Wise Scheme Details after Item Selection”**

<figure><img src="/files/COo5VQUrTnJLnVbNnuuQ" alt=""><figcaption><p>We will keep this feature enabled to evaluate its effect on the billing process.</p></figcaption></figure>

* Click **Save** to apply the changes.
* **Restart the software** for the setting to take effect.

***

### **Using the Feature:**

* Create a new **bill** and **select an item**.
* Immediately after selection, a **prompt window** will appear showing applicable scheme details.

<figure><img src="/files/NwJxwzrZc8VXBP8CC4Fr" alt=""><figcaption><p>The picture shows a prompt displaying scheme details upon selection.</p></figcaption></figure>

***

### **Scheme Setup Example:**

* This setup is managed in the **Item Wise Scheme Setup** window.
* In this example:
  * A specific **item** is selected.
  * **Discount slabs** are defined based on the quantity:
    * **1 unit**: 10% **cash discount**
    * **2 units**: 20% **cash discount**

<figure><img src="/files/O2BwfgvTk6Ch9MRZiY28" alt=""><figcaption><p>The picture shows discount slabs defined based on quantity.</p></figcaption></figure>

***

**Benefits:**

* **Enhances visibility** of item-specific promotional schemes.
* **Improves billing accuracy** by reducing manual entry errors.
* Ensures customers **receive applicable discounts**, boosting satisfaction.


---

# 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-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/sale/sale-settings-1/prompt-item-wise-scheme-details-after-item-selection.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.
