...
ExternalDeliveryInterface module (— hereinafter EDI ) is designed to exchange — allows exchanging information between external ( third-party ) delivery system and R-Keeper 7 POS r_keeper 7 cash system.
Interaction between systems is performed by .CSV files exchange. Pre-processed files are placed at a special network resource (folder) at the server in the company head office, and on network resources (folders) of servers installed in departments (— restaurants ) — of the Company. These network resources shall should be accessible to availble for clients and servers of delivery systems and R-Keeper r_keeper 7 via LAN (head office) and VPN channels (departments (restaurants)), including while connecting to the named specified servers in terminal mode (— disks connection setup).
Distribution
...
Kit
Module includes three files:
- ExternalDeliveryInterface.exe
- Settings.ini
- RK7XML.dll
Module The distribution package is available at FTP ftp://ftp.ucs.ru/rk7/other/ExternalDeliveryInterface
Setup
- In manager РК7, the manager station, go to Service > Stations and Devices, select a required cash server and add XML interface driver for Windows to required POS server on the Drivers tab. In the Options section of the driver properties thereof, specify portthe Port, ef. gex., 14441. Associate
- In the Sevice > Interfaces menu, link this XML - interface with to the logical interface in Service -XML interfaces reference. Restart POS server.
- Restart the cash server
- In Options > Tables and Plans > Hall Plans and Tables, create a new table or tables, Create table (tables) ( or use existing one) , to which orders from external delivery will be placed. Remember the table code.
- Create a folder , for file exchange, for example, d:\UCS\EDI\Exchange\
- Edit
Edit the Settings.
iniini file
Code Block [Main]
...
Frequency=15 ; Frequency of working folder scanning, seconds
...
WorkPath=C:\UCS\Aventa\v.1.0.0.41\ ; Working folder as per 3.4.
...
LogLevel=2 ; logging level (maximum is 4)
...
[RK]
...
Server=127.0.0.1 ; IP address of r_keeper_7 POS server
...
Port=14441 ; Port for XML interface
...
PriceIdent=3 ; price type identifier in РК7 (Menu -> Price types reference)
...
StationIdent=15015 ; station identifier
...
GuestType=1 ; guest type identifier, optional
...
UseXML=1
...
UsePrice=0
...
PayIdent=1043924 ; order pre-payment currency identifier
...
PrepayReasonIdent=1043926 ; pre-payment deposit reason identifier
...
PayInterfaceIdent=1 ; identifier of logical interface for connection to loyalty system (PDS or SRM). Required to associate card with order
...
StationIdent=1 ; cash register station identifier
...
OneTableMode = 1; orders creation at one table mode (creation of tables with "point") mode on (1) or off (0), starting from version 1.0.0.47
...
; if off (0), interface will only create one order if different orders with the same table number are created
...
OneTableIdent = 12345; table identifier for orders creation in OneTableMode = 1 mode, starting from version 1.0.0.47
...
[License]
...
Server=l.ucs.ru ; IP address of license server, do not modify
...
Port=60606 ; Port for license server, do not modify
...
; Optional parameters
...
...
[Main]
...
DebugMode=1 ; debug mode
...
; Enable interface with stats
...
[Main]
...
RefServerPort=7251 ; servers port
Usage:
http://127.0.0.1:7251/stat - shows current session stats
http://127.0.0.1:7251/stat?days=3 - shows stats for the last 3 days
...