> 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-1/prompt-amount-details-before-printing.md).

# Prompt Amount Details before Printing

**YouTube:** [How to Prompt for Amount Details Before Printing in a Sale Bill?](https://www.youtube.com/watch?v=vKLwzzwGOV8)

## How to Prompt for Amount Details Before Printing in a Sale Bill?

In Logic ERP Software, this feature ensures that the operator reviews the bill amount and other details before the final print, helping to minimize billing errors and improve accuracy.

***

### Access Global Settings in Logic Admin

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

  > **Prompt amount details before printing**

<figure><img src="/files/lbv3J0wxmMhYfkFoIGrZ" alt=""><figcaption><p>Let's proceed with this option turned on to understand its practical implications in Voucher entry.</p></figcaption></figure>

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

***

### **Feature Walkthrough**

* Open the **Sale Bill - Touch Screen** window.
* Process a **Sale Bill** as usual.
* Once the **payment is completed** and the user initiates the **print**,
  * A **prompt will appear** showing the **bill amount details**.
  * This gives the user a final review before printing the bill.

<figure><img src="/files/jvPhXrYNgw6dKSf3BKSR" alt=""><figcaption><p>Now, as you can see in this picture, the amount details prompt has appeared.</p></figcaption></figure>

***

This feature improves accuracy and lets the operator double-check values, reducing mistakes in printed invoices.


---

# 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-1/prompt-amount-details-before-printing.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.
