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

# 3.50.3

Release Date: July 7, 2023

## **Store Manager and POS**

### New Import Utility Wizard in Store Manager

Starting with release 3.50.3, you can import items and aliases, and update item properties, using a new **Import Utility Wizard**. The Import Utility is useful if you want to import or update items in bulk using a CSV, XLS, or XSLX file. Refer to [**Use the Import Utility to add and update items**](/store-manager/manage-items/use-the-import-utility-to-add-and-update-items.md) for more information.

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

### Improved sequential tendering functionality in POS

Starting with release 3.50.3, you can set up and use sequential tendering in POS. Sequential tendering allows you to process payments for a transaction using a variety of tender types. Each payment is processed separately, in a sequence, until the full transaction amount is paid. Refer to [**Tender sales using sequential tendering**](/readme-1/process-a-basic-transaction/transactions-tendering-seq-tendering.md) for more information.

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

{% hint style="info" %}
If you developed a payment extension to work with previous versions of the Sequential Tender window, you must test and confirm that your payment extension works with this version of the Sequential Tender window before upgrading customers to release 3.50.3 or later.
{% endhint %}

## **Central Manager**

### Formula button available for Worksheet 303

Starting with release 3.50.3, on the **Content tab** of **Worksheet 303: Change Item Ordering Info**, you can use the **Formula** button to change item **Cost**. Refer to [**Change item ordering information using Worksheet 303**](/central-manager/manage-store-inventory-using-worksheets/worksheet-303-change-item-ordering-info.md) for more information.

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

### Option to use Flash Consistency Checker with multiple instances of Central Client

Starting with release 3.50.3, you can use the **Flash Consistency Checker** with multiple instances of Central Client if you have set up Central Manager and multiple stores on a test machine. Prior to 3.50.3, you could only use the Flash Consistency Checker with the default instance of Central Client.

To use the Flash Consistency Checker with another instance of Central Client, when you run the executable, add the folder name of the instance as a parameter, e.g., -c "RMH Central Client 2". Refer to [**Run manually from Command Prompt or PowerShell**](/installation/install-central-manager-multi-store/manage-services/consistency-checker/consistency-checker-command-prompt.md) for more information.

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

You can also configure a task to automatically run the executable with the instance as a parameter. Refer to [**Schedule to run automatically using Windows Task Scheduler**](/installation/install-central-manager-multi-store/manage-services/consistency-checker/consistency-checker-task-scheduler.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-3.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.
