> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/reportes/resportes-contables/revision-de-la-cuenta-del-cliente-metodo.md).

# Revisión de la cuenta del cliente (método)

Ejemplo:

![Explanaition](/files/-MOCeUbx0l-41PPfJ0rv)

Para este ejemplo, mostramos en la última columna al final ($ 11891.05 USD). Este es el valor que posee el cliente en el rango de tiempo filtrado que ingresó en los filtros para generar el informe.

El valor superior debajo del campo Saldo ($ 12522.05 USD), es la deuda total (valor pendiente) que tiene el cliente.

{% hint style="info" %}
Si desea hacer coincidir el valor del saldo con el último valor de la columna, debe filtrar un intervalo de tiempo largo para que coincidan.&#x20;
{% endhint %}

En el rango seleccionado, el cliente le debe $11891.05, pero en total el cliente le debe $12522.05. Para ver todas las facturas pendientes, usted debe filtrar un rango superior de tiempo.&#x20;

{% hint style="danger" %}
Este reporte sirve para analizar, generar un pdf, previsión, ver un cliente. Pero, realmente no esta hecha para enviar un estado de cuenta a su cliente con un saldo correcto. Existe otro módulo, en donde solamente selecciona una fecha de corte, y le genera un pdf, puede enviarlo por correo electrónico el valor total pendiente.
{% endhint %}


---

# 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://manual.unosofbooks.com/guia-de-usuario-es/reportes/resportes-contables/revision-de-la-cuenta-del-cliente-metodo.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.
