diff --git a/point_of_sale/restaurant.rst b/point_of_sale/restaurant.rst index 0001ccd50..e22f3c946 100644 --- a/point_of_sale/restaurant.rst +++ b/point_of_sale/restaurant.rst @@ -8,7 +8,7 @@ Advanced Restaurant Features restaurant/setup restaurant/table restaurant/split - restaurant/print + restaurant/bill_printing restaurant/tips restaurant/transfer restaurant/multi_orders \ No newline at end of file diff --git a/point_of_sale/restaurant/bill_printing.rst b/point_of_sale/restaurant/bill_printing.rst new file mode 100644 index 000000000..1187564c0 --- /dev/null +++ b/point_of_sale/restaurant/bill_printing.rst @@ -0,0 +1,29 @@ +============== +Print the Bill +============== + +Use the *Bill Printing* feature to print the bill before the payment. +This is useful if the bill is still subject to evolve and is thus not +the definitive ticket. + +Configure Bill Printing +======================= + +To activate *Bill Printing*, go to :menuselection:`Point of Sales --> +Configuration --> Point of sale` and select your PoS interface. + +Under the Bills & Receipts category, you will find *Bill Printing* +option. + +.. image:: media/bill_printing01.png + :align: center + +Split a Bill +============ + +On your PoS interface, you now have a *Bill* button. + +.. image:: media/bill_printing02.png + :align: center + +When you use it, you can then print the bill. diff --git a/point_of_sale/restaurant/media/bill_printing01.png b/point_of_sale/restaurant/media/bill_printing01.png new file mode 100644 index 000000000..18101c7d4 Binary files /dev/null and b/point_of_sale/restaurant/media/bill_printing01.png differ diff --git a/point_of_sale/restaurant/media/bill_printing02.png b/point_of_sale/restaurant/media/bill_printing02.png new file mode 100644 index 000000000..962c3c5d7 Binary files /dev/null and b/point_of_sale/restaurant/media/bill_printing02.png differ diff --git a/point_of_sale/restaurant/media/print01.png b/point_of_sale/restaurant/media/print01.png deleted file mode 100644 index 2ef6ba0e2..000000000 Binary files a/point_of_sale/restaurant/media/print01.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print02.png b/point_of_sale/restaurant/media/print02.png deleted file mode 100644 index 4f8dd4f05..000000000 Binary files a/point_of_sale/restaurant/media/print02.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print03.png b/point_of_sale/restaurant/media/print03.png deleted file mode 100644 index 8f08a5258..000000000 Binary files a/point_of_sale/restaurant/media/print03.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print04.png b/point_of_sale/restaurant/media/print04.png deleted file mode 100644 index 07b322b60..000000000 Binary files a/point_of_sale/restaurant/media/print04.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print05.png b/point_of_sale/restaurant/media/print05.png deleted file mode 100644 index 1fb2c81be..000000000 Binary files a/point_of_sale/restaurant/media/print05.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print06.png b/point_of_sale/restaurant/media/print06.png deleted file mode 100644 index 36820c2ba..000000000 Binary files a/point_of_sale/restaurant/media/print06.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print07.png b/point_of_sale/restaurant/media/print07.png deleted file mode 100644 index 9e5780c18..000000000 Binary files a/point_of_sale/restaurant/media/print07.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/print08.png b/point_of_sale/restaurant/media/print08.png deleted file mode 100644 index 037179796..000000000 Binary files a/point_of_sale/restaurant/media/print08.png and /dev/null differ diff --git a/point_of_sale/restaurant/print.rst b/point_of_sale/restaurant/print.rst deleted file mode 100644 index 1acff0f7d..000000000 --- a/point_of_sale/restaurant/print.rst +++ /dev/null @@ -1,72 +0,0 @@ -=========================================== -How to handle kitchen & bar order printing? -=========================================== - -Configuration -============= - -From the dashboard click on :menuselection:`More --> Settings`: - -.. image:: media/print01.png - :align: center - -Under the **Bar & Restaurant** section, tick **Bill Printing**. - -.. image:: media/print02.png - :align: center - -In order printers, click on **add an item** and then **Create**. - -.. image:: media/print03.png - :align: center - -Set a printer **Name**, its **IP address** and the **Category** -of product you want to print on this printer. The category -of product is useful to print the order for the kitchen. - -.. image:: media/print04.png - :align: center - -Several printers can be added this way - -.. image:: media/print05.png - :align: center - -Now when you register an order, products will be automatically -printed on the correct printer. - -Print a bill before the payment -=============================== - -On the main screen, click on the **Bill** button. - -.. image:: media/print06.png - :align: center - -Finally click on **Print**. - -.. image:: media/print07.png - :align: center - -Click on **Ok** once it is done. - -Print the order (kitchen printing) -================================== - -This is different than printing the bill. It only prints the list of the -items. - -Click on **Order**, it will automatically be printed. - -.. image:: media/print08.png - :align: center - -.. note:: - The printer is automatically chosen according to the products - categories set on it. - -.. seealso:: - * :doc:`../shop/cash_control` - * :doc:`../shop/invoice` - * :doc:`../shop/refund` - * :doc:`../shop/seasonal_discount`