diff --git a/point_of_sale/restaurant.rst b/point_of_sale/restaurant.rst index 76a7e193e..0001ccd50 100644 --- a/point_of_sale/restaurant.rst +++ b/point_of_sale/restaurant.rst @@ -10,4 +10,5 @@ Advanced Restaurant Features restaurant/split restaurant/print restaurant/tips - restaurant/transfer \ No newline at end of file + restaurant/transfer + restaurant/multi_orders \ No newline at end of file diff --git a/point_of_sale/restaurant/media/image04-fs8.png b/point_of_sale/restaurant/media/image04-fs8.png deleted file mode 100644 index 0a5666eee..000000000 Binary files a/point_of_sale/restaurant/media/image04-fs8.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/image06-fs8.png b/point_of_sale/restaurant/media/image06-fs8.png deleted file mode 100644 index a104aa75f..000000000 Binary files a/point_of_sale/restaurant/media/image06-fs8.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/image07-fs8.png b/point_of_sale/restaurant/media/image07-fs8.png deleted file mode 100644 index 83901bfde..000000000 Binary files a/point_of_sale/restaurant/media/image07-fs8.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/image08-fs8.png b/point_of_sale/restaurant/media/image08-fs8.png deleted file mode 100644 index 60d8ea2c0..000000000 Binary files a/point_of_sale/restaurant/media/image08-fs8.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/image09-fs8.png b/point_of_sale/restaurant/media/image09-fs8.png deleted file mode 100644 index 08d475837..000000000 Binary files a/point_of_sale/restaurant/media/image09-fs8.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/multi_orders01.png b/point_of_sale/restaurant/media/multi_orders01.png new file mode 100644 index 000000000..743077090 Binary files /dev/null and b/point_of_sale/restaurant/media/multi_orders01.png differ diff --git a/point_of_sale/restaurant/media/multi_orders02.png b/point_of_sale/restaurant/media/multi_orders02.png new file mode 100644 index 000000000..e56f275e6 Binary files /dev/null and b/point_of_sale/restaurant/media/multi_orders02.png differ diff --git a/point_of_sale/restaurant/media/multi_orders03.png b/point_of_sale/restaurant/media/multi_orders03.png new file mode 100644 index 000000000..b177a7d14 Binary files /dev/null and b/point_of_sale/restaurant/media/multi_orders03.png differ diff --git a/point_of_sale/restaurant/multi_orders.rst b/point_of_sale/restaurant/multi_orders.rst new file mode 100644 index 000000000..d6dd536db --- /dev/null +++ b/point_of_sale/restaurant/multi_orders.rst @@ -0,0 +1,36 @@ +=============================================== +How to register multiple orders simultaneously? +=============================================== + +Register simultaneous orders +============================ + +On the main screen, just tap on the **+** on the top of the screen to +register another order. The current orders remain opened until the +payment is done or the order is cancelled. + +.. image:: media/multi_orders01.png + :align: center + +Switch from one order to another +================================ + +Simply click on the number of the order. + +.. image:: media/multi_orders02.png + :align: center + +Cancel an order +=============== + +If you made a mistake or if the order is cancelled, just click on the **-** +button. A message will appear to confirm the order deletion. + +.. image:: media/multi_orders03.png + :align: center + + +.. seealso:: + * :doc:`../advanced/register` + * :doc:`../advanced/reprint` + * :doc:`transfer`