> 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/setups/setup-accounts/setup-customer-database/set-customer-points-configuration/implement-point-system-in-billing.md).

# Implement Point System in Billing

**YouTube:** [How to Enable the Loyalty Points System in Sales Bill?](https://www.youtube.com/watch?v=OEwrKOeMHj8)

## How to Enable the Loyalty Points System in Sales Bill?

In this tutorial, we will learn how to enable or disable the **"Implement Point System in Billing"** option in Logic ERP and understand how it controls loyalty point calculation during Sales Bill transactions.

***

### Objective of This Feature

* Enable or disable loyalty point calculation in billing
* Control whether customers earn loyalty points on purchases
* Apply configured loyalty point settings during Sales Bill entry
* Manage the loyalty program as per business requirements
* Verify the customer's loyalty point balance

***

### Access to the Customer Points Configuration

* Navigate to the **Set Customer Points Configuration** module.

**Existing Loyalty Settings**

* **₹100 Purchase = 1 Loyalty Point**
* **1 Loyalty Point = ₹10**

<div><figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F3gemhPzhi6xRb3T0dTOx%2FLP.png?alt=media&amp;token=57ce74a4-65c3-4c6e-99b4-605e5519b5dd" alt=""><figcaption></figcaption></figure> <figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FSe7OCnD8ZRFJK0178yeT%2FVL.png?alt=media&amp;token=c91d05a6-a44e-4ee5-aee2-27067507b259" alt=""><figcaption></figcaption></figure></div>

***

### Observe the Disabled State

* Locate and disable the option labeled as:

> **"Implement Point System in Billing"**

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FMAZPu1CmdwWtrgUVv5zR%2FCNF.png?alt=media&amp;token=86710650-c91d-43a2-84ea-9f5a9faba6c4" alt=""><figcaption></figcaption></figure>

* Save the configuration changes.
* Navigate to the **Sales Bill** module.
* Create a new **Loyalty Customer**.
* Generate and save a Sales Bill.

### Verify Loyalty Points

* Create a new Sales Bill.
* Search for the same customer.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FpHNBujPpp2py1nNMXsbW%2FZeor.png?alt=media&amp;token=3e7e173f-21ab-42fd-b8ea-3d37c009b2e3" alt=""><figcaption></figcaption></figure>

**Result**

As the **Implement Point System in Billing** option is disabled:

* The loyalty point system is not applied.
* The customer does not earn loyalty points from the Sales Bill.
* No points are added to the customer's loyalty point balance.

***

### **Now, let's observe the behavior after enabling the feature.**

* Return to the **Set Customer Points Configuration** module.
* Enable **"Implement Point System in Billing"**
* Save the configuration changes.

#### Generate a New Sales Bill

* Navigate back to the **Sales Bill** module.
* Create a new loyalty customer.
* Generate a Sales Bill for the customer.
* Save the transaction.

#### Verify the Loyalty Points

* Create another Sales Bill.
* Search for the same customer.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F7XcvOxMH0Pr9fVZAgzZ7%2FImpl.png?alt=media&amp;token=d216ed19-96af-4232-88c8-9bdb5b61f711" alt=""><figcaption></figcaption></figure>

**Result**

As the point system is now enabled:

* Loyalty points are calculated according to the configured settings.
* The earned points are automatically reflected in the customer's loyalty point balance.

***

### Key Benefits

* **Flexible Control:** Enable or disable loyalty point calculation whenever required.
* **Easy Management:** Control the loyalty program directly from the configuration.
* **Accurate Calculation:** Points are calculated according to the defined loyalty settings.
* **Better Program Control:** Prevents points from being awarded when the system is disabled.
* **Simple Verification:** Customer points can be reviewed directly during billing.

***

### Important Note

The **"Implement Point System in Billing"** option must be enabled for customers to earn loyalty points through Sales Bill transactions. Disabling this option prevents loyalty points from being calculated, even when other loyalty point settings are configured.

***

### Final Outcome

By enabling **"Implement Point System in Billing"**, Logic ERP activates the loyalty point calculation during Sales Bill transactions. When the option is disabled, customers do not earn points; once enabled, points are automatically calculated and added to the customer's loyalty point balance according to the configured loyalty settings.


---

# 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/setups/setup-accounts/setup-customer-database/set-customer-points-configuration/implement-point-system-in-billing.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.
