> 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/pos-options/pos-options-2/scheme-implementation-in-silent-mode.md).

# Scheme Implementation in Silent Mode

**YouTube:** [How to Enable Silent Scheme Implementation in Sale Bill?](https://www.youtube.com/watch?v=eQ-mwSmFUQE)

## How to Enable Silent Scheme Implementation in Sale Bill?

### Access Global Settings in Logic Admin

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Under **POS Options**, go to the **POS Options 2** section.
* Locate the option labeled as:&#x20;

> **"**&#x53;cheme Implementation in Silent Mod&#x65;**"**

<figure><img src="/files/5Sr2SVKfK4HNzgzNQiDr" alt=""><figcaption></figcaption></figure>

* By default, it is set to **"None"**, meaning:
  * The system prompts users whenever a scheme is triggered.

***

### **Scheme Campaign Only**&#x20;

* Open the dropdown and choose "**Scheme Campaign Only"** for silent scheme implementation.
* Click **Save** and **restart the software** to apply the changes.
* Open the **Sale Voucher** window.
* Start a new transaction.
* Example scenario:
  * A scheme offers **10% discount** on purchases above ₹10,000.
* Create a bill that meets the condition and **click Save**.
* Result:
  * The **10% scheme is applied automatically** with **no popup or user prompt**.

***

### **All Schemes**

This setting ensures that all eligible schemes—including scheme campaigns, item-wise, group-wise, and party-wise schemes—are applied automatically during billing without any user prompt or confirmation message.&#x20;

Let’s take an example of a Group-Wise Scheme.

* Ensure a **Group-Wise scheme** is active:
  * Example: Buy **2 T-shirts**, get **10% CD (Cash Discount)**.
* Begin a new sale voucher.
* Add **2 items** from the **T-shirt category**.
* Result:
  * As soon as the criteria are met, the **scheme is applied silently**.
  * **No confirmation window** or prompt appears.

***

### **Summary of Silent Scheme Modes**

| Mode                     | Description                                                                         |
| ------------------------ | ----------------------------------------------------------------------------------- |
| **None**                 | Prompts user when a scheme is triggered                                             |
| **Scheme Campaign Only** | Applies specific schemes (e.g., bill total) silently                                |
| **All Schemes**          | Applies all eligible schemes silently (campaign, item-wise, group-wise, party-wise) |

***

### **Benefits of Silent Scheme Implementation**

* Speeds up billing by removing interruptions.
* Ensures **automatic and accurate scheme application**.
* Minimizes **manual errors** and enhances cashier efficiency.


---

# 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/pos-options/pos-options-2/scheme-implementation-in-silent-mode.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.
