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

# 3.51.6

Release Date: August 9, 2024

## POS

### Two new filters available for looking up customers in POS

Starting with release 3.51.6, when you are looking up customers in POS, two new filters are available: **AR Accounts Only** and **Customer Alias**. To access these filters, tap **Customers** | **Lookup Customer** and tap **Find Customer**.

To look up customers with AR accounts, you must select the AR account filter and at least one other filter (such as Account Number, Last Name, First Name), then enter the search criteria. The search results are limited to customer records that match the search criteria and are connected to AR accounts.

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

To look up customers by alias, you must select the customer alias filter and enter the search criteria. The search results are limited to customer records with aliases that match the search criteria.

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

## Store Manager

### Export button available for completed purchase orders or transfers in/out

Starting with release 3.51.6, a new **Export** button is available when you complete purchase orders or transfers in/out. In previous releases, the Export button was only available when you created purchase orders and transfers in/out.

<div align="left"><figure><img src="/files/tHk2aYJZjlgWFudrRdyx" 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/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.
