Difference between revisions of "Orderman Interface"
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102f68/fos/wiki/includes/MagicWord.php on line 902
From FOS Wiki
m (corrected some mistakes...) |
(Added the Menu Interface documentation) |
||
Line 1: | Line 1: | ||
= Login = | = Login = | ||
When the waiter starts the orderman a login window will appear. This window consists of two text fields: one for the username and another for the password. A simple button will allow to login and if the login was successful the waiter will see his tables and can start to work. | When the waiter starts the orderman a login window will appear. This window consists of two text fields: one for the username and another for the password. A simple button will allow to login and if the login was successful the waiter will see his tables and can start to work. | ||
+ | |||
= Logout = | = Logout = | ||
A simple button will provide the logout. | A simple button will provide the logout. | ||
+ | |||
= Orderman = | = Orderman = | ||
The Orderman interface shows the tables of the restaurant, bar or whatever. A table is visualized through a simple rectangle with the table number on it. When an order has already been done on a table this table will have a different color of the tables where no order has been made. | The Orderman interface shows the tables of the restaurant, bar or whatever. A table is visualized through a simple rectangle with the table number on it. When an order has already been done on a table this table will have a different color of the tables where no order has been made. | ||
Line 8: | Line 10: | ||
It is important that no other stuff is placed on this interface, because the waiter must have a good overview of the tables. No other wearing stuff will be shown on the orderman. | It is important that no other stuff is placed on this interface, because the waiter must have a good overview of the tables. No other wearing stuff will be shown on the orderman. | ||
+ | |||
+ | = Menus = | ||
+ | When the user presses and holds on a table a bottom menu must appear where it will be possible (in a further moment) to split a table or move the orders from one table to another. | ||
+ | By clicking on the table number of the table view a menu will be shown, witch contains the total price of the table and the options ''pay, pay separately'' and others. | ||
+ | |||
= Order = | = Order = | ||
On this interface the waiter can look up the orders that already have been made on the chosen table. In addition he can make new orders. | On this interface the waiter can look up the orders that already have been made on the chosen table. In addition he can make new orders. |