# Set Customer Points Configuration

YouTube: [Inbuilt Loyalty Point System](https://www.youtube.com/watch?v=Kmaef_22JG4)

## Inbuilt Loyalty Point System

 This tutorial provides a step-by-step guide to setting up and utilizing the inbuilt **Loyalty System** in **Logic ERP** for earning and redeeming points with customizable configurations.

### **Configuring the Loyalty System**

#### Point Earning Setup&#x20;

* Navigate to the Setup and expand Setup Accounts
* Select **Setup Customer Database** and then click on **Set Customer Points Configuration.**
* Define the conversion rate for loyalty points (e.g., how many rupees equal one point).
* Set the minimum number of points required for redemption (e.g., 5 points).

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

#### Point Redemption Setup:&#x20;

* Specify the value of each loyalty point.
* Click on **"Amount for Value Calculation"** and set the calculation for the **point value amount** accordingly.
* Make sure to **define the Points Redeem field** properly.
* Also, **define the maximum points** in the **Max Points Redeemable** field.
* Save the configured settings.

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

### **Earning Loyalty Points**

* Create a **new sale bill** and enter the **items**.
* Enter the customer's **contact number** and **name** (for new customers).
* Save the sale bill, and the system will automatically allocate loyalty points based on the bill.

### **Redeeming Loyalty Points**

* When making a new Sale for the same customer, enter their **contact number** or **name** to retrieve details.
* The total **loyalty points** earned by the customer will be displayed.

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

* Upon saving the sale bill, a **redemption prompt** will appear.
* Click **Yes** to redeem points or **No** to skip redemption.

<figure><img src="/files/6IhouLcxvL9ZTSU4OWLI" alt=""><figcaption></figcaption></figure>

* If **Yes** is selected, enter the number of points the customer wants to redeem.
* As soon as you click **YES**, the **"Implement Customer Points"** window will appear, where you can define how many points the customer wants to redeem. (e.g., redeeming **2 points** reduces the bill by **₹20**).

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

By following these steps, businesses can efficiently **reward customer loyalty**, encourage **repeat purchases**, and enhance **customer satisfaction**.


---

# Agent Instructions: 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:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-accounts/setup-customer-database/set-customer-points-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
