> 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/3.51.14.md).

# 3.51.14

Release Date: December 17, 2025

### POS <a href="#h_01kbdf7xwt8dw2khc9mkk32f76" id="h_01kbdf7xwt8dw2khc9mkk32f76"></a>

#### Changes to licensing grace period <a href="#h_01kbdffj243sp52721873ba503" id="h_01kbdffj243sp52721873ba503"></a>

Starting with release [3.51.14](https://support.rmhpos.com/hc/en-us/articles/47471153878163-RMH-3-51-14-Release), if the computer loses internet connectivity or the cloud licensing service is unavailable, the POS app will retain its seat and continue to operate normally without interruption for up to 2 weeks (14 days). This ensures that the POS app will continue to operate even if connectivity is lost for an extended period of time.

#### Changes to offline operation <a href="#h_01kbdfyzwkw6c8t0zmh67sf01h" id="h_01kbdfyzwkw6c8t0zmh67sf01h"></a>

Starting with release [3.51.14](https://support.rmhpos.com/hc/en-us/articles/47471153878163-RMH-3-51-14-Release), it is not possible to create or edit customer records in POS when POS is connected to the offline database and is operating in offline mode. This change ensures data consistency and prevents data synchronization issues between the offline database and the store database. Specific changes include:

* The New Customer, Edit Customer, and Display History buttons are disabled.
* The Properties button on the Customer Lookup screen is disabled.
* The New, Remove, and Set Primary buttons on the Select Shipping Address screen is disabled.
* The Properties button on the Select Shipping Address screen is enabled, but the Save button is disabled so updates to the shipping address cannot be saved.


---

# 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/3.51.14.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.
