diff --git a/point_of_sale/restaurant/media/tips01.png b/point_of_sale/restaurant/media/tips01.png index 2ef6ba0e2..09858bc96 100644 Binary files a/point_of_sale/restaurant/media/tips01.png 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 index 6774890d2..a66e7cb47 100644 Binary files a/point_of_sale/restaurant/media/tips02.png 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 index 804bdbc91..d4e497e88 100644 Binary files a/point_of_sale/restaurant/media/tips03.png 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 index 03a68bac6..c0d1cc7be 100644 Binary files a/point_of_sale/restaurant/media/tips04.png 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 deleted file mode 100644 index d08d767bc..000000000 Binary files a/point_of_sale/restaurant/media/tips05.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/tips06.png b/point_of_sale/restaurant/media/tips06.png deleted file mode 100644 index 97f41fb83..000000000 Binary files a/point_of_sale/restaurant/media/tips06.png and /dev/null differ diff --git a/point_of_sale/restaurant/tips.rst b/point_of_sale/restaurant/tips.rst index 1cb544efe..8ad085a73 100644 --- a/point_of_sale/restaurant/tips.rst +++ b/point_of_sale/restaurant/tips.rst @@ -1,46 +1,34 @@ -=================== -How to handle tips? -=================== +=================================== +Integrate a tip option into payment +=================================== -Configuration -============= +As it is customary to tip in many countries all over the world, it is +important to have the option in your PoS interface. -From the dashboard, click on :menuselection:`More --> Settings`. +Configure Tipping +================= + +To activate the *Tips* feature, go to :menuselection:`Point of Sales +--> Configuration --> Point of sale` and select your PoS. + +Under the Bills & Receipts category, you will find *Tips*. Select it +and create a *Tip Product* such as *Tips* in this case. .. image:: media/tips01.png :align: center -Add a product for the tip. +Add Tips to the bill +==================== -.. image:: media/tips02.png +Once on the payment interface, you now have a new *Tip* button + +.. image:: media/tips01.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 +.. image:: media/tips01.png :align: center -Adding a tip -============ +Add the tip your customer wants to leave and process to the payment. -On the payment page, tap on **Tip** - -.. image:: media/tips04.png +.. image:: media/tips01.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