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

# 3.10.3

Release Date: April 11, 2022

## **Store Manager**

* Changes to Cashier Time Clock reports

Starting with release 3.10.3, the Cashier Time Clock and Cashier Time Clock with Time in Hours-Minutes reports will show actual punch in/out times.

## Store Manager and Central Manager

* Changes to Item Price List report

Starting with release 3.10.3, the Item Price List report will show **% Profit Margin** and **$ Profit** for items that are tax exclusive. This typically applies in jurisdictions in Canada and the U.S. The formula for % Profit Margin is \[(Price-Cost)/Price)] \* 100. The formula for $ Profit is \[Price-Cost].

## Central Manager

* Two new worksheets

Starting with release 3.10.3, you will be able to use two new worksheets in Central Manager:

* 321: Change Item Block Sales
* 322: Change Item Discounts

Use Worksheet 321 to block item sales according to a schedule or for a specified period of time. Use Worksheet 322 to apply new item discounts.

* Two new configuration options

Starting with release 3.10.3, you will be able to use two new configuration options in Central Manager:

* Do not allow Central to override the Item Discount in Stores
* Do not allow Central to override the Item Block Sales in Stores

When selected, these options (available under **File** | **Configuration**) prevent Central Manager from overriding item discounts or block sales criteria at the store level when item details are updated in Central Manager.

For example, if you change one item property such as alias in Central Manager, an item update package is pushed to stores. This package usually updates all item properties. If you select these two new configuration options, item discounts or block sales criteria that you defined for the item in Central Manager are not pushed to the stores in the item update package.


---

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