> 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/user-access/logic-global-admin/pos-options/pos-options-2/authorization-in-case-of-discount-entry.md).

# Authorization in case of Discount Entry

**YouTube:** [How to Set Authorization for Discount Entry in Sale Bill?](https://www.youtube.com/watch?v=Bv82NWIocu0)

## How to Set Authorization for Discount Entry in Sale Bill?

This tutorial explains how to **enforce authorization** when a discount is applied during billing, ensuring better control and oversight of discount usage.

***

### Access Global Settings in Logic Admin

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Under **POS Options**, go to the **POS Options 2** section.
* Locate and enable the option labeled as:&#x20;

> **"**&#x41;uthorization in case of Discount Entr&#x79;**"**

* Once the option is enabled, a **dropdown menu** appears.
* Select the **user responsible for authorizing discounts** (typically a **manager or supervisor**).

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

* Click to **Save** and **Restart the software** to apply the changes.

***

### Implement **the Feature in Sale Voucher**

* Open the **Sale Voucher** window.
* Start a **new transaction** and add items.
* Apply a **Trade Discount (TD%)**, e.g., **5%**.
* Click **Save**.

***

### **Authorization Prompt Appears**

* An **Authorization window** will be triggered.

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

* The assigned **authorizing user** (e.g., manager) must:
  * **Enter their username and password**
  * **Approve the discount**
* Once authorized:
  * The discount is **successfully applied**.
  * The bill is saved as usual.

***

### **Benefits of This Feature**

* Prevents **unauthorized discounting** by sales operators.
* Ensures **managerial oversight** on pricing and discounts.
* Useful for **high-value transactions** or **strict discount policies**.


---

# 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/user-access/logic-global-admin/pos-options/pos-options-2/authorization-in-case-of-discount-entry.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.
