# Issue Gift Vouchers Against a Sales Bill

**YouTube:** [How to Issue Gift Vouchers Against a Sales Bill?](https://www.youtube.com/watch?v=0p2yG8gyewI)

## How to Issue Gift Vouchers Against a Sales Bill?

In this tutorial, we will learn how to **configure, issue, and redeem gift vouchers against a sales bill in Logic ERP**, and how to track gift voucher usage in reports.

***

### Gift Voucher Configuration

* Navigate to **Setup** and then **Setup Accounts.**
* Open Setup Customer Database and then select **"Setup Gift Vouchers"**
* Define Gift Voucher Details
  * Enter the **Gift Voucher Prefix**
  * Specify the **Voucher Number**
  * Define the **Voucher Amount**
  * Select the relevant **Account Name**
  * Configure either:
    * **Expiry Date**, or
    * **Validity (in days)**

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

* Click **Save** to complete the configuration

***

### Viewing Created Gift Vouchers

To review or edit created gift vouchers:

* Go to the **Edit Entry** section
* Click **Refresh**
* The updated list of configured gift vouchers will be displayed

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

***

### Issuing Gift Voucher Against a Sales Bill

Now, let’s issue a gift voucher against a sales bill.

* Open **Issue Gift Vouchers Against Sales Bill**
* Select the **Sales Bill** against which the gift voucher is to be issued
* Choose a **Retail Customer’s Sales Bill**

<figure><img src="/files/9iAmYRWsnGsHXdjR4SvA" alt=""><figcaption></figcaption></figure>

* Enter the **Gift Voucher Number** and press **"Tab key"** to proceed.

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

* Click **Save**

The gift voucher is now successfully issued against the selected sales bill.

***

### Redeeming Gift Voucher During Billing

When the same customer visits again and makes a purchase:

* Open the **Sales Bill** window
* Click on **Payment**
* Select **Gift Voucher** as the payment mode
* Click **Select Gift Voucher**

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

***Observation:***\
The gift voucher issued against the customer’s earlier sales bill is available in the list.

* Select the **Gift Voucher**
* Click **OK**

The gift voucher amount (e.g., ₹200) is automatically adjusted against the bill total.

* Complete the payment for the remaining balance
* Save the sales bill

***

### Tracking Gift Voucher Usage in Reports

To verify the payment breakup:

* Navigate to **Reports/Queries**
* Select **Sale Registers** and open **"Account Wise Daily Sale Report - Item Wise".**
* Open the report for the relevant date

***Result:***

* The **Gift Voucher Amount** column shows ₹200
* The **Cash Amount** column shows the remaining balance received in cash

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

This confirms accurate accounting of multiple payment modes.

***

#### Conclusion

This completes the **Gift Voucher setup, issuance, and redemption process in Logic ERP**, enabling efficient promotional management and accurate tracking of gift voucher usage during sales transactions.


---

# 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/billing/issue-gift-vouchers-against-a-sales-bill.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.
