Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/applications/sales/point_of_sale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ To close your session,
point_of_sale/configuration
point_of_sale/shop
point_of_sale/restaurant
point_of_sale/payment_methods
point_of_sale/pricing
point_of_sale/payment_methods
point_of_sale/reporting
3 changes: 2 additions & 1 deletion content/applications/sales/point_of_sale/pricing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Pricing features
.. toctree::
:titlesonly:

pricing/cash_rounding
pricing/discounts
pricing/discount_tags
pricing/loyalty
pricing/pricelists
pricing/fiscal_position
pricing/cash_rounding
3 changes: 1 addition & 2 deletions content/applications/sales/point_of_sale/restaurant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Once the POS is set to be used in a restaurant or a bar, you can:
- :doc:`communicate with the kitchen or the bar through the POS <restaurant/kitchen_printing>`;
- :doc:`print bills in advance and split them <restaurant/bill_printing>`;
- :doc:`collect tips <restaurant/tips>`; and
- :doc:`set different taxes for takeaway food <restaurant/fiscal_position>`.
- :doc:`set different taxes for takeaway food <pricing/fiscal_position>`.

Configuration
=============
Expand All @@ -32,5 +32,4 @@ select your POS, and click :menuselection:`Edit --> Is a Bar/Restaurant --> Save
restaurant/bill_printing
restaurant/floors_tables
restaurant/kitchen_printing
restaurant/fiscal_position
restaurant/tips
2 changes: 1 addition & 1 deletion content/applications/sales/point_of_sale/shop.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:nosearch:

=============
Shop Features
Shop features
=============

.. toctree::
Expand Down
1 change: 1 addition & 0 deletions redirects/14.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ applications/sales/point_of_sale/payment/adyen.rst applications/sales/point_of_s
applications/sales/point_of_sale/payment/ingenico.rst applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst # /payment/* -> /payment_methods/terminals/*
applications/sales/point_of_sale/payment/six.rst applications/sales/point_of_sale/payment_methods/terminals/six.rst # /payment/* -> /payment_methods/terminals/*
applications/sales/point_of_sale/payment/vantiv.rst applications/sales/point_of_sale/payment_methods/terminals/vantiv.rst # /payment/* -> /payment_methods/terminals/*
applications/sales/point_of_sale/restaurant/fiscal_position.rst applications/sales/point_of_sale/pricing/fiscal_position.rst # /restaurant/* -> /pricing/*
applications/sales/point_of_sale/restaurant/restaurant.rst applications/sales/point_of_sale/restaurant/floors_tables.rst
applications/sales/point_of_sale/restaurant/split.rst applications/sales/point_of_sale/restaurant/bill_printing.rst
applications/sales/point_of_sale/shop/cash_rounding.rst applications/sales/point_of_sale/pricing/cash_rounding.rst # /shop/* -> /pricing/*
Expand Down