diff --git a/point_of_sale/restaurant.rst b/point_of_sale/restaurant.rst index 2f9497fa9..d7f3183f5 100644 --- a/point_of_sale/restaurant.rst +++ b/point_of_sale/restaurant.rst @@ -5,6 +5,7 @@ Advanced Restaurant Features .. toctree:: :titlesonly: + restaurant/setup restaurant/table restaurant/split restaurant/print diff --git a/point_of_sale/restaurant/media/setup01.png b/point_of_sale/restaurant/media/setup01.png new file mode 100644 index 000000000..a6eecd080 Binary files /dev/null and b/point_of_sale/restaurant/media/setup01.png differ diff --git a/point_of_sale/restaurant/media/setup02.png b/point_of_sale/restaurant/media/setup02.png new file mode 100644 index 000000000..96dbb1e16 Binary files /dev/null and b/point_of_sale/restaurant/media/setup02.png differ diff --git a/point_of_sale/restaurant/media/setup03.png b/point_of_sale/restaurant/media/setup03.png new file mode 100644 index 000000000..91a1462f7 Binary files /dev/null and b/point_of_sale/restaurant/media/setup03.png differ diff --git a/point_of_sale/restaurant/media/setup04.png b/point_of_sale/restaurant/media/setup04.png new file mode 100644 index 000000000..1221c0a7a Binary files /dev/null and b/point_of_sale/restaurant/media/setup04.png differ diff --git a/point_of_sale/restaurant/media/setup05.png b/point_of_sale/restaurant/media/setup05.png new file mode 100644 index 000000000..e595409ec Binary files /dev/null and b/point_of_sale/restaurant/media/setup05.png differ diff --git a/point_of_sale/restaurant/setup.rst b/point_of_sale/restaurant/setup.rst new file mode 100644 index 000000000..dc9692d98 --- /dev/null +++ b/point_of_sale/restaurant/setup.rst @@ -0,0 +1,40 @@ +====================================== +How to setup Point of Sale Restaurant? +====================================== + +Go to the **Point of Sale** application, +:menuselection:`Configuration --> Settings` + +.. image:: media/setup01.png + :align: center + +Enable the option **Restaurant: activate table management** and +click on **Apply**. + +.. image:: media/setup02.png + :align: center + +Then go back to the **Dashboard**, on the point of sale you want to use in +restaurant mode, click on :menuselection:`More --> Settings`. + +.. image:: media/setup03.png + :align: center + +Under the **Restaurant Floors** section, click on **add an item** +to insert a floor and to set your PoS in restaurant mode. + +.. image:: media/setup04.png + :align: center + +Insert a floor name and assign the floor to your point of sale. + +.. image:: media/setup05.png + :align: center + +Click on **Save & Close** and then on **Save**. +Congratulations, your point of sale is +now in Restaurant mode. The first time you start a session, you will +arrive on an empty map. + +.. seealso:: + * :doc:`table`