> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/caja-registradora/ventas/realizar-una-venta-recurrente-1.md).

# Aplicar un descuento

{% columns %}
{% column width="66.66666666666666%" %}
Para realizar un descuento predeterminado puede tener agregado a los Hotkeys o simplemente buscar desde el **Buscador de artículos**(ícono de una Lupa) desde la Caja Registradora
{% endcolumn %}

{% column width="33.33333333333334%" %}

<figure><picture><source srcset="/files/fXNG0odTdn5jkarpzb2e" media="(prefers-color-scheme: dark)"><img src="/files/6Lm4wKcqXcOneeJL4Qc7" alt="" width="87"></picture><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Al seleccionar aplicará automáticamente el descuento porcentual al total de la venta

<figure><picture><source srcset="/files/7jgGYhjW7g8HRkgEX7rQ" media="(prefers-color-scheme: dark)"><img src="/files/xVyVDAhlQeedXpIJo9M7" alt=""></picture><figcaption></figcaption></figure>

Puede añadir un descuento individual por monto o porcentual

<figure><picture><source srcset="/files/D0gYUEl0S7ntC9hpGu6c" media="(prefers-color-scheme: dark)"><img src="/files/el00DNmUJXZfnuiBnzep" alt=""></picture><figcaption></figcaption></figure>

{% columns %}
{% column width="58.333333333333336%" %}
Para añadir un descuento individual simplemente debe seleccionar en el artículo que desea aplicar el descuento y luego presionar en el ícono "Anadir descuento"
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><picture><source srcset="/files/jAUvNEYaf5H4RnDMGVZu" media="(prefers-color-scheme: dark)"><img src="/files/XBYMKMGaw8VhqNhKhcxj" alt=""></picture><figcaption></figcaption></figure>

{% endcolumn %}
{% endcolumns %}

<figure><picture><source srcset="/files/Zui3QMGNQleAThX3st1x" media="(prefers-color-scheme: dark)"><img src="/files/WVA0k97vNvnLYchvCC2d" alt=""></picture><figcaption></figcaption></figure>

Para agregar un porcentaje debe presionar en el ícono de porcentaje(%)

<figure><picture><source srcset="/files/aKBOtRv5WnqlWWvXDK1I" media="(prefers-color-scheme: dark)"><img src="/files/FjtyosoHz1JSIGaHuTnw" alt=""></picture><figcaption></figcaption></figure>

{% hint style="info" %}
Para otorgar cortesía se realiza el descuento del 100% por ende quedaría en monto 0.
{% 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://encom-1.gitbook.io/encom-docs/caja-registradora/ventas/realizar-una-venta-recurrente-1.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.
