# Cash register report

* Cash Register gives you an overview of a particular user/cashier session
* Whenever a cashier opens to POS screen she must Open the Cash Register by entering the “Cash In Hand”
* If the cashier has access to more than one location then the location also needs to be selected (**Added in KB CloudERP V 2.19**)
* Every sale made by the cashier will be logged into the Cash Register. In the POS screen, You can view the Register details by clicking on the “Register details” button present in the top navigation bar. It displays the Cash in hand, and cash details by other payment methods as well. Also, the amount refunded by the cashier.
* To close a cash register click on the Red Color – Close Register Button. On closing the Cash register the cashier will have to enter the details of the Total Cash, Total Card Slips, Total cheques, and other fields.
* To view all cash registers Go to `Reports -> Register Report`
* Here you view all cash register details.


---

# 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://docs.kbgfuzion.com/erp/knowledge-base/reports/cash-register-report.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.
