> 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/ingresos-egresos.md).

# Ingresos y egresos

Registra los ingresos y egresos de cada cuenta.

## Qué es

Cada movimiento de dinero se registra en una cuenta como **ingreso** (entra) o **egreso** (sale). Los tipos de ingreso y egreso se configuran en [Catálogos](/guia-del-usuario-espanol/configuracion/catalogos.md).

## Video

{% embed url="<https://assets.koinia.app/tutoriales/t12-registra-un-movimiento/v1/es/t12-registra-un-movimiento-720.mp4>" %}
Registra un movimiento (0:40)
{% endembed %}

## Quién puede hacerlo

**Pastor/a**, **Administrador/a**, **Tesorero/a**, o un **Líder** responsable de esa cuenta.

## Pasos

{% stepper %}
{% step %}

### Abre la cuenta

En **Tesorería**, entra a la cuenta correspondiente.
{% endstep %}

{% step %}

### Registra el movimiento

Usa **Registrar ingreso** o **Registrar egreso**. Completa **monto**, **fecha**, **descripción**, el **tipo** (su [clave](/guia-del-usuario-espanol/configuracion/catalogos.md) del catálogo) y el **método** — efectivo o transferencia.
{% endstep %}

{% step %}

### Adjunta el comprobante (ahora o después)

Sube la foto del recibo o un PDF. Si no lo tienes a la mano, puedes guardar el movimiento sin él y adjuntarlo más tarde.
{% endstep %}

{% step %}

### Guarda

El movimiento se refleja en el saldo de la cuenta y en los reportes, con su propio **folio consecutivo**.
{% endstep %}
{% endstepper %}

## Notas no es lo mismo que Descripción

**Descripción** dice qué fue el movimiento. **Notas** es para tu conciliación — lo que todavía falta resolver de ese movimiento, por ejemplo *"pendiente de depositar"*.

## Consejo

Define primero tus **tipos de ingreso** y **tipos de egreso** en [Catálogos](/guia-del-usuario-espanol/configuracion/catalogos.md) para clasificar bien cada movimiento.

## Relacionado

* [Cuentas](/guia-del-usuario-espanol/tesoreria/cuentas.md)
* [Catálogos](/guia-del-usuario-espanol/configuracion/catalogos.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/ingresos-egresos.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.
