> 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/setup-discount-coupon-branch-groups.md).

# Setup Discount Coupon Branch Groups

**YouTube:** [How to Assign Discount Coupons to Specific Branch Groups for Restricted Redemption?](https://www.youtube.com/watch?v=VYOSyEhs3yA)

## How to Assign Discount Coupons to Specific Branch Groups for Restricted Redemption?

This tutorial explains how to **set up Branch Group-wise Discount Coupons in Logic ERP**. It guides you through creating discount coupon groups, assigning branches, linking coupons, and testing their applicability during billing. This feature ensures that discount coupons are applied only to authorized branches, improving control and preventing misuse.

***

### **Objective of Discount Coupon Branch Groups**

* Control coupon usage **Branch-Wise**
* Prevent unauthorized application of discounts
* Ensure **targeted promotional strategies**
* Improve **billing accuracy and compliance**

***

### **Accessing Discount Coupon Setup**

* Navigate to **Main Menu → Setup**
* Open **Accounts Module → Customer Database**
* Click on **“Setup Discount Coupon Branch Groups”**

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

***

### **Creating Discount Coupon Branch Groups**

* Define the **Discount Coupon Group Name**

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

* Click **Save**
* Multiple Groups can be created based on business needs

***

### **Allocating Branches to Coupon Groups**

* Go to **Allocate Branches to Discount Coupon Group Tab**
* Select required **Branches**

<figure><img src="/files/5xeydgGC4OOwkvEWgneO" alt=""><figcaption></figcaption></figure>

* Click **Refresh**

**Allocation Methods**

* Press **Spacebar** → Assign group to selected rows

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

* Press **F2** → Assign group to all rows at once
* Click **Save**

***

### **Linking Discount Coupons to Groups**

* Go to **Link Discount Coupons to Discount Coupon Group Tab**
* Search and select required **Discount Coupons**

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

* Click **Refresh**

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

**Linking Methods**

* Press **Spacebar** → Assign group individually
* Press **F2** → Assign group to all coupons

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

* Click **Save**

***

### Implement **Coupon Restrictions (Non-Authorized Branch)**

* Open **Sales Bill Window**
* Create a **New Transaction**
* Enter **Discount Coupon Number**

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

**Result**

* System displays error:
  * Coupon is **not valid for this branch**
* Restriction works successfully

***

### Implement **Coupon Application (Authorized Branch)**

* Log in to the **Authorized Branch (e.g., Head Office)**
* Create a **New Sales Transaction**
* Apply the same **Discount Coupon**

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

**Result**

* Coupon is **successfully applied**
* Discount reflects in the bill

***

### **Key Benefits**

* Enables **branch-specific promotions**
* Prevents misuse of discount coupons
* Improves **control over discount policies**
* Enhances **customer targeting strategies**

***

### **Best Practice Tips**

* Clearly define **coupon groups based on branch roles**
* Regularly review **coupon allocations**
* Test configurations before live implementation

***

### **Final Outcome**

* Discount coupons are **restricted to authorized branches**
* Billing process enforces **controlled discount usage**
* Business achieves **better promotional management and security**


---

# 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/setup-discount-coupon-branch-groups.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.
