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

# 3.50.13

Release Date: December 4, 2023

## **Store Manager**

### Add new tasks and Import button to the Advanced Item Wizard

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

* Task 150: Change Item Quantities
* Task 170: Assign Item Sales Tax
* Task 1030: Change "Bin Location"
* Task 1040: Change "Buydown Price and Quantity"
* Task 1120: Change Department and Category

There is also a new **Import** button available in the Advanced Item Wizard. You can use the existing **Export to Excel** button to export items and data from the list grid to XLS, XLSX, or CSV format, where you can work with the editable data. You can use the Import button to import the items and data back into the Advanced Item Wizard.

You cannot use the Import button to add new items to the database. In addition, the columns in the import file must match the columns in the list grid when you import. The import will not be successful if the items do not exist in the database or the column layouts in the import file and list grid are different.

## Loyalty Manager

### Add Spanish translation for Loyalty Manager apps

Starting with release 3.50.13, a Spanish translation of the menus and fields in the **RMH Store Loyalty** and **RMH Central Loyalty** apps is available. To use the Spanish language in these apps, open **Store Administrator** or **Central Administrator**, connect to the database, and click **Configuration**. On the **Register** tab, select **Spanish** from the **Language** drop-down, and click **Save and Close**.


---

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