...
And insert it to dbmangr.ini. Save your changes and restart the server.
KDSGuard
Excerpt | ||
---|---|---|
| ||
The KDSGuard utility is designed to |
...
deal with possible failures. It is located in the \Server folder. |
...
the utility,specify the full path to |
...
the dbmangr_RK7. |
...
exe server in KDSGuard.ini. Save changes and run KDSGuard.exe. Example of the KDSGuard |
...
working configuration:
|
...
|
...
|
...
|
...
If everything is configured correctly, the KDSGuard window will |
...
show the message |
...
: Started...<path to the KDS server> |
...
and no indication of errors. |
...
Connection with
...
r_keeper_7
For the KDS to function, service print should be configured.
- Open the KDS server. In the Server Name field, indicate specify the IP address of the POS cash server
- KDS can handle work only with categories and not general classifications. Let us take service print as an example and create categories for it:
- Distribute dishes on the menu by classification categories. The categories will appear in the menu on the right:
- Select the required ones and press ОК
- Return to the manager station. Create an interface and bind link it to the server driver.
- Go to Options In the directory Settings > Parameters > Installation > Connection to Other Systems Link with other systems > KDS and VDU > KDS Classification for KDS and VDU, indicate the reference to the KDS classification. In this our case, it is Service Print.
- Check KDS layouts. Go to the directory Settings > Print Options > Printing > Documents and Layouts > For KDS. Make sure that pre-installed layouts are added to the current print layout.
- In the employee settings (POS restrictions), add the right Delete a Ready Dish.
- printing scheme
- Go to Personnel > Employees, select the required role and, in the Cashier restrictions block of the role properties, add the Delete ready dish right
- If neededOptionally, you can change the text that a waiter will see at the POS cash station. To do so, go to Settings Options > Parameters > Enterprise Operation Parameters working settings > Messages to Waiters for waiter > Dish Readiness Message Textready message text and indicate a required text in the StringString field. For example: "Ready for %0;s" which means "Ready for table No."
Available parameters:
- %0:s is the table number
- %1:s is the category name for the KDS
- %2:s is the dish name
Work in KDS
...
For the KDS to operate, the following launched items are required:
- Directory Reference Server
- POS Cash Server
- POS Cash Station
- KDS Server
- KDS Client
Create an order at the POS cash station. The KDS TKDS can work only in the order creation mode. The The KDS does not function in the quick receipt mode.
For an order to appear in the KDS, it must be saved and not closed. Create an order and press Save:
The order should appear in KDS.
KDS Deletion
To delete the KDS, run the installer and select the item Deleting One of the Existing Copiesselect Removal of one of the previous instances and follow the instructions in the dialog windows.
Database
In the \DB folder there is a ready-for-operation database (— KDS.FDB) and a script ( and the Kds.sql) for script for creating a similar empty database. You can work with the ready-to-operate database or create yours using the program IBExpert the IBExpert program or the utility UPDConsol.exe utility from the folder \DB\UPВConsol\ folder.
Below you will find out , find the instruction on how to create a database using the utility UPDConsol.exe utility.
If needed, edit the file the workscript.iniini file:
Code Block |
---|
[DB] DB= |
...
KDS_NEW. |
...
FDB ; the name of the database file that will be created by the script in the folder containing the utility
CharSet=NONE ; the applied encoding. Must match the CharSet field of other INI files
UserName=SYSDBA ; the database user name
Password=masterkey ; the database user password
Create=1
[Work]
Script = KDS.sql ; the script name for creating a new database. Can be found in the folder containing the utility |
Run the UPDConsol.exe utility to create a new database. The KDS_NEW.FDB file will
; the name of the database file that will be created by the script in the folder containing the utility
CharSet=NONE
; the applied encoding. Must match the CharSet field of other INI files
UserName=
SYSDBA
; the database user name
Password=
masterkey
; the database user password
Create=1
[Work]
Script =
KDS.sql
; the script name for creating a new database. Can be found in the folder containing the utility
ShowAfterError=30
Run the utility UPDConsol.exe to create a new database. The file KDS_NEW.FDB will appear in the folder containing UPDConsol.exe.