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

# 3.50.8

Release Date: September 25, 2023

## **Central Manager**

### Add Refresh button to Central Client and Central Server

Starting with release 3.50.8, a **Refresh** button is available on the **Dashboard**. A manual refresh of the Dashboard data can also be triggered by pressing **F5** on the keyboard.

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

## Central Manager and Store Manager

### Change to purchase order download status

Starting with release 3.50.8, if **Auto Release Order** is enabled in the **Order Setting** options, when you download a purchase order to Store Manager using **Worksheet 340: PO Planner**, the status of the purchase order is **Open** when it starts downloading and **Released** after it has finished downloading. If Auto Release Order is not enabled, the status of the purchase order is Open when it starts downloading and the status does not change after it has finished downloading.

### Scroll bar added to Extended Description field

Starting with release 3.50.8, a scroll bar is available for the **Extended Description** field in the **Item** window so you can scroll up and down through the description if it extends beyond the fixed field dimensions.

<div align="left"><figure><img src="/files/RHMBME7JQkndGytPf3nR" 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-8.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.
