[IMP] Point of Sale: updated doc about pos for restaurant (#610)
@ -5,12 +5,9 @@ Restaurant Features
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
restaurant/setup
|
restaurant/restaurant
|
||||||
restaurant/table
|
|
||||||
restaurant/split
|
restaurant/split
|
||||||
restaurant/bill_printing
|
restaurant/bill_printing
|
||||||
restaurant/kitchen_printing
|
restaurant/kitchen_printing
|
||||||
|
restaurant/fiscal_position
|
||||||
restaurant/tips
|
restaurant/tips
|
||||||
restaurant/transfer
|
|
||||||
restaurant/multi_orders
|
|
||||||
restaurant/fiscal_position
|
|
Before Width: | Height: | Size: 9.4 KiB |
BIN
point_of_sale/restaurant/media/restaurant_01.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
point_of_sale/restaurant/media/restaurant_02.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
point_of_sale/restaurant/media/restaurant_03.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
point_of_sale/restaurant/media/restaurant_04.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
point_of_sale/restaurant/media/restaurant_05.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
point_of_sale/restaurant/media/restaurant_06.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
point_of_sale/restaurant/media/restaurant_07.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
point_of_sale/restaurant/media/restaurant_08.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
point_of_sale/restaurant/media/restaurant_09.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
point_of_sale/restaurant/media/restaurant_10.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 30 KiB |
@ -1,21 +0,0 @@
|
|||||||
========================
|
|
||||||
Register multiple orders
|
|
||||||
========================
|
|
||||||
|
|
||||||
The Odoo Point of Sale App allows you to register multiple orders
|
|
||||||
simultaneously giving you all the flexibility you need.
|
|
||||||
|
|
||||||
Register an additional order
|
|
||||||
============================
|
|
||||||
|
|
||||||
When you are registering any order, you can use the *+* button to add
|
|
||||||
a new order.
|
|
||||||
|
|
||||||
You can then move between each of your orders and process the payment
|
|
||||||
when needed.
|
|
||||||
|
|
||||||
.. image:: media/multi_orders01.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
By using the *-* button, you can remove the order you are currently
|
|
||||||
on.
|
|
116
point_of_sale/restaurant/restaurant.rst
Normal file
@ -0,0 +1,116 @@
|
|||||||
|
==================
|
||||||
|
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:: media/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:: media/restaurant_02.png
|
||||||
|
:align: center
|
||||||
|
:alt: Several restaurant features. Bill printing, bill splitting and tips
|
||||||
|
|
||||||
|
Add a floor
|
||||||
|
===========
|
||||||
|
|
||||||
|
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:: media/restaurant_03.png
|
||||||
|
:align: center
|
||||||
|
:alt: View of the table management feature. Way to manage and create floors for a pos
|
||||||
|
|
||||||
|
.. image:: media/restaurant_04.png
|
||||||
|
:align: center
|
||||||
|
:alt: Backend view of a restaurant floor. Table name and number of sits for each table
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Don’t forget to link your floor to your point of sale.
|
||||||
|
|
||||||
|
Add tables
|
||||||
|
==========
|
||||||
|
|
||||||
|
To add tables, you can also open your PoS interface to see your
|
||||||
|
floor(s).
|
||||||
|
|
||||||
|
.. image:: media/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:: media/restaurant_06.png
|
||||||
|
:align: center
|
||||||
|
:alt: View of the floor management. Add tables, the number of sits, their name and their shape
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
To make your table easier to be found, you can rename them, change their
|
||||||
|
shape, size or even color. It is also possible to add the maximum number of sits the table can
|
||||||
|
have.
|
||||||
|
|
||||||
|
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:: media/restaurant_07.png
|
||||||
|
:align: center
|
||||||
|
:alt: View of the pos interface to register orders
|
||||||
|
|
||||||
|
Transfer customer(s)
|
||||||
|
====================
|
||||||
|
|
||||||
|
If your customers want to move to another table after they already
|
||||||
|
ordered, use the transfer button. This way, the order is also moved to the new
|
||||||
|
table.
|
||||||
|
|
||||||
|
To do so, select the table your customer is currently on.
|
||||||
|
|
||||||
|
.. image:: media/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:: media/restaurant_09.png
|
||||||
|
:align: center
|
||||||
|
:alt: View of the pos interface and transfer button. How to transfer customers from one table
|
||||||
|
to another
|
||||||
|
|
||||||
|
Register an additional order
|
||||||
|
============================
|
||||||
|
|
||||||
|
When registering an order, use the + button to simultaneously proceed to
|
||||||
|
another one.
|
||||||
|
|
||||||
|
Then, you can shift between your orders and process the payment
|
||||||
|
when needed.
|
||||||
|
|
||||||
|
.. image:: media/restaurant_10.png
|
||||||
|
:align: center
|
||||||
|
:alt: View of the - button, allowing employees to close/remove an order
|
||||||
|
|
||||||
|
.. tip::
|
||||||
|
The - button allows you to remove the order you are currently on.
|
@ -1,31 +0,0 @@
|
|||||||
========================
|
|
||||||
Setup PoS Restaurant/Bar
|
|
||||||
========================
|
|
||||||
|
|
||||||
Food and drink businesses have very specific needs that the Odoo Point
|
|
||||||
of Sale application can help you to fulfill.
|
|
||||||
|
|
||||||
Configuration
|
|
||||||
=============
|
|
||||||
|
|
||||||
To activate the *Bar/Restaurant* features, go to
|
|
||||||
:menuselection:`Point of Sale --> Configuration --> Point of sale` and
|
|
||||||
select your PoS interface.
|
|
||||||
|
|
||||||
Select *Is a Bar/Restaurant*
|
|
||||||
|
|
||||||
.. image:: media/setup01.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You now have various specific options to help you setup your point of
|
|
||||||
sale. You can see those options have a small knife and fork logo next to
|
|
||||||
them.
|
|
||||||
|
|
||||||
.. image:: media/setup02.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
.. image:: media/setup03.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
.. image:: media/setup04.png
|
|
||||||
:align: center
|
|
@ -1,48 +0,0 @@
|
|||||||
===============================
|
|
||||||
Configure your table management
|
|
||||||
===============================
|
|
||||||
|
|
||||||
Once your point of sale has been configured for bar/restaurant usage,
|
|
||||||
select *Table Management* in :menuselection:`Point of Sale --> Configuration --> Point of sale`..
|
|
||||||
|
|
||||||
Add a floor
|
|
||||||
===========
|
|
||||||
|
|
||||||
When you select *Table management* you can manage your floors by
|
|
||||||
clicking on *Floors*
|
|
||||||
|
|
||||||
.. image:: media/table01.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
Add tables
|
|
||||||
==========
|
|
||||||
|
|
||||||
From your PoS interface, you will now see your floor(s).
|
|
||||||
|
|
||||||
.. image:: media/table02.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
When you click on the pencil you will enter into edit mode, which will
|
|
||||||
allow you to create tables, move them, modify them, ...
|
|
||||||
|
|
||||||
.. image:: media/table03.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
In this example I have 2 round tables for six and 2 square tables for
|
|
||||||
four, I color coded them to make them easier to find, you can also
|
|
||||||
rename them, change their shape, size, the number of people they hold as
|
|
||||||
well as duplicate them with the handy tool bar.
|
|
||||||
|
|
||||||
Once your floor plan is set, you can close the edit mode.
|
|
||||||
|
|
||||||
Register your table(s) orders
|
|
||||||
=============================
|
|
||||||
|
|
||||||
When you select a table, you will be brought to your usual interface to
|
|
||||||
register an order and payment.
|
|
||||||
|
|
||||||
You can quickly go back to your floor plan by selecting the floor button
|
|
||||||
and you can also transfer the order to another table.
|
|
||||||
|
|
||||||
.. image:: media/table04.png
|
|
||||||
:align: center
|
|
@ -1,22 +0,0 @@
|
|||||||
=================================
|
|
||||||
Transfer customers between tables
|
|
||||||
=================================
|
|
||||||
|
|
||||||
If your customer(s) want to change table after they have already placed
|
|
||||||
an order, Odoo can help you to transfer the customers and their order to
|
|
||||||
their new table, keeping your customers happy without making it
|
|
||||||
complicated for you.
|
|
||||||
|
|
||||||
Transfer customer(s)
|
|
||||||
====================
|
|
||||||
|
|
||||||
Select the table your customer(s) is/are currently on.
|
|
||||||
|
|
||||||
.. image:: media/transfer01.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You can now transfer the customers, simply use the transfer button and
|
|
||||||
select the new table
|
|
||||||
|
|
||||||
.. image:: media/transfer02.png
|
|
||||||
:align: center
|
|
@ -107,6 +107,10 @@ point_of_sale/shop/refund.rst point_of_sale/overview/getting_started.rst
|
|||||||
point_of_sale/analyze/statistics.rst point_of_sale/overview/getting_started.rst # analyze/statistics --> overview/getting_started (#600)
|
point_of_sale/analyze/statistics.rst point_of_sale/overview/getting_started.rst # analyze/statistics --> overview/getting_started (#600)
|
||||||
point_of_sale/advanced_pricing_features/manual_discount.rst point_of_sale/advanced_pricing_features/discounts.rst # manual_discount --> discounts (#611)
|
point_of_sale/advanced_pricing_features/manual_discount.rst point_of_sale/advanced_pricing_features/discounts.rst # manual_discount --> discounts (#611)
|
||||||
point_of_sale/advanced_pricing_features/seasonal_discount.rst point_of_sale/advanced_pricing_features/discounts.rst # seasonal_discount --> discounts (#611)
|
point_of_sale/advanced_pricing_features/seasonal_discount.rst point_of_sale/advanced_pricing_features/discounts.rst # seasonal_discount --> discounts (#611)
|
||||||
|
point_of_sale/restaurant/setup.rst point_of_sale/restaurant/restaurant.rst # setup --> restaurant (#610)
|
||||||
|
point_of_sale/restaurant/table.rst point_of_sale/restaurant/restaurant.rst # table --> restaurant (#610)
|
||||||
|
point_of_sale/restaurant/multi_orders.rst point_of_sale/restaurant/restaurant.rst # multi_orders --> restaurant (#610)
|
||||||
|
point_of_sale/restaurant/transfer.rst point_of_sale/restaurant/restaurant.rst # transfer --> restaurant (#610)
|
||||||
|
|
||||||
quality/control_points.rst quality/control/control_points.rst # /* --> control/* (#469)
|
quality/control_points.rst quality/control/control_points.rst # /* --> control/* (#469)
|
||||||
quality/alert_mo.rst quality/alert/alert_mo.rst # /* --> alert/* (#469)
|
quality/alert_mo.rst quality/alert/alert_mo.rst # /* --> alert/* (#469)
|
||||||
|