> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/readme-1/manage-the-cash-drawer/performing_cash_drops.md).

# Realizar retiros de efectivo

Debe retirar el exceso de efectivo de su caja registradora durante todo su turno y realizar depósitos de efectivo en la caja fuerte de la tienda u otro lugar seguro. Esto reduce el riesgo de robo de la tienda. Cuando realiza un depósito de efectivo, el importe se incluye en sus ventas totales del día y se mostrará en su informe Z.

{% hint style="info" %}
Debe tener el **Permiso para realizar retiros y pagos en efectivo** permiso para realizar depósitos de efectivo en el POS.
{% endhint %}

1. Toca **Operaciones** | **Efectivo** | **Depósito de efectivo**.
2. Toque en el **Monto** campo e introduzca el importe total que desea depositar, por ejemplo, $1500.

<div align="left"><img src="/files/1daa5ac1d54c13741514befff5952b86c077e49e" alt=""></div>

3. (Opcional) Si su tienda requiere códigos de motivo para los depósitos de efectivo, pulse el icono de búsqueda junto al **Código de motivo** campo, toque el código de motivo correspondiente para seleccionarlo y toque **Aceptar**.

<div align="left"><img src="/files/f4a8cbf2b99a3a0b9db3f3ef7a280d1f8c9b2246" alt=""></div>

4. (Opcional) Toque en el **Comentario** campo e introduzca un comentario, por ejemplo, Depósito de efectivo de $1500 en la caja fuerte de la tienda.

<div align="left"><img src="/files/f936f859732f09942748be6a8e4be02e6c50213b" alt=""></div>

5. Toca **Aceptar**.
6. Toque en el **Efectivo** campo e introduzca el importe total que desea depositar, por ejemplo, $1500.
7. Toca **Aceptar**.
8. Toca **Sí** para imprimir un recibo.

<div align="left"><img src="/files/ce465ad2491d8b4d4f33848710a1fbe89459c713" alt=""></div>

9. Siga los procedimientos de su tienda para depositar el efectivo en la caja fuerte de la tienda u otro lugar seguro.


---

# 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://docs.rmhpos.com/es/readme-1/manage-the-cash-drawer/performing_cash_drops.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.
