diff --git a/point_of_sale/restaurant/media/tips01.png b/point_of_sale/restaurant/media/tips01.png new file mode 100644 index 000000000..2ef6ba0e2 Binary files /dev/null and b/point_of_sale/restaurant/media/tips01.png differ diff --git a/point_of_sale/restaurant/media/tips02.png b/point_of_sale/restaurant/media/tips02.png new file mode 100644 index 000000000..6774890d2 Binary files /dev/null and b/point_of_sale/restaurant/media/tips02.png differ diff --git a/point_of_sale/restaurant/media/tips03.png b/point_of_sale/restaurant/media/tips03.png new file mode 100644 index 000000000..804bdbc91 Binary files /dev/null and b/point_of_sale/restaurant/media/tips03.png differ diff --git a/point_of_sale/restaurant/media/tips04.png b/point_of_sale/restaurant/media/tips04.png new file mode 100644 index 000000000..03a68bac6 Binary files /dev/null and b/point_of_sale/restaurant/media/tips04.png differ diff --git a/point_of_sale/restaurant/media/tips05.png b/point_of_sale/restaurant/media/tips05.png new file mode 100644 index 000000000..d08d767bc Binary files /dev/null and b/point_of_sale/restaurant/media/tips05.png differ diff --git a/point_of_sale/restaurant/media/tips06.png b/point_of_sale/restaurant/media/tips06.png new file mode 100644 index 000000000..97f41fb83 Binary files /dev/null and b/point_of_sale/restaurant/media/tips06.png differ diff --git a/point_of_sale/restaurant/tips.rst b/point_of_sale/restaurant/tips.rst index 800ac8673..1cb544efe 100644 --- a/point_of_sale/restaurant/tips.rst +++ b/point_of_sale/restaurant/tips.rst @@ -1,3 +1,46 @@ =================== How to handle tips? -=================== \ No newline at end of file +=================== + +Configuration +============= + +From the dashboard, click on :menuselection:`More --> Settings`. + +.. image:: media/tips01.png + :align: center + +Add a product for the tip. + +.. image:: media/tips02.png + :align: center + +In the tip product page, be sure to set a sale price of ``0€`` +and to remove all the taxes in the accounting tab. + +.. image:: media/tips03.png + :align: center + +Adding a tip +============ + +On the payment page, tap on **Tip** + +.. image:: media/tips04.png + :align: center + +Tap down the amount of the tip: + +.. image:: media/tips05.png + :align: center + +The total amount has been updated and you can now register the payment. + +.. image:: media/tips06.png + :align: center + +.. seealso:: + * :doc:`../shop/cash_control` + * :doc:`../shop/invoice` + * :doc:`../shop/refund` + * :doc:`../shop/seasonal_discount` \ No newline at end of file