> 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-50-1.md).

# 3.50.1

Release Date: June 9, 2023

## **Central Manager**

### Two new fields in Worksheets 330 and 340

Starting with release 3.50.1, the **Shipping Methods** and **Payment Terms** fields are available in **Worksheet 330: Inventory Transfer** and **Worksheet 340: PO Planner**. To see these fields in Central Manager, open the generated worksheet, and on the **General** tab, click **Details**.

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

To see these fields in Store Manager, click **Inventory/Purchasing**, click either **Purchase Order** or **Transfer In**, and click the **Header** tab.

### Limit number of worksheets displayed in grid lists

Starting with release 3.50.1, the number of worksheets that display in the grid lists under **Admin** (including **Approve Worksheets** and **Acknowledge Worksheets**) and **Worksheet Status** (including **All Styles** and individual worksheet styles) will, by default, be limited to worksheets that were generated in the previous three calendar months.

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

You can display historic worksheets by clicking **Add** and using the **Filter** options to include worksheets that are more than three months old.

## **Central Manager and Store Manager**

### Check for duplicate customer Account Number

Starting with release 3.50.1, if you are setting up a customer in Store Manager, and the store is managed centrally by Central Manager, the system will check if the **Account Number** already exists in the central database. If the Account Number is present in the central database, an error message displays and you cannot save the customer.

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

The Central Server services must be running for the system to check if the Account Number already exists the central database. If the services are not running, the system will only check the store database.

{% hint style="info" %}
This functionality was also added to release 3.11.22, for the RMH "classic" product suite.
{% endhint %}

## **Store Manager and POS**

### New filter options for Label Wizard

Starting with release 3.50.1, if you select **Print labels for items that satisfy the following filter** in the **Label Wizard**, there are new options available from the **Field** drop-down menu: **Sale Price**, **Sale Start Date**, **Sale End Date**, **Item Notes**, and **Web Item**. Items matching these filter conditions are added to the Selection List on the next screen of the wizard, and can be added to the label print list.

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

### Prevent cashiers from closing POS

Starting with release 3.50.1, if the POS option **Force logon each sale** is enabled for the store and a cashier is logged in to POS, the **Cancel** button on the **Login** screen is disabled to prevent the cashier from accidentally closing POS. The **Cancel** button remains enabled when POS is initially started and no cashier is logged in, and for cashiers who have the **Allowed to Exit POS** cashier right enabled.

The **Force logon each sale** option is available in Store Manager under **File** | **Configuration** | **Store Rules** | **POS Options**.

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

The **Allowed to Exit POS** cashier right is available in Store Manager under **Setup** | **People & Security** | **POS User Roles**. You can also enable or disable this cashier right for a specific user under **Setup** | **People & Security** | **Users** and **POS Role Overwrite**.

## **Loyalty**

### Change to Installation Wizard

Starting with release 3.50.1, the Installation Wizard for Loyalty no longer prompts you to install the **Flash Bridge**. Instead, you must install the Flash Bridge manually. Refer to [**Install and configure the Flash Bridge**](/installation/install-central-manager-multi-store/installation-flash-bridge.md) for more information.


---

# 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-50-1.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.
