Order taking window — a window with an installed POS terminal. Orders are taken through this window. The station can be of a waiter type — without a fiscal printer and a possibility to close orders.
Payment window — a window with an installed POS terminal. Orders made at an order taking window, or via an order booth, or via a mobile terminal, are paid through this window. A fiscal printer and other cash register station attributes, f.ex., pinpads are required.
Pickup window — a window where orders are packed and handed over to customers. VDU system must be installed to show full orders from order taking and payment stations. Sometimes a POS terminal can be installed for both order taking and payment, if there are few customers and all operations are performed via a single window.
OrderTaker station (OT) — the place where an operator takes an order from a guest.
A monitor located in a booth, if order taking booths are used, can be connected to this station. The number of OT stations shall be the same as the number of order taking booths.
Each ОТ station works with its own booth.
An ОТ station cannot work with several booths simultaneously.
Cashier station (CS) — a cashier pays orders here. There can be several cashier stations in a restaurant at a drive-thru line. A station that is first in a line after order taking windows/booths is the main one.
All stations in a drive-thru line should work with one cash server. |
The basic scheme is as follows: 1. Order taking window > 2. Order payment window > 3. Order pickup window
The second monitor can be connected to an order taking window. Either a waiter station or a mobile waiter is used.
VDU shall be installed in a pickup window.
The required versions:
Generally, user, i.e. not pre-installed cash register forms are used for Drive Thru system: Order editing, Order edition (quick check), Order choice as well as order buttons form.
Therefore, it is necessary to design new forms for CS and OT stations, and configure their usage.
Add the To one car button to the order editing form for the OT station
The location of the button is at your discretion. The button functionality is described below since the script is important in this case. |
The script content is as follows:
procedure ProcessOperation1000147(Parameter: integer); // procedure name may be different in your case begin RkCheck.UpdateVisitcomment('<<<', ''); end; |
The new forms scheme should be configured for CS and OT stations.
Use different selectors for different types of CS and OT stations.
For CS stations, use the set of functional keys for Order edition (quick check).
For ОТ stations, use just Order editing.
To configure selectors for the stations go to Options > User Interface > Selectors Usage.
Operation selectors for the Order editing form are located in Options > User Interface > Selectors > Order > Operation's selector > Receipt: Operation's selector.
Do not forget to configure selectors for the CS cash station. If no separate selector is used, enable the default FD receipt: operations selector. |
Be sure to specify the Default page in the Basic properties of the selector in the Options > User Interface > Selectors reference |
If the To one car button is used, at the VDU orders will be displayed with a special mark — <<<<< , preceded by the number of order with which this order should be served.
The orders will also have the <<< mark at the CS cash station.
If the OT station is connected to the order booth, add a second screen driver to it. See more detail in the article on setup of the second screen.
Configure connection of the OT and CS cash station with the VDU. See more detail in the article on VDU setup.
For the orders not to duplicate at VDU screens, install VDU version 2.4+, and check the Drive thru ID box in VDU settings. Also, enable the station control by Enable unit configuration option.