# Generar informes X, Z y ZZ

Hay tres informes disponibles para imprimir desde POS:

* **Informe X:** Muestra las ventas al minuto para la línea de POS. Generar un informe X no cierra el lote actual. Normalmente se genera a lo largo del día para verificar las ventas.
* **informe Z**: Similar al informe X, el informe Z muestra las ventas al minuto para la línea de POS. Normalmente se genera al final de un turno o diariamente a la hora de cierre. Generar un informe Z cierra el lote actual y abre un nuevo lote.
* **Informe ZZ:** Similar al informe Z, el informe ZZ muestra las ventas para la línea de POS. Sin embargo, incluye las ventas de todos los informes Z generados desde el último informe ZZ. Imprimir el informe ZZ cierra el número de lote actual y abre el siguiente número de lote disponible.

{% hint style="info" %}
Debe tener el **Permiso para generar informes X** y **Permitido generar informes Z y ZZ** permisos para generar informes en POS.
{% endhint %}

## Ver o imprimir informes X

1. Toca **Operaciones** | **Lote** y seleccione una de las siguientes opciones:

* **Ver informe X**
* **Imprimir informe X**

2. Si está viendo el informe X, revise las secciones relevantes del informe y luego toque **Cerrar**.

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

3. Si está imprimiendo el informe X, toque Sí para imprimir el informe.

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

## Imprimir informes Z

Se recomienda ingresar los importes de apertura y cierre antes de imprimir informes Z. Esto incluye todas las formas de pago, incluidas las tarjetas de débito y crédito. Estos importes están disponibles en el informe X.

1. Toca **Operaciones** | **Lote** | **Imprimir informe Z**.
2. Toca **Sí** para imprimir el informe.

## Imprimir informes ZZ

Se recomienda ingresar los importes de apertura y cierre antes de imprimir informes ZZ.

1. Toca **Operaciones** | **Lote** | **Imprimir informe ZZ**.
2. Toca **Sí** para imprimir el informe.


---

# 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://docs.rmhpos.com/es/readme-1/open-and-close-batches/generating_x_z_zz_reports.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.
