About
The system is useed for guest service speed-up. Cashiers use iPod-based mobile terminals to receive orders from the guests standing in the queue. It saves the order receiving time at the cash register itself, and the guests whose orders are already received, are more interested in waiting for their turn.
If the restaurant uses VDU modules, the kitchen receives relevant information about the dishes to be cooked in advance, when orders are taken in the queue.
Operation Principle
The cashier takes orders from the guests standing in the queue. After the order is received, the guest gets a slip of paper containing the relevant order number. This number can be:
- Printed in a plain number format
- Printed as a QR code. In this case, the cash register should be equipped with a QR code reader.
The order accepted via the mobile terminal is sent to VDU by the TMS server and stored in XML format in a defined directory for further use at the r_keeper 7 cash station.
The order number card can also be branded and serve as an additional marketing medium. At the cash desk, the guest provides the card with their order number. The cashier enters the number (or reads the QR code), the order opens at the cash desk, and the guest is requested to pay the order. The cashier can change the open order — e.g., add dishes, discounts, etc.
System Requirements
The following is required for ordering in the queue:
- Equipment:
- Mobile terminal based on iPod (generation 4 and 5).
- WiFi hotspot.
- Software:
- TMS server
- Mobile waiter;
- VDU
Required software:
- VDU – 3.2
- RK7 – 7.4.21.299
- TMS – 7.7.1.10
- or higher.
Installation
Files are stored on FTP:
ftp://ftpint.ucs.ru/r-keeper/WaiterNotepad/Current/TMS/RK7/
Mobile waiter available at AppStore — search for RkMobWaiter
Setup in RK7
For ordering in the queue, 2 cash server interfaces are used:
- XML interface — intended for obtaining TMS server directories
- Mobile Fast Food Interface — intended for opening orders at the cash desk
Note: if the restaurant has several cash desks with their own cash servers, XML interface is required for one server only,
whereas Mobile Fast Food Interface should be implemented on each server.
- For the Mobile Fast Food Interface, in DirName parameter, specify the same path as in TMS.ini.
- Create a logical interface in the Service > Interfaces directory and link it to the cash server interface.
Do not forget to restart the cash server.
Logical interface for Mobile Fast food interface
An approximate module interaction diagram in provided below.
- Add an MCR algorithm that will refer to the interface assigned to Mobfastf.dll library.
Algorithm parameters are given below.
In the processing mask, specify the number of characters corresponding to the order number length.
TMS configuration
Configure TMS in the same manner as for the Mobile Waiter mode, except for the following parameters:
[EXTSAVE]
Dir=d: \rk7\MobileSaveXML\
DeleteAfter = 60 — the time interval (in minutes) intended for keeping order files in the order storage directory
(it can be specified in the range of 10 to 1440 minutes; if less, it is considered equal to 10, if greater — equal to 60).
If the value is not specified or is equal to 0, the directory will not be cleared.
[VDU]
VDUID = 150 ; ID VDU
LocalPort = 1113 ; port (do not change)
RestCode = 138440006 ; full restaurant code
Waiter = End of queue ; order label at VDU
ShowComboTitle = 0 ; display combo container
In mwnsettings7.xml, configure the following:
FastFoodScanNumber="1" ; use number scanning. 0 = do not use
FastFoodDigNumber="4" ; the number of digits in the order number
VDU configuration
Orders from the queue at VDU are received from the cash desk with code 61. You can customize the orders from the queue to display in other color.
For this purpose, use the Filters > Units setting at VDU.
Orders from the queue are always displayed after orders from cash desks. When an order from the queue is opened at the cash desk, it is moved to the cash desk orders queue.
To prevent the orders, which have not been opened at cash desks, from staying permanently at VDU,
you can set the time interval, after the expiry of which they will disappear from the screen automatically. for this purpose, specify the required time (in minutes) in the "EndQue Timeout, min" parameter.
Overdue orders will reset after a new order appears.
See the following figure to learn about the VDU interface settings.