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

# 3.50.16

Release Date: February 5, 2024

## **Store Manager and POS**

### Add new tasks to the Advanced Item Wizard

Starting with release 3.50.16, the following tasks have been added to the **Advanced Item Wizard**:

* Task 140: Change Item Ordering Info
* Task 5020: Set Item Discount
* Task 5040: Block Sales

### Remove Item Creation Setting and Item Creation Wizard menus and functionality

Starting with release 3.50.16, the **Item Creation Setting** and **Item Creation Wizard** menu items and functionality will be removed from Store Manager. (They will remain in Central Manager.)

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

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

### Remove Item Creation Setting and Item Creation Wizard manager user role privileges

Starting with release 3.50.16, the **Item Creation Setting** and **Item Creation Wizard** manager user role privileges will be removed from Store Manager. (They will remain in Central Manager.)

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

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

### New log for items not imported into purchase orders or transfers in/out

Starting with release 3.50.16, if you use the **Import** function to add items to a purchase order or transfer in/out and items are not imported, a log is generated that identifies the items that were not imported and the reason.

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

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

The log is saved under **C:\ProgramData\RetailHero\RMH Store Manager\Import PO**.

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

The reasons why an item cannot be imported include: the item lookup code (ILC) does not exist in the store database or the item is flagged as **Do Not Order** on the **Purchase** tab.

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

### New file name for the Store Manager installation wizard

Starting with release 3.50.16, the file name for the Store Manager installation wizard will change from **RMH Store Manager.msi** to **RMH.Store.Manager.msi**. Partners who use automated installation scripts should update the file path and file name in their scripts.

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

### Change to Recall for Return and Recall for Void lookup field

Starting with release 3.50.16, when you use the **Recall for Return** or **Recall for Void** functions in POS, by default you will be able to use the lookup field to look up transactions by transaction number (#). If you want to look up transactions by customer name or account number, click the **Customer** or **Account #** column headings first and then type the customer name or account number in the lookup field.


---

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