> 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/allow-points-redemption-in-sale-challan.md).

# Allow Points Redemption in Sale Challan

**YouTube:** [How to Enable Points Redemption in Sale Challan?](https://www.youtube.com/watch?v=h0plP-gvdMk)

## How to Enable Points Redemption in Sale Challan?

In this tutorial, we’ll walk you through how to **enable and use the loyalty points redemption feature** directly within a **Sale Challan** in Logic ERP.

***

### 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;

> **"Allow Points Redemption in Sale Challan"**

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

* **Tick the checkbox** to enable it.
* **Save the settings** and **restart the software** for the changes to apply.

***

### Process a Sale Challan

* Open the **Sale Challan - Touch Screen** window.
* Initiate a **new transaction** and select the customer.

> The system will display the customer’s available loyalty points — for example, **55 points**.

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

***

### Redeem Loyalty Points

When you proceed to **save the voucher**, a **redemption window** will appear automatically.

* This allows you to **redeem available loyalty points** against the current Sale Challan.

<figure><img src="/files/16YP1tSKLZA8SlRIsssr" alt=""><figcaption></figcaption></figure>

* As soon as you click on "Yes," a window will appear where you can enter the number of points you want to redeem.
* The software will automatically calculate and apply the corresponding discount based on the entered points.

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

***

### Summary

By enabling this feature, you can **seamlessly integrate loyalty point redemption** into your Sale Challan process, enhancing the customer experience and improving billing 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-1/allow-points-redemption-in-sale-challan.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.
