Go to Service > Stations and Devices. Add the Second monitor interface driver for the cash station of your restaurant and make the required settings: screen resolution, layout size, HTML format.
It only works for r_keeper 7.4.2.0 and later. |
TLW left — left indent of TLW display, in dpi
TLW top — top indent of TLW display, in dpi
TLW width — width of TLW display, in dpi
TLW height — height of TLW display, in dpi
TLW font size — size of TLW font
TLW Font Style — normal or bold font
TLW background color — background color outside TLW frame
TLW font color — color of TLW font
TLW Display color — background color inside TLW frame
TLW Border color — color of TLW frame
Soft % — blurring. The higher value it has, the more blurred the words inside TWL frame are
Stretch — font extension.
HTML format — defines the data display format in the Htmldisplay.exe application
HTML format should be as follows:
<html> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <head> <link rel="stylesheet" type="text/css" /> </head> <body scroll="NO" onLoad="window.scrollTo(0,9999)">%s</body> </html> |
The line should contain a %s variable that stores the information from the layout used.
You can specify only %s in the "HTML format" parameter, but in this case, the layout should contain the full HTML content.
Place all images in the folder specified at the manager station, if any. This folder must contain a mainpicture.jpg file used for the background. The size of this image should completely match the screen resolution.