> 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/releases/old/3-51-6.md).

# 3.51.6

Fecha de lanzamiento: 9 de agosto de 2024

## POS

### Dos nuevos filtros disponibles para buscar clientes en POS

A partir de la versión 3.51.6, al buscar clientes en POS, hay dos nuevos filtros disponibles: **Solo cuentas de AR** y **Alias del cliente**. Para acceder a estos filtros, toque **Clientes** | **Buscar cliente** y toca **Buscar cliente**.

Para buscar clientes con cuentas de AR, debe seleccionar el filtro de cuenta de AR y al menos otro filtro (como Número de cuenta, Apellido, Nombre), y luego ingresar los criterios de búsqueda. Los resultados de la búsqueda se limitan a los registros de clientes que coinciden con los criterios de búsqueda y están conectados a cuentas de AR.

<div align="left"><figure><img src="/files/285315f8e9007c72ece81972cff825e772d2bf1d" alt=""><figcaption></figcaption></figure></div>

Para buscar clientes por alias, debe seleccionar el filtro de alias del cliente e ingresar los criterios de búsqueda. Los resultados de la búsqueda se limitan a los registros de clientes con alias que coinciden con los criterios de búsqueda.

<div align="left"><figure><img src="/files/60d6658496f7dc3bef2a2e99ff484588c9b8b517" alt=""><figcaption></figcaption></figure></div>

## Administrador de la tienda

### Botón Exportar disponible para órdenes de compra o transferencias de entrada/salida completadas

A partir de la versión 3.51.6, un nuevo **Exportar** botón está disponible cuando completa órdenes de compra o transferencias de entrada/salida. En versiones anteriores, el botón Exportar solo estaba disponible cuando creaba órdenes de compra y transferencias de entrada/salida.

<div align="left"><figure><img src="/files/b9fe1cbde6c87891841c45cfdfd2f083095727ed" alt=""><figcaption></figcaption></figure></div>


---

# 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/releases/old/3-51-6.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.
