> 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/tickets/payment-in-payment-out-feature.md).

# Payment In/Payment Out Feature

These two features under the Tickets tab record payments into, or removed from, your cash drawer that are not accounted for by a sales ticket.

## Payment In

Always use this function to record cash added to your cash drawer outside of sales tickets. This is to ensure your cash drawer balances at the end of each day.

{% stepper %}
{% step %}

## Go to Payment In

Select **Tickets** > **Payment In**.
{% endstep %}

{% step %}

## Select the cash drawer

If you have multiple Cash Drawers, select the Cash Drawer you are entering the money into from the drop-down.
{% endstep %}

{% step %}

## Enter the amount

Enter the dollar amount you are adding to the cash drawer.
{% endstep %}

{% step %}

## Enter the reason

Enter the reason.
{% endstep %}

{% step %}

## Select payment type and save

Select **cash** or **check** and click **Save**. Your cash drawer is now updated and will balance *(Checks will not effect your cash drawer, but they will be seen and balanced in the* [*Total Sheet*](/reports/total-sheet.md)*)*.

![New payment in](/files/c7ec912de6912a2cfc371724a77a0ca94499139c)
{% endstep %}
{% endstepper %}

## Payment Out

This function records cash removed from the cash drawer other than change from a sales ticket or tips taken out of drawer. This is to ensure your cash drawer balances at the end of each day.

{% stepper %}
{% step %}

## Go to Payment Out

Select **Tickets** > **Payment Out**.
{% endstep %}

{% step %}

## Select the cash drawer

If you have multiple Cash Drawers, select the Cash Drawer you are taking the money out of from the drop-down.
{% endstep %}

{% step %}

## Enter the amount

Enter the dollar amount you’re removing from the drawer.
{% endstep %}

{% step %}

## Enter the reason

Enter the reason.
{% endstep %}

{% step %}

## Select payment type and save

Select **cash** or **check** and click **Save**. Your cash drawer is now updated and will balance *(Checks will not effect your cash drawer, but they will be seen and balanced in the* [*Total Sheet*](/reports/total-sheet.md)*)*.

![New payment out](/files/192d93a814197475c9658ee3c2152f463fb0ccac)
{% endstep %}
{% endstepper %}


---

# 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/tickets/payment-in-payment-out-feature.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.
