> 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/do-not-display-actual-sale-values-in-cashier-day-close-details.md).

# Do Not Display Actual Sale Values in Cashier Day Close Details

**YouTube:** [How to Hide Actual Sale Values in Cashier Day Close Details?](https://www.youtube.com/watch?v=CaYRkG-gA64)

## How to Hide Actual Sale Values in Cashier Day Close Details?

In this tutorial, we’ll explain how to use the option in Logic ERP Software that restricts the visibility of actual sale amounts during the cashier shift closing process.\
This feature is useful for maintaining confidentiality and ensuring that cashiers don’t have access to sensitive financial data while closing their shifts.

***

### Access Global Settings in Logic Admin

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

  > **Do not display actual sale bill values in cashier day or close details.**

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

* Click **Save**, then **restart** the software to apply changes.

***

### Implement the Change

* Go to the **Sale Bill - Touch Screen** window.
* At the end of a cashier’s shift, when attempting to **close the day**,
  * A prompt will open for entering **cash and denomination details**.
  * The **actual bill amount values will not be displayed** on this screen.

<figure><img src="/files/8fvpLLCglfJzHP1nDp0m" alt=""><figcaption><p>As you can see in the displayed picture, the total billing amount is now hidden.</p></figcaption></figure>

***

This feature enhances control and confidentiality during cashier operations by preventing access to full billing data at shift closing.


---

# 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/do-not-display-actual-sale-values-in-cashier-day-close-details.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.
