> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/store-manager/manage-accounts-receivable/closing-the-billing-cycle.md).

# Cerrar el ciclo de facturación

Store Manager no cierra automáticamente el ciclo de facturación en la fecha de cierre. En su lugar, debe cerrar manualmente el ciclo de facturación de sus cuentas de AR en la fecha de cierre o después de ella.

1. Haga clic en **Cliente**.
2. Haga clic en **Cerrar ciclo de facturación**.
3. Seleccione el **Fecha de cierre**.

{% hint style="info" %}
Si selecciona el día 26 del mes, Store Manager incluirá todos los asientos del libro mayor hasta el día 25 inclusive. Si selecciona el día 1 del mes, Store Manager incluirá todos los asientos del libro mayor hasta el día 30/31 del mes anterior inclusive.
{% endhint %}

4. Ingrese un **Referencia**si se desea.
5. De **Filtrar**, seleccione **Estándar** o **Avanzado**.
6. Haga clic en **Siguiente**.
7. De **Tipo de selección**, seleccione una de las siguientes opciones:

* **ACCGROUP:** Cierre el ciclo de facturación para los grupos de cuentas seleccionados. Seleccione los grupos de cuentas de la lista.
* **Filtro avanzado:** Use el filtro para cerrar el ciclo de facturación de las cuentas de AR filtradas. Haga clic **Defina** para mostrar el **Filtrar** diálogo.

8. Haga clic **Finalizar**. Haga clic en **Aceptar** para confirmar que el ciclo de facturación se ha cerrado para las cuentas de AR seleccionadas.


---

# 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.rmhpos.com/es/store-manager/manage-accounts-receivable/closing-the-billing-cycle.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.
