> 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-campaign-implementation-modes.md).

# Scheme Campaign Implementation Modes

**YouTube:** [How to Enable Phase wise Scheme Campaign Implementation in Sale Bill?](https://www.youtube.com/watch?v=vq7XtNuluuE)

## How to Enable Phase wise Scheme Campaign Implementation in Sale Bill?

In this tutorial, we’ll explore the **Scheme Campaign Implementation Modes** available in Logic ERP, which define how promotional schemes are applied during billing. These modes allow businesses to control whether multiple discounts apply together or selectively based on priority phases.

***

### Access Global Settings in Logic Admin

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Under **POS Options**, go to **POS Option 1** section.
* Locate the option labeled **"Scheme Campaign Implementation Modes"**.

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

* This dropdown provides **three available modes**:
  * **All Campaigns, All Items (Default)**
  * **One Campaign Per Item – Phase 1**
  * **One Campaign Per Item – Phase 1 and Phase 2**

***

### **Mode 1: All Campaigns, All Items (Default)**

* **Functionality**: Applies **all available schemes** for an item simultaneously if multiple are active.
* **Example**:
  * Open **Sale Bill** window and add an item linked to multiple schemes.
  * Before saving the bill, a pop-up displays all available schemes.
  * Select both schemes.

<figure><img src="/files/0YZWicRovfF0YPTyJFb3" alt=""><figcaption></figcaption></figure>

* The system will apply **both discounts together**.

<figure><img src="/files/0r8PX9LO8VDq877sWDmc" alt=""><figcaption></figcaption></figure>

***

### **Mode 2: One Campaign Per Item – Phase 1**

* **Purpose**: Restricts the application to **only one scheme** per item, based on **phase priority**.
* **How to Enable**:
  * Select the mode from the dropdown.
  * **Restart** the software for changes to take effect.
* **Phase Configuration**:
  * Navigate to Setup\Configurations and select **"Setup Scheme Campaign".**
  * Under the column 'Scheme Campaign Phase', assign one of the following to each scheme:
    * **Phase 1** (default)
    * **Phase 2**
    * **Implement at Bill End**

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

* **How It Works**:
  * Let's now select both schemes to understand how the option works.

<figure><img src="/files/9NaZ3nxDP1eJ3PVgAs8l" alt=""><figcaption></figcaption></figure>

* Only the **most beneficial Phase 1** scheme is applied.

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

* Phase 2 schemes are ignored unless explicitly activated in a different mode.

***

### **Mode 3: One Campaign Per Item – Phase 1 and Phase 2**

* **Purpose**: Allows the application of both **Phase 1 and Phase 2 schemes**, with Phase 2 applied at bill end.
* **How to Enable**:
  * Select the mode and **restart** the software.
* **Key Behavior**:
  * When billing begins:
    * **Phase 1** scheme is applied if its conditions are met (e.g., ₹200 off on shopping worth ₹2000).
    * If another item qualifies for a **Phase 2** scheme, the system recognizes it.
  * The software gives **preference** to Phase 1 unless Phase 2 is marked as **"Implement at Bill End"**.

<figure><img src="/files/0Wj9dxWTU7aD261HzSS7" alt=""><figcaption></figcaption></figure>

* **To Apply Both Schemes**:
  * Go to **Scheme Setup**.
  * Mark the **Phase Two** scheme as **"Implement at Bill End"**.

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

* **Result**:
  * During billing, after selecting both schemes:
    * The software will apply **Phase 1** immediately.
    * Then apply **Phase 1** at the end of the bill — ensuring **both discounts are reflected**.

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

***

### **Summary**

| Mode                                            | Description             | Behavior                                                        |
| ----------------------------------------------- | ----------------------- | --------------------------------------------------------------- |
| **All Campaigns, All Items**                    | Default mode            | Applies all active schemes for an item                          |
| **One Campaign Per Item – Phase 1**             | Phase-based restriction | Applies only the best Phase 1 scheme                            |
| **One Campaign Per Item – Phase 1 and Phase 2** | Dual phase support      | Applies Phase 1 first, then Phase 2 at bill end (if configured) |

***

### **Important Notes**

* Always **restart the software** after changing the mode.
* Use phase assignments strategically to **control scheme priority** and **optimize discount application**.
* Mark Phase Two schemes as **"Implement at Bill End"** if you want them to combine with Phase One schemes.


---

# 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-campaign-implementation-modes.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.
