diff --git a/content/applications/sales/point_of_sale/restaurant.rst b/content/applications/sales/point_of_sale/restaurant.rst index 7acf3661e..2393c74c0 100644 --- a/content/applications/sales/point_of_sale/restaurant.rst +++ b/content/applications/sales/point_of_sale/restaurant.rst @@ -1,15 +1,37 @@ -:nosearch: +:show-content: =================== -Restaurant Features +Restaurant features =================== +Managing a restaurant or a bar comes with specific needs. The Point of Sale application provides +various features that allow performing all the required tasks in such businesses. + +Once the POS is set to be used in a restaurant or a bar, you can: + +- :doc:`organize your floors and tables to reflect your interior `; +- :ref:`take orders `; +- :doc:`communicate with the kitchen or the bar through the POS `; +- :doc:`print bills in advance and split them `; +- :doc:`collect tips `; and +- :doc:`set different taxes for takeaway food `. + +Configuration +============= + +To activate the features, go to :menuselection:`Point of Sale --> Configuration --> Point of Sale`, +select your POS, and click :menuselection:`Edit --> Is a Bar/Restaurant --> Save`. + +.. note:: + These specific features can be identified by the cutlery-shaped icon located to the right of the + feature name. + .. toctree:: :titlesonly: - restaurant/restaurant - restaurant/split restaurant/bill_printing + restaurant/floors_tables + restaurant/split restaurant/kitchen_printing restaurant/fiscal_position restaurant/tips diff --git a/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst b/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst index 0aa009376..a9f7fb995 100644 --- a/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst +++ b/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst @@ -1,6 +1,6 @@ -============================= -Using fiscal positions in PoS -============================= +============================ +Tax rates (fiscal positions) +============================ In Odoo, *Fiscal Positions* let you apply different taxes based on the customer location. In a *Point of Sale*, such as a restaurant, it can diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant.rst b/content/applications/sales/point_of_sale/restaurant/floors_tables.rst similarity index 64% rename from content/applications/sales/point_of_sale/restaurant/restaurant.rst rename to content/applications/sales/point_of_sale/restaurant/floors_tables.rst index b955ab048..f1e68c619 100644 --- a/content/applications/sales/point_of_sale/restaurant/restaurant.rst +++ b/content/applications/sales/point_of_sale/restaurant/floors_tables.rst @@ -1,32 +1,6 @@ -================== -Manage your tables -================== - -Restaurants have specific needs that shops don’t have. That’s why -Odoo gives restaurant owners several unique features to help them manage -their business in the best possible way. - -Floor and table management, bill splitting, or even the possibility to -print orders from the kitchen, everything is there to help your -business shine and your employees to work efficiently. - -Configuration -============= - -To activate the bar/restaurant features, go to :menuselection:`Point of -Sale --> Configuration --> Point of Sale` and open your PoS. Now, -select *Is a Bar/Restaurant*. - -.. image:: restaurant/restaurant_01.png - :align: center - :alt: Restaurant set up. Enabling the is a bar/Restaurant feature on a PoS - -New features are shown with a fork and a knife next to it, indicating -that they are restaurant-specific. - -.. image:: restaurant/restaurant_02.png - :align: center - :alt: Several restaurant features. Bill printing, bill splitting and tips +============================ +Floors and tables management +============================ Add a floor =========== @@ -35,11 +9,11 @@ Once your *Point of Sale* has been configured, select *Table Management* under :menuselection:`Point of Sale --> Configuration --> Point of Sale`. Then, click on *Floors* to create and name your floor and tables. -.. image:: restaurant/restaurant_03.png +.. image:: floors_tables/restaurant_03.png :align: center :alt: View of the table management feature. Way to manage and create floors for a pos -.. image:: restaurant/restaurant_04.png +.. image:: floors_tables/restaurant_04.png :align: center :alt: Backend view of a restaurant floor. Table name and number of sits for each table @@ -52,14 +26,14 @@ Add tables To add tables, you can also open your PoS interface to see your floor(s). -.. image:: restaurant/restaurant_05.png +.. image:: floors_tables/restaurant_05.png :align: center :alt: View of the floors menu to manage several floors at the same time Then, click on *Edit Mode* (pencil icon on the upper right corner) to be allowed to create, move, modify tables, etc. -.. image:: restaurant/restaurant_06.png +.. image:: floors_tables/restaurant_06.png :align: center :alt: View of the floor management. Add tables, the number of sits, their name and their shape @@ -68,13 +42,15 @@ create, move, modify tables, etc. shape, size or even color. It is also possible to add the maximum number of sits the table can have. +.. _floors_tables/orders: + Register your table(s) orders ============================= To register an order, click on the respective table. By doing so, you are taken to your main interface. -.. image:: restaurant/restaurant_07.png +.. image:: floors_tables/restaurant_07.png :align: center :alt: View of the pos interface to register orders @@ -87,14 +63,14 @@ table. To do so, select the table your customer is currently on. -.. image:: restaurant/restaurant_08.png +.. image:: floors_tables/restaurant_08.png :align: center :alt: View of the restaurant tables, one having a pending order Now, click on the transfer button and select the table to which you are transferring your customer. -.. image:: restaurant/restaurant_09.png +.. image:: floors_tables/restaurant_09.png :align: center :alt: View of the pos interface and transfer button. How to transfer customers from one table to another @@ -108,7 +84,7 @@ another one. Then, you can shift between your orders and process the payment when needed. -.. image:: restaurant/restaurant_10.png +.. image:: floors_tables/restaurant_10.png :align: center :alt: View of the - button, allowing employees to close/remove an order diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_03.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_03.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_03.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_03.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_04.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_04.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_04.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_04.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_05.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_05.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_05.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_05.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_06.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_06.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_06.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_06.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_07.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_07.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_07.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_07.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_08.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_08.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_08.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_08.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_09.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_09.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_09.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_09.png diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_10.png b/content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_10.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_10.png rename to content/applications/sales/point_of_sale/restaurant/floors_tables/restaurant_10.png diff --git a/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst b/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst index 823edafd6..6f6b5eeb8 100644 --- a/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst +++ b/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst @@ -1,6 +1,6 @@ -================================== -Print orders at the kitchen or bar -================================== +=============== +Orders printing +=============== To ease the workflow between the front of house and the back of the house, printing the orders taken on the PoS interface right in the diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_01.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_01.png deleted file mode 100644 index bb06e2c69..000000000 Binary files a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_01.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_02.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_02.png deleted file mode 100644 index 8c64d28fa..000000000 Binary files a/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_02.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/restaurant/tips.rst b/content/applications/sales/point_of_sale/restaurant/tips.rst index c34088f13..6814f70e1 100644 --- a/content/applications/sales/point_of_sale/restaurant/tips.rst +++ b/content/applications/sales/point_of_sale/restaurant/tips.rst @@ -1,6 +1,6 @@ -=================================== -Integrate a tip option into payment -=================================== +==== +Tips +==== As it is customary to tip in many countries all over the world, it is important to have the option in your PoS interface. diff --git a/redirects/14.0.txt b/redirects/14.0.txt index 105c44106..ba1c2f855 100644 --- a/redirects/14.0.txt +++ b/redirects/14.0.txt @@ -36,6 +36,7 @@ applications/finance/accounting/payables/supplier_bills/manage.rst applications/ applications/sales/crm/acquire_leads/generate_from_email.rst applications/sales/crm/acquire_leads/generate_leads.rst # (#986) applications/sales/crm/acquire_leads/generate_from_website.rst applications/sales/crm/acquire_leads/generate_leads.rst # (#986) applications/sales/point_of_sale/belgian_fdm/setup.rst applications/finance/fiscal_localizations/belgium.rst +applications/sales/point_of_sale/restaurant/restaurant.rst applications/sales/point_of_sale/restaurant/floors_tables.rst applications/sales/sales/advanced/portal.rst applications/general/users/portal.rst # developer/howtos