> 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-21.md).

# 3.11.21

Release Date: May 26, 2023

Today, we are glad to announce the general availability of the Flash-based RMH product suite (release [3.50.0](/releases/old/3-50-0.md)). This release includes all bug fixes, enhancements, and new features from the original ("classic") version of RMH, up to and including release 3.11.21.

{% hint style="info" %}
The "classic" version of the RMH product suite will continue to be available until the end of August 2023. However, after release 3.11.21, the RMH "classic" product suite will move into a passive support phase and will only include only critical bug fixes. New features and enhancements will be only added to the RMH Flash product suite going forward.
{% endhint %}

## **Central Manager**

### Add Purchaser field to Worksheet 340: PO Planner

Starting with release 3.11.21, the **Purchaser** field is available in **Worksheet 340: PO Planner**. To see the **Purchaser** field, open the generated worksheet, and on the **General** tab, click **Details**.

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

{% hint style="info" %}
You must create purchasers and synchronize them to the relevant Store Groups before you can select them the Purchaser field in the worksheet. Refer to [**Purchasers**](/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-purchasers.md) for more information.
{% endhint %}

## **Central Manager and Store Manager**

### Updates to Active Reports

Starting with release 3.11.21, you can include **Department Code**, **Category Code**, and **Supplier Code** information in the following **Active Reports**:

Store Manager:

* Custom/Items/Assembly Quantity List
* Custom/Items/Item Price List with Margin
* Custom/Items/Item Quantity List with On Order View
* Custom/Items/Item Value
* Custom/Items/Top Items Report

Store Manager and Central Manager:

* Standard/Items/Item Alias List
* Standard/Items/Item Price List
* Standard/Items/Item Quantity List
* Standard/Items/Item Substitute List
* Standard/Items/Supplier List

Central Manager:

* Standard/Items/Item Value List

You can select **Department Code**, **Category Code**, and **Supplier Code** in the **Filter** dialog when you generate these reports. The Department Code, Category Code, and Supplier Code columns in these report are hidden by default. You can display these columns by clicking **Layout** and selecting the column(s) you want to display.


---

# 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-21.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.
