...
ROOT DIRECTORY |
|
Folders: | |
\bin\ | - contains library files for launching the 32-bit version of the application. |
\jre\ | - contains java distribution |
\lib\ | - contains the main application files |
\logs\ | - folder with application logs (created when the application is running) |
\SQLite\ | - contains the local application database (created when the application is running) |
\WebData\ | - see below |
Files: | |
browser.cfg | - содержит настройки конфигурации приложенияcontains application configuration settings |
kiosk2.exe | - Kiosk launch file |
pass.txt | - contains the shift password (created when the application is running) |
settings-kiosk.json | - settings file (created when exporting, loaded when importing settings) |
…/webdata |
|
/assets/ | - resources (see below) |
/files/ | - contains scene images |
/fonts/ | - system folder contains files with fonts used in the theme |
/img/ | - system folder, contains files with images of themes, icons, etc. |
/js/ | - system folder contains system javascript files |
/localize/ | - contains translation files |
index.html | - system file for front start |
favicon.png | - browser tab icon |
|
|
…\webdata\assets |
|
\claims\ | - icon images |
\dishes\ | - images of dishes and selectors |
\img\ | - images for order types |
\languages\ | - images for languages |
\selectors\ | - images of selectors (functionality not implemented) |
no-image.png | - image of dishes, selectors, order type in the absence of a specially designated image |
...