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

# 3.11.10

Release Date: November 21, 2022

## **Central Manager**

### Allow same item to be included more than once in any worksheet

Starting with release 3.11.10, you can include the same item more than once in any worksheet. In previous releases, if you attempted to add the same item more than once, the warning message "Item already exists" displayed and you could not add the item. Now, if you add the item more than once, the item is simply added to a new row (it is not consolidated with the previous item entry).

## **Central Manager and Store Manager**

### New configuration option for random weight EAN-13 barcodes

Starting with release 3.11.10, you can configure the format for random weight EAN-13 barcodes (sometimes referred to as price embedded barcodes) to support item prices greater than $999.99.

The EAN-13 number starts with a GS1 prefix. The 02 and 20 prefixes are typically used for vendor-packaged goods with varying weight (such as chicken), while the 21 to 29 prefixes are used for either proprietary products (own brand or unbranded) or items packaged in store. The prefix is followed by an item code (sometimes referred to as the PLU), price, and a check digit. The format may also include a price verifier.

The number of digits used for the item code and price can vary. Together, the lengths of the item code and price must be 10 digits. For example, if the item code is 4 digits, the price must be 6 digits. Similarly, if you require 8 digits for the price, you are limited to 2 digits for the item code.

Before you can use EAN-13 barcodes in your store(s), you must configure POS to support random weight EAN-13 barcodes. You can do this by going to **File** | **Configuration** | **POS Options** and selecting **Utilize random weight EAN codes**. The new EAN-13 format configuration option is available in Central Manager or Store Manager under **Setup** | **Miscellaneous** | **Random Weight EAN**.

{% hint style="info" %}
If your stores are centrally-managed using Central Manager, you must configure these EAN-13 options in Central Manager.
{% endhint %}


---

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