diff --git a/point_of_sale/restaurant/media/split01.png b/point_of_sale/restaurant/media/split01.png index 2ef6ba0e2..c0379a8df 100644 Binary files a/point_of_sale/restaurant/media/split01.png and b/point_of_sale/restaurant/media/split01.png differ diff --git a/point_of_sale/restaurant/media/split02.png b/point_of_sale/restaurant/media/split02.png index e27996696..9e9b05374 100644 Binary files a/point_of_sale/restaurant/media/split02.png and b/point_of_sale/restaurant/media/split02.png differ diff --git a/point_of_sale/restaurant/media/split03.png b/point_of_sale/restaurant/media/split03.png index 08d475837..df32b551e 100644 Binary files a/point_of_sale/restaurant/media/split03.png and b/point_of_sale/restaurant/media/split03.png differ diff --git a/point_of_sale/restaurant/media/split04.png b/point_of_sale/restaurant/media/split04.png deleted file mode 100644 index cbc04dcaf..000000000 Binary files a/point_of_sale/restaurant/media/split04.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/split05.png b/point_of_sale/restaurant/media/split05.png deleted file mode 100644 index ffd5fbdb3..000000000 Binary files a/point_of_sale/restaurant/media/split05.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/split06.png b/point_of_sale/restaurant/media/split06.png deleted file mode 100644 index 227fef3f3..000000000 Binary files a/point_of_sale/restaurant/media/split06.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/split07.png b/point_of_sale/restaurant/media/split07.png deleted file mode 100644 index 321f308c2..000000000 Binary files a/point_of_sale/restaurant/media/split07.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/split08.png b/point_of_sale/restaurant/media/split08.png deleted file mode 100644 index 5907fee5c..000000000 Binary files a/point_of_sale/restaurant/media/split08.png and /dev/null differ diff --git a/point_of_sale/restaurant/media/split09.png b/point_of_sale/restaurant/media/split09.png deleted file mode 100644 index 849513ce9..000000000 Binary files a/point_of_sale/restaurant/media/split09.png and /dev/null differ diff --git a/point_of_sale/restaurant/split.rst b/point_of_sale/restaurant/split.rst index cbe239b5e..08c5301cc 100644 --- a/point_of_sale/restaurant/split.rst +++ b/point_of_sale/restaurant/split.rst @@ -1,84 +1,34 @@ -========================== -How to handle split bills? -========================== +============================= +Offer a bill-splitting option +============================= + +Offering an easy bill splitting solution to your customers will leave +them with a positive experience. That's why this feature is available +out-of-the-box in the Odoo Point of Sale application. Configuration ============= -Split bills only work for point of sales that are in **restaurant** mode. +To activate the *Bill Splitting* feature, go to :menuselection:`Point +of Sales --> Configuration --> Point of sale` and select your PoS +interface. -From the dashboard click on :menuselection:`More --> Settings`: +Under the Bills & Receipts category, you will find the Bill Splitting +option. .. image:: media/split01.png :align: center -In the settings tick the option **Bill Splitting**. +Split a bill +============ + +In your PoS interface, you now have a *Split* button. .. image:: media/split02.png :align: center -Register an order -================= - -From the dashboard, click on **New Session**. +When you use it, you will be able to select what that guest should had +and process the payment, repeating the process for each guest. .. image:: media/split03.png :align: center - -Choose a table and start registering an order. - -.. image:: media/split04.png - :align: center - -When customers want to pay and split the bill, there are two ways to -achieve this: - -- based on the total - -- based on products - -.. image:: media/split05.png - :align: center - -Splitting based on the total ----------------------------- - -Just click on **Payment**. You only have to insert the money tendered by -each customer. - -Click on the payment method (cash, credit card,...) and enter the -amount. Repeat it for each customer. - -.. image:: media/split06.png - :align: center - -When it's done, click on validate. This is how to split the bill based -on the total amount. - -Split the bill based on products --------------------------------- - -On the main view, click on **Split** - -.. image:: media/split07.png - :align: center - -Select the products the first customer wants to pay and click on **Payment** - -.. image:: media/split08.png - :align: center - -You get the total, process the payment and click on **Validate** - -.. image:: media/split09.png - :align: center - -Follow the same procedure for the next customer of the same table. - -When all the products have been paid you go back to the table map. - -.. seealso:: - * :doc:`../shop/cash_control` - * :doc:`../shop/invoice` - * :doc:`../shop/refund` - * :doc:`../shop/seasonal_discount`