> 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/display-modes-in-billing.md).

# Display Modes in Billing

**YouTube:** [How to Customize Display Modes in Billing?](https://www.youtube.com/watch?v=bn-QKnUPrD4)

## How to Customize Display Modes in Billing?

This tutorial guides you through how to configure and use various **display modes** during billing in Logic ERP to enhance usability and provide relevant summary views.

***

### Access Global Settings in Logic Admin

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

> **"Display Modes in Billing"**

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

* A list of **available display modes** will appear.
* By default, the mode is set to **“Normal”**.
* Select your desired display mode from the list.
* Click **Save**, then **restart the software** for changes to take effect.

***

### **Available Display Modes & Their Functions**

Each mode alters how billing totals, discount summaries, and customer details are displayed. Let’s go through them one by one:

***

### **POS Mode (Discount Summary)**

* After setting this mode and restarting:
  * Open the **Sale Voucher** window.
  * Start a transaction and apply a **10% discount**.

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

* Result:
  * The **summary section** displays a **combined discount summary**.
  * If multiple discounts are applied, they are **clubbed together** under “Total Discount”.

***

### **POS Mode (Detailed Totals)**

* Select Display mode as this mode "**POS Mode (Detailed Totals)**" in settings and restart the software.
* Start a new transaction and define two different discounts as (TD & Scheme Rs)

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

* Result:
  * The **totals section** now shows each discount **individually**.
  * Allows the cashier to view a **detailed breakdown** of all applied discounts (e.g., scheme, trade, manual).

***

### **POS Mode (Retail Cust + Totals)**

* Enable this display mode and restart.
* Open the billing screen and search the customer in given option.

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

* Result:
  * A **Retail Customer Details window** appears on the screen.
  * From this window, retail customers can be:
    * **Searched**
    * **Created**
    * Their information (contact, loyalty, purchase history, etc.) is **displayed alongside bill totals**.

***

### **Conclusion**

| Display Mode                        | Description                                          |
| ----------------------------------- | ---------------------------------------------------- |
| **Normal**                          | Standard view with no enhanced summaries             |
| **POS Mode (Discount Summary)**     | Clubbed summary of all applied discounts             |
| **POS Mode (Detailed Totals)**      | Line-by-line breakdown of all discounts              |
| **POS Mode (Retail Cust + Totals)** | Adds retail customer info pane to the billing screen |

***

### **Benefits**

* Improves **user experience** by showing relevant details on-screen.
* Enhances **billing accuracy** and **discount transparency**.
* Helps front-end operators manage **retail customers** more effectively.


---

# 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/display-modes-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.
