> For the complete documentation index, see [llms.txt](https://docs.koinia.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinia.app/guia-del-usuario-espanol/tesoreria/reportes.md).

# Reportes de tesorería

Genera, guarda y exporta reportes de los movimientos de una cuenta.

## Qué es

Dentro de cada cuenta, la pestaña **Reportes** te deja analizar los movimientos por periodo: con gráficas, una tabla de desglose, exportación a CSV y reportes guardados que puedes reutilizar.

## Video

{% embed url="<https://assets.koinia.app/tutoriales/t14-el-reporte-de-una-cuenta/v1/es/t14-el-reporte-de-una-cuenta-720.mp4>" %}
El reporte de una cuenta (0:35)
{% endembed %}

## Quién puede hacerlo

Cualquier persona con acceso a esa cuenta: **Pastor/a**, **Administrador/a**, **Tesorero/a**, o un **Líder** asignado a la cuenta.

## Cómo llegar

**Tesorería → \[la cuenta] → pestaña Reportes**.

## Armar un reporte

{% stepper %}
{% step %}

### Elige el periodo

Define las fechas **desde** y **hasta**.
{% endstep %}

{% step %}

### Elige qué incluir

Solo **ingresos**, solo **egresos**, o **ambos**.
{% endstep %}

{% step %}

### Elige cómo agrupar

Por **día**, **semana**, **mes** o **año**. Esto cambia el detalle de la gráfica.
{% endstep %}

{% step %}

### Revisa el resultado

La gráfica y la tabla se actualizan solas. La tabla de desglose muestra el detalle por tipo y por periodo, con el **neto** al final.
{% endstep %}
{% endstepper %}

## Colapsar ingresos o egresos

Si solo te interesa uno de los dos, colapsa la sección de **Ingresos** o de **Egresos** en la tabla para dejar visible únicamente la que necesitas revisar.

## Guardar un reporte

Presiona **Guardar** y dale un nombre. Queda en la lista de **Reportes guardados** y al presionarlo vuelve a cargar esos mismos filtros. Es útil para reportes que presentas cada mes.

## Exportar a CSV

**Exportar CSV** descarga los datos del reporte actual en un archivo que puedes abrir en Excel o Google Sheets.

{% hint style="info" %}
La exportación respeta los filtros que tengas puestos. Si quieres todo el año, ajusta el rango de fechas antes de exportar.
{% endhint %}

{% hint style="warning" %}
Los reportes se generan **por cuenta**. Si tu iglesia maneja varias cuentas y necesitas el total consolidado, revisa el resumen general en **Tesorería**.
{% endhint %}

## Relacionado

* [Ingresos y egresos](/guia-del-usuario-espanol/tesoreria/ingresos-egresos.md)
* [Cuentas](/guia-del-usuario-espanol/tesoreria/cuentas.md)


---

# 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.koinia.app/guia-del-usuario-espanol/tesoreria/reportes.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.
