> 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/como-realizar-una-venta.md).

# Realizar una venta al contado

Para Realizar una venta necesita añadir los [artículos](http://docs.encom.com.py/panel-de-control/articulos/crear-articulos) ya sea desde los **Hotkeys** (la grilla en el panel izquierdo de la pantalla) o desde el **listado de artículos** (presionando el ícono de la lupa).

<div><figure><picture><source srcset="/files/jUu6mZ9kn29mgrwQOhIV" media="(prefers-color-scheme: dark)"><img src="/files/q39TMJaEpHQX7K5BQpU5" alt="" width="375"></picture><figcaption><p>Izquierda, grilla de artículos o HotKeys</p></figcaption></figure> <picture><source srcset="/files/7MJMY5dVMGSWDyk6WeWS" media="(prefers-color-scheme: dark)"><img src="/files/3nCdrCq5po2oIRRTN943" alt="Buscador de artículos al presionar el ícono de la lupa" width="375"></picture></div>

Opcionalmente, puede [añadir un cliente a la venta](http://docs.encom.com.py/caja-registradora/ventas/como-anadir-un-cliente-a-una-venta)

{% hint style="info" %}
En el caso de facturación electrónica recomendamos siempre añadir un cliente
{% endhint %}

Una vez añadidos lo artículos a la venta, presione el botón azul **Cobrar.**

<picture><source srcset="/files/XrxRnXrEIlKXXgImdhns" media="(prefers-color-scheme: dark)"><img src="/files/ZE997OYHNZqSAqVhIZeW" alt=""></picture>

Ingrese el monto entregado por el cliente, ya sea en uno o vários métodos de pagos

<picture><source srcset="/files/KMOqeUov4UcVDrt3lYt9" media="(prefers-color-scheme: dark)"><img src="/files/3YFxyGmhZCLlEiwpTWnu" alt="" width="375"></picture>

Seleccione el método de pago recibido, si el total ingresado cubre el 100% o más de la venta, la misma finalizará y le llevará a la pantalla de confirmación.

<picture><source srcset="/files/7JCVXQ2fxVyXX1ELT0bQ" media="(prefers-color-scheme: dark)"><img src="/files/5bKAXyVbd9rCDbQRbu5I" alt="" width="375"></picture>

Si tiene configurada una impresora, automáticamente se imprimirá el comprobante o factura o puede presionar el botón **Imprimir**


---

# 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/como-realizar-una-venta.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.
