> 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-1/show-incomplete-scheme-campaign-in-applicable-discount-list-and-billing-grid.md).

# Show incomplete Scheme Campaign in Applicable Discount List and Billing Grid

YouTube: [How to Show Incomplete Scheme Campaigns in Discounts List During Billing?](https://www.youtube.com/watch?v=wy0EEv7vIUE)

## How to Show Incomplete Scheme Campaigns in Discounts List During Billing?

In this tutorial, we’ll cover a feature that **displays incomplete scheme campaigns** in both the **applicable discount list** and the **billing grid**, helping users identify and apply pending offers accurately.

***

### Access Global Settings in Logic Admin

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

> **"Show incomplete Scheme Campaign in Applicable Discount List and Billing Grid"**

<figure><img src="/files/8YuW1KX0Z5p49V2sISjY" alt=""><figcaption><p>Let's proceed with this option turned on to understand its practical implications in Voucher entry.</p></figcaption></figure>

* Click **Save** and **restart the software** to apply the change.

***

### Implement the Feature in Billing

* Open the **Sale Bill – Touch Screen** window.
* Begin creating a sale bill with relevant items.

➡️ During the billing process:

* A window will appear showing **all available discount schemes**.
* Now, **incomplete schemes** (those that **do not yet meet eligibility criteria**) will also be shown.

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

***

#### Example:

* Suppose a scheme activates **only after ₹10,000** of eligible purchases.
* Initially, it will appear in the list as **incomplete**.
* As you **add more items** and cross ₹10,000:
  * The scheme **automatically updates** to active and becomes **selectable** in the discount list.

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

**Benefit**:\
Helps sales staff proactively inform customers about **upcoming offers** and **encourage upselling** to unlock them.


---

# 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-1/show-incomplete-scheme-campaign-in-applicable-discount-list-and-billing-grid.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.
