> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/advanced-settings/cash-drawer-s-video.md).

# Cash Drawer(s) - Video ►

To properly balance, the Cash Drawer needs to be counted and recorded at the beginning and the end of each day. Each cash transaction throughout the day is automatically recorded. The Cash Drawer function is solely to balance your cash drawer at the end of each day.

## When "Require Cash Drawer Open & Close" is set to No

### Opening

{% stepper %}
{% step %}

## Go to **Manage** > **Cash Drawer**

![Manage Cash Drawer](/files/deb2a5457a6ce25d5e0b16c80d1534909c503c39)

**Note:** If you have multiple cash drawers set up, you must first select the drawer you are opening from the drop-down at the top.

![Select Drawer](/files/231dbb99300b849a97436f4314d37c0eba12d726)
{% endstep %}

{% step %}

## Enter the beginning cash amount

Click on the 0.00 next to **Begin Cash**, and enter the amount of each currency **OR** the overall total at the bottom.
{% endstep %}

{% step %}

## Save

Click **Save**.

![Begin Cash](/files/a5299e8a1c5844677554baf1d70012a58fe2042d)
{% endstep %}

{% step %}

## Review the subtotal

Throughout the day any Tendered Payments, Payment In, or Payment Out tickets *(including tips that are taken out of the drawer)*, will all be totaled into the **Subtotal** amount.
{% endstep %}
{% endstepper %}

### Closing

{% stepper %}
{% step %}

## Go to **Manage** > **Cash Drawer**

{% endstep %}

{% step %}

## Select the cash drawer

If you have Multiple Cash Drawers, select the drawer you are closing from the drop-down.

![Select Drawer 1](/files/e1d2742f0d6e93f13ea69930815cac691bf51053)
{% endstep %}

{% step %}

## Enter the currency amounts and save

Enter the amount of each currency on the left side, then click **Save**.

![save cash drawer 1](/files/bad263581e6f8f73f04cc846c21a2d2920b2a7d9)
{% endstep %}
{% endstepper %}

## When "Require Cash Drawer Open & Close" is set to YES

### Opening

{% stepper %}
{% step %}

## Go to **Manage** > **Cash Drawer**

![Cash drawer required](/files/f4989746553203577daad92d7d32e133cf289984)

**Note:** If you have multiple cash drawers set up, you must first select the drawer you are opening from the drop-down at the top.

![cash drawer 2](/files/527752a50fbf48c05cf701e8e17d351ffcda78c9)
{% endstep %}

{% step %}

## Enter the currency totals and open the drawer

Enter the total of each currency into the left side of the screen, then click **Open Drawer**.

![Open drawer 2](/files/02079a152e565bfd26698c4cd8955621009c0480)
{% endstep %}

{% step %}

## Review the subtotal

Throughout the day any Tendered Payments, Payment In, or Payment Out tickets *(including tips that are taken out of the drawer)*, will all be totaled into the **Subtotal** amount.
{% endstep %}
{% endstepper %}

### Closing

{% stepper %}
{% step %}

## Go to **Manage** > **Cash Drawer**

{% endstep %}

{% step %}

## Select the cash drawer

If you have Multiple Cash Drawers, select the drawer you are closing from the drop-down.

![cash drawer closing](/files/dede456baed8e71359db309819296cf186fa9d84)
{% endstep %}

{% step %}

## Enter the currency amounts and close the drawer

Enter the amount of each currency on the left side, then click **Close Drawer**.

![Close Drawer](/files/d0100a1b19fb7b68de3e257070aaa9be806f7659)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
All other transactions such as Credit Card Payments, Checks and Non-Income payments will be found on your [Total Sheet](/reports/total-sheet.md).
{% endhint %}


---

# 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://support.rosysalonsoftware.com/advanced-settings/cash-drawer-s-video.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.
