> 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/configure-pos-and-store-manager/accounts-receivable/setting-up-reason-codes.md).

# Códigos de motivo de cuentas por cobrar

1. Haga clic en **Configuración**.
2. Expandir **Cliente**.
3. Expandir **Cuentas por cobrar**.
4. Haga clic en **Códigos de motivo**.
5. Realice una de las siguientes acciones:

* Para agregar un nuevo código de motivo, haga clic en **Nuevo**.
* Para editar un código de motivo existente, selecciónelo y haga clic en **Editar**.
* Para copiar un código de motivo existente, selecciónelo y haga clic en **Copiar**.

6. Introduzca información sobre el código de motivo.

<details>

<summary><img src="/files/96cb7863918669fe3cf39b3a118a1fad4217f868" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.4444580078125" valign="top">Campo</th><th valign="top">Descripción</th></tr></thead><tbody><tr><td valign="top">Código</td><td valign="top">Un código único que identifica el código de motivo.</td></tr><tr><td valign="top">Nombre</td><td valign="top">Una breve descripción del tipo de ajuste de crédito/débito de cuentas por cobrar.</td></tr><tr><td valign="top">Inactivo</td><td valign="top">Seleccione esta opción para desactivar el código de motivo.</td></tr><tr><td valign="top">Tipo</td><td valign="top"><p>Seleccione una de las siguientes opciones:</p><ul><li>Ajuste</li><li>Poner en espera</li><li>Reversión</li><li>Desaplicar</li></ul></td></tr></tbody></table>

</details>

7. Haga clic en **Guardar y cerrar**.


---

# 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/configure-pos-and-store-manager/accounts-receivable/setting-up-reason-codes.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.
