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

# 3.50.11

Release Date: November 3, 2023

## **Store Manager**

### Add Restock Level and Reorder Point columns to purchase orders and transfers in/out

Starting with release 3.50.11, there are two new columns available on the **Items** tab of purchase orders and transfers in/out. These columns, **Restock Level** and **Reorder Point**, are read-only. You define the Restock Level and Reorder Point for items in the **Ordering Guidance** section of the **Inventory** tab in the **Item** window.

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

### Add Select Task drop-down to the Advanced Item Wizard

Starting with release 3.50.11, there is a new **Select Task** drop-down available in the **Advanced Item Wizard**. When you select a task from this drop-down, the column layout in the list grid is automatically updated to the default layout for that task. (Columns with a white background are editable. Columns with a gray background are read-only.) Currently, the only task available is **Task 160: Change Item Restocking Info**. You can use Task 160 to enter a **New Restock Level** and **New Reorder Point** for the selected items.

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

## **Store Manager and POS**

### Changes to tax assignments and shipping

Starting with release 3.50.11, the **Tax Schedule Basis** options in Store Manager have changed. The Tax Schedule Basis is defined under **File** | **Configuration** | **Sales Tax**.

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

The option **Assign tax schedules on a per item basis** and the **Walk-in customer tax group** drop-down have been removed. This is because POS applies the local tax (identified in the **Item tax** field in the Item window) by default to any items picked up in the store. Instead, there is now an option to configure which local tax to use for any new items created in Store Manager. If you select a tax from the drop-down, it is automatically selected in the **Item tax** field for new items.

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

{% hint style="info" %}
In addition, the **Item tax** and **Item is taxable** fields are now persistently visible. In previous releases, the **Item tax** field was only visible if you had opted to assign taxes on a per item basis, and the **Item is taxable** field was only visible if you had opted to assign taxes on a per customer basis.
{% endhint %}

The **Assign tax schedules on a per customer basis** option and **Customer field for tax matching** drop-down have been merged and modified. The new option is **If shipping to the customer, select the value (e.g., Ship to state\city/country\ZIP) to use to determine the local tax at the destination (on a per customer basis)**. In other words, selecting this option enables POS to apply the tax - or taxes - of the jurisdiction where the customer is taking possession of the items. The local tax at the destination is determined by the customer's shipping address and not their billing address.

{% hint style="info" %}
If you are upgrading to 3.50.11 or later and you want POS to apply tax on a per customer basis, you must go to **File** | **Configuration** | **Sales Tax** in Store Manager and select that option in the **Tax Schedule Basis** section. It is not selected be default.
{% endhint %}

If you are shipping items to customers and want to use local tax at the destination, you must (1) enable POS to apply tax on a per customer basis, (2) add at least one shipping address for the customer, and (3) select the customer's shipping address in POS before you tender the sale. If enable POS to apply tax on a per customer basis but you forget to select the customer's shipping address before you tender the sale, POS defaults to using the local tax on a per item basis.

In addition, starting with this release, when you select a customer's shipping address in POS, it displays in the **Customer** pane at the top of the POS screen to the right of the billing address. If you select the wrong shipping address, there is a new **Clear Shipping Address** button available under the **Customers** menu.

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

### Changes to receipt templates

Starting with release 3.50.11, the **ReceiptTemplates** folder has been removed from the **RMH POS** folder. You will find all receipt templates under **C:\Program Files (x86)\Retail Hero\RMH Store Manager\ReceiptTemplates**. The author for all templates has been changed to Retail Management Hero and the version has been incremented to 3.50.11. In addition, **fullpage.xml** and **receipt.xml** have been updated to remove the text "You saved \[dollar amount]!" when the receipt is a gift receipt.

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


---

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