# Close Bank

### &#x20;**Overview**

There are three modes to close bank (simple, modified, detail, as set on CAS). This screen shot is of the detail mode where the user enters the quantity of each bill denomination found in the cash register when the bank is closed, and the bank total is automatically generated.

![](/files/-Ly7lgImz8rygetbmHjp)

From the CAS the maximum bank closing amount is set. If the actual closing amount on the register is greater than the previously set maximum closing amount, register user should enter the maximum closing amount and will be taken to a screen where the remaining balance can be entered. A deposit box will appear for the remaining amount and the amount over the maximum closing amount can be entered.  The total value is located on the bottom of the screen and the maximum closing amount plus the entered deposit value should equal the total amount.

{% hint style="info" %}
User must not enter special characters such as a comma (,) or dollar sign ($). Using these characters will cause the entry to not be accepted by the system.
{% endhint %}

Once the bank is closed, all transactions for that day end, and when bank is reopened all reports start back at zero. If the bank is closed, then opened in the same day, the closing balance will be retained causing the current cash balances to be reflected incorrectly. The correct process is to open the bank with the previous closing amount and then to perform a cash pick up transaction.

{% hint style="info" %}
Once the bank is closed, all key strokes are disabled (user is only able to Close Batch and Log Out). This is a security feature which requires a user to log in in order to perform any activity.
{% endhint %}

![Detailed Mode](/files/-LzLCkYNs5GzlmRrx6a4)


---

# 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://retailcloud.gitbook.io/point-of-sale/windows-pos-winpos/manage/close-bank.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.
