Proposed new restaurant feature
Posted: Tue Sep 14, 2004 11:52 am
How about if during a sale POS exported a file that could be picked up by a networked computer in the kitchen containing everything in the sale including what the kitchen needed to prepare. The kitchen could ignore the rest.
The kitchen would view the order on the screen and can print it out. When the order is filled the kitchen can then delete it from the kitchen computer.
Now I need details. Does the kitchen page through the orders, one per screen page, and the kitchen presses [PAGE UP] + [PAGE DOWN] to view different orders. Or is each order combined in one long list that the kitchen scrolls through. How does the kitchen know who (waitress? table?) gets the order? Can the kitchen delete individual items from each order as they are completed (or mark them as completed) or only the entire order?
What if new things are added to the order, display the entire order again or only the new stuff. I am assuming that the sale is parked and new items are added to the parked sale.
How can this function for a fast food restaurant and a sit down restaurant with food delivered to the table and a pizza delivery deal. I'm not doing this 3 times.
Here is the basic deal. After pressing [+] the register will ask you if you want to 1. Send order to kitchen, 2. Print sales check, 3. Complete sale. If you choose to "send order" a file will be sent to the GLOBAL folder according the the network PATH that you have entered into the POSCONFG.EXE file. The POS program then parks the sale. Only "pieces" and "descriptions" and the "parking code" are sent to the kitchen.
A NEW, totally separate program looks for orders to be dropped into the GLOBAL folder and then reads and erases them. It adds the order just read into the database of orders not yet completed and then goes back to looking for more orders.
The NEW program ("Kitchen Manager"?) displays, prints, deletes the orders.
Well all this is fine but what are the DETAILS? If we use the one screen page per order model how does the kitchen know how many pages there are without having to page through them. Should the new program be able to be set to do either the "page" model or the "scroll" model? What should the screens look like? Does the program keep track of the time the order was placed?
What have I forgotten or not thought of? Let's do something really weird. Let's put all the features in the first time so we do not have to keep adding to this.
The kitchen would view the order on the screen and can print it out. When the order is filled the kitchen can then delete it from the kitchen computer.
Now I need details. Does the kitchen page through the orders, one per screen page, and the kitchen presses [PAGE UP] + [PAGE DOWN] to view different orders. Or is each order combined in one long list that the kitchen scrolls through. How does the kitchen know who (waitress? table?) gets the order? Can the kitchen delete individual items from each order as they are completed (or mark them as completed) or only the entire order?
What if new things are added to the order, display the entire order again or only the new stuff. I am assuming that the sale is parked and new items are added to the parked sale.
How can this function for a fast food restaurant and a sit down restaurant with food delivered to the table and a pizza delivery deal. I'm not doing this 3 times.
Here is the basic deal. After pressing [+] the register will ask you if you want to 1. Send order to kitchen, 2. Print sales check, 3. Complete sale. If you choose to "send order" a file will be sent to the GLOBAL folder according the the network PATH that you have entered into the POSCONFG.EXE file. The POS program then parks the sale. Only "pieces" and "descriptions" and the "parking code" are sent to the kitchen.
A NEW, totally separate program looks for orders to be dropped into the GLOBAL folder and then reads and erases them. It adds the order just read into the database of orders not yet completed and then goes back to looking for more orders.
The NEW program ("Kitchen Manager"?) displays, prints, deletes the orders.
Well all this is fine but what are the DETAILS? If we use the one screen page per order model how does the kitchen know how many pages there are without having to page through them. Should the new program be able to be set to do either the "page" model or the "scroll" model? What should the screens look like? Does the program keep track of the time the order was placed?
What have I forgotten or not thought of? Let's do something really weird. Let's put all the features in the first time so we do not have to keep adding to this.