> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/reportes/ingresos/movimientos-de-caja.md).

# Movimientos de Caja

El reporte **Movimientos de Caja** permite consultar todos los ingresos y egresos registrados manualmente en las cajas del sistema.

Es especialmente útil para auditar movimientos de efectivo, verificar extracciones, ingresos y realizar controles administrativos.

### Cómo acceder

1. Ingrese al **Panel Administrativo**.
2. Seleccione **Reportes**.
3. Dentro de **Administrativos y Financieros**, haga clic en **Movimientos de Caja**.

<figure><picture><source srcset="/files/kHJZyaDWvJoiPYYTUNtj" media="(prefers-color-scheme: dark)"><img src="/files/mI1385kBuigujrxvfPvN" alt=""></picture><figcaption></figcaption></figure>

### Buscar movimientos

Utilice el cuadro **Filtrar listado** para localizar rápidamente un movimiento específico mediante cualquier dato visible en la tabla

### Información mostrada

Cada movimiento incluye:

| Campo    | Descripción                                          |
| -------- | ---------------------------------------------------- |
| Fecha    | Fecha y hora del movimiento.                         |
| Sucursal | Sucursal donde se realizó.                           |
| Caja     | Caja registradora utilizada.                         |
| Usuario  | Usuario que realizó el movimiento.                   |
| Nota     | Motivo o descripción ingresada.                      |
| Tipo     | Indica si corresponde a un Ingreso o una Extracción. |
| Total    | Importe del movimiento.                              |

***

### Tipos de movimientos

#### Ingreso

Representa dinero agregado a la caja.

Ejemplos:

* Fondo inicial.
* Ajuste de efectivo.
* Devolución de dinero.

***

#### Extracción

Representa dinero retirado de la caja.

Ejemplos:

* Pago a proveedor.
* Retiro para gastos.
* Entrega de efectivo.

***

### Exportar información

Desde el botón **Exportar Listado** podrá descargar la información para su análisis o archivo.

***

## Preguntas frecuentes

**¿Este reporte muestra ventas?**

No.

Este reporte únicamente muestra los movimientos manuales realizados sobre la caja.

Las ventas pueden consultarse desde el reporte [Transacciones](https://app.gitbook.com/o/ULHWximV9yYEMWwJFhzz/s/RuhClc793WqoVy4mOKVa/~/edit/~/changes/15/panel-de-control/reportes/reporte-de-ventas-1/transacciones).


---

# 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://encom-1.gitbook.io/encom-docs/panel-de-control/reportes/ingresos/movimientos-de-caja.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.
