> 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/installation/install-central-manager-multi-store/manage-services/consistency-checker/consistency-checker-command-prompt.md).

# Run manually from Command Prompt or PowerShell

On the computer where Central Client is installed:

1. Open **Central Client**.
2. Stop all client services.
3. Open **Command Prompt** or **PowerShell**.
4. Go to **C:\Program Files (x86)\Retail Hero\RMH Central Flash Client**.
5. Run the **RMH.Central.ConsistencyChecker.exe** executable with administrator privileges.

You can set the synchronization period using the parameters:

* `period:day` or `-p:D`
* `period:week` or `-p:W`
* `period:month` or `-p:M`

{% hint style="info" %}
Day is the previous 24 hours, week is the previous 7 days, and month is from the current day (e.g., 15th) to the same day in the previous month.
{% endhint %}

You can identify which type of records to synchronize using the parameters:

* `include:sales` or `-i:S`
* `include:droppayout` or `-i:DP`
* `include:orders` or `-i:O`
* `include:purchaseorder` or `-i:PO`
* `include:timeclock`, `include:timecard`, or `-i:TC` to sync both time clock or time card

{% hint style="info" %}
If you do not specify which type of records to synchronize (e.g., sales, drops or payouts, orders, purchase orders/transfers, time clock or time card entries), the Consistency Checker will synchronize all types of records.
{% endhint %}

You can run the **RMH.Central.ConsistencyChecker.exe** executable silently (i.e., with no user prompts) using one of the following parameters:

* `-n`
* `--nowait`

{% hint style="info" %}
If you have set up Central Manager and multiple stores on a test machine, and are running multiple instances of Central Client, you can run the Consistency Checker for a specific instance by entering the folder name of the instance as a parameter, e.g., `-c "RMH Central Client 2"`. Refer to [**Set up Central Manager and multiple stores on a test machine**](/installation/other-procedures/installation-cm-stores-test-machine-flash.md) for more information.
{% endhint %}

Example of how to synchronize sales for the past 7 days:

<div align="left"><img src="/files/bWehYXsUXMTt2UZq5oZY" alt=""></div>

<div align="left"><img src="/files/uCog02wzp4fSaSOzCdyF" alt=""></div>

Example of how to synchronize orders for the past 24 hours:

<div align="left"><img src="/files/dZ7VFXO21FJKxKJGKLpj" alt=""></div>

Example of how to synchronize purchase orders/transfers for the past month:

<div align="left"><img src="/files/L8J41B45rWgCKFEtMYEy" alt=""></div>

<div align="left"><img src="/files/Zm3da3HjGk9hn73QHIwD" alt=""></div>

Example of how to synchronize drops or payouts for the past 24 hours:

<div align="left"><img src="/files/5Ht2Dmwnzt4kVLenIkvZ" alt=""></div>

Example of how to synchronize time clock or time card entries for the past 24 hours:

<div align="left"><img src="/files/KWOdcxaQFKGeVLidp2ld" alt=""></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/installation/install-central-manager-multi-store/manage-services/consistency-checker/consistency-checker-command-prompt.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.
