> 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-coupons.md).

# Setup Discount Coupons

**YouTube:** [GIFT VOUCHERS AND DISCOUNT COUPONS](https://www.youtube.com/watch?v=4kUkh8yvv-U)

## GIFT VOUCHERS AND DISCOUNT COUPONS

Logic ERP provides a flexible feature for configuring **discount coupons**, allowing businesses to offer discounts in **both percentage-based and fixed amount formats**. This enables seamless implementation of promotional offers, enhancing customer engagement and sales.

### Step-By-Step Guide:

* Navigate to the Setup and Expand Setup Accounts
* Select Setup Customer Database and click on "Setup Discount Coupons".
* Assign a **prefix** and define the **range**.
* Enter either a **discount percentage** or a **fixed discount amount**.
* Optionally, set a **minimum purchase amount** for eligibility.

<figure><img src="/files/qOsI2Mk8j3TwNZFBi4aN" alt=""><figcaption><p>For instance, you can create 1<strong>0 discount coupons</strong> offering a <strong>15% discount</strong> on applicable purchases.</p></figcaption></figure>

* Define the **validity period** to control usage within a specific time frame.
* Click **Save**, and the system will generate the required discount coupons.

Note: By enabling the **"Allow Unlimited Use"** option, you can set a specific usage limit for a coupon, determining how many times a single user can redeem the same coupon.

### **Applying Discount Coupons in Billing**

* **Access the Sale Bill Module** to create a new sale bill.
* **Click on "Discount Coupon"** and enter the coupon number.
* **Select the coupon**, and the system will automatically apply the discount to the bill.

<figure><img src="/files/uctYBB7dQw286SckiPmR" alt=""><figcaption><p>This image illustrates how you can apply a discount coupon to the bill.</p></figcaption></figure>

With this functionality, Logic ERP helps businesses manage promotions efficiently while ensuring a smooth checkout experience for customers.


---

# 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-coupons.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.
