Dining Table List Panel without Grid
In this article
Dining Table List Panel without Grid
The Table List panel that usually shows a list of dining tables can be simplified by removing the grid with the list and the top menu. Only one hospitality type is then active. What is left is the menu with a button to enter the table number and the function menu plus the status bar at the bottom.
The changes to be made are:
Panel #HOSP-TABLELIST-GRID in Interface Profile ##DEFAULT:
- Delete Control Line 1
- Set Column 1 Percent = 0 and Column 2 Percent = 100.
Panel #OFFLINE in Interface Profile #HOSP-TABL:
- Set Row 1 Percent = 0.
Menu #HOSP-TABLELIST-GRID in HOSP-TAB:
- Set Rows = 1.
To get numeric keyboard instead of alphanumeric, change the parameter in HOSP-TABLELIST FUNC command from ALPHA to NUMBER.