> 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-11-8.md).

# 3.11.8

Release Date: October 25, 2022

## **Central Manager and Store Manager**

### Look up items from both primary and secondary suppliers by reorder number

Starting with release 3.11.8, under **Merchandising** | **Items**, you can look up items from both primary and secondary suppliers by searching on the supplier's reorder number.

If you want to search the reorder numbers of the primary supplier, click in the **Reorder Number** column and type part or all of the reorder number into the lookup field. The list of items dynamically updates to display all matches for the primary supplier. If you want to search the reorder numbers of secondary suppliers, type part or all of the reorder number into the lookup field and press **Enter**.

You can display the **Reorder Number** column in the items list view by clicking **Layout** and selecting **Reorder Number**. You can add supplier information for items, such as the reorder number, on the **Purchase** tab of the **Item** window.

### Include Tax ID Number in the customer list view

Starting with release 3.11.8, under **Customer** | **Customers**, you can display the **Tax ID Number** column in the customer list view by clicking **Layout** and selecting **Tax ID Number**. The Tax ID Number column is not displayed in the customer list view layout by default.


---

# 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-11-8.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.
