Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Concept

Starting from version 7.6.0, reserve cash server functionality is implemented.

...

The reserve cash server only gets the references from the main cash server, and only sends sales data to the main cash server. Shift files created by the reserve cash server cannot be processed till the main cash server processes them.

Scenarios

  1. If the cash register cannot connect to the cash server within ReserveServerTimeout and the reserve server is available, the cash register requests switching to the reserve cash server.
  2. At first login at the cash register connected to the reserve cash server, the special new «Switch to the reserve server» right is checked.
  3. The order created at the cash register when the connection to the main cash server was lost is moved to the reserve cash server base.
  4. When a cash shift is open, switch to the main cash server is only possible after the common shift is closed.
  5. When the shift is closed, the reserve server shall not have transfers.
  6. After the common shift is closed, the cash register notifies that it will further work with the main server, and restart is required.

Setup of reserve cash server

Manager station

To create a reserve cash server:

  1. Select the restaurant in the «Service — Stations and devices» reference.
  2. Select the main cash server in the «Сash Servers» window and right-click it.
  3. Select «New (as copy) cash server»:
  4. In cash register properties, select the reserve cash server that was added:
  5. Assign the «Switch to reserve cash server» right to the restaurant administrator that will have the right to switch the cash register to the reserve server:

Setup of the reserve cash server

Code Block
[Config]
;; Name of the reserve cash server
Client = SEA_MID_NOKEY_RESERVE
;; Name of the main cash server:
RefServer = SEA_MID_NOKEY
;; A separate base
BasePath = F:\rk7\MIDBASE_CURRENT_NOKEY_RESERV

[NETKERN]
Protocols=TCPSOC.dll;localnet.dll

The rest is as in an ordinary cash server

Cash register setup

Code Block
[Config]
STATION= ...
Server = SEA_MID_NOKEY
ReserveServer=SEA_MID_NOKEY_RESERVE

...