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

# 3.11.17

Release Date: April 3, 2023

## **Central Manager and Store Manager**

### Delete available serial numbers for items in a centrally-managed store

Starting with release 3.11.17, you can delete available serial numbers for items in a centrally-managed store.

To do this, in Store Manager click **Merchandising** | **Items**, and open an item. On the **Serial** tab, select an available serial number, and click **Delete**. Click **OK** to confirm you want to delete the serial number.

{% hint style="info" %}
If the **Synchronize quantity with serial numbers** option is selected under **Configuration** | **Store Rules** | **Serial Number Options**, deleting the serial number will update the **On hand** item quantity on the **Inventory** tab and the new on hand quantity for the item will be synchronized to Central Manager.
{% endhint %}

## **Store Manager and POS**

### WAM certification available for stores in the EU

Starting with release 3.11.17, **Weights and Measures (WAM)** certification functionality is available for stores in the **European Union (EU)**.

To do this, in Store Manager click **Setup** | **Hardware** | **POS Profiles**, and open a POS profile. On the **Weight and Measures** tab, select **Enabled**, and then select **EU** from the **Region** drop-down. You must also set up registers to use the POS profile. Refer to [**POS profiles**](/store-manager/configure-pos-and-store-manager/registers-and-receipts/setting-up-pos-profiles.md) for more information.

### Movement Report button loads Active Report

Starting with release 3.11.17, when you click the **Movement Report** button - available from either the **Items** list view or the **Item** properties screen - it loads the Active Report instead of the Sharp Shooter report. You can still run the Sharp Shooter version of the report, but you will need to open it from **Reports** | **Sharp Shooter** | **Standard** | **Items**.


---

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