diff --git a/point_of_sale/advanced/discount_tags.rst b/point_of_sale/advanced/discount_tags.rst index b709c5aff..03f5cd687 100644 --- a/point_of_sale/advanced/discount_tags.rst +++ b/point_of_sale/advanced/discount_tags.rst @@ -1,3 +1,64 @@ ===================================== How to use discount tags on products? -===================================== \ No newline at end of file +===================================== + +This tutorial will describe how to use discount tags on products. + +Barcode Nomenclature +==================== + +To start using discounts tags, let's first have a look at the **barcode +nomenclature** in order to print our correct discounts tags. + +I want to have a discount for the product with the following barcode. + +.. image:: media/discount_tags01.png + :align: center + +Go to :menuselection:`Point of Sale --> Configuration --> Barcode Nomenclatures`. +In the default nomenclature, you can see that to set a discount, you have to +start you barcode with ``22`` and the add the percentage you want to set for +the product. + +.. image:: media/discount_tags02.png + :align: center + +For instance if you want ``50%`` discount on a product you have to start you +barcode with ``2250`` and then add the product barcode. In our example, the +barcode will be: + +.. image:: media/discount_tags03.png + :align: center + +Scanning your products +====================== + +If you go back to the **dashboard** and start a **new session** + +.. image:: media/discount_tags04.png + :align: center + +You have to scan: + +1. the product + +2. the discount tag + +When the product is scanned, it appears on the ticket + +.. image:: media/discount_tags05.png + :align: center + +Then when you scan the discount tag, ``50%`` discount is applied on the +product. + +.. image:: media/discount_tags06.png + :align: center + +That's it, this how you can use discount tag on products with Odoo. + +.. seealso:: + * :doc:`../shop/cash_control` + * :doc:`../shop/invoice` + * :doc:`../shop/refund` + * :doc:`../shop/seasonal_discount` \ No newline at end of file diff --git a/point_of_sale/advanced/media/discount_tags01.png b/point_of_sale/advanced/media/discount_tags01.png new file mode 100644 index 000000000..43e0ed31c Binary files /dev/null and b/point_of_sale/advanced/media/discount_tags01.png differ diff --git a/point_of_sale/advanced/media/discount_tags02.png b/point_of_sale/advanced/media/discount_tags02.png new file mode 100644 index 000000000..e2ea6a443 Binary files /dev/null and b/point_of_sale/advanced/media/discount_tags02.png differ diff --git a/point_of_sale/advanced/media/discount_tags03.png b/point_of_sale/advanced/media/discount_tags03.png new file mode 100644 index 000000000..2115e32b7 Binary files /dev/null and b/point_of_sale/advanced/media/discount_tags03.png differ diff --git a/point_of_sale/advanced/media/discount_tags04.png b/point_of_sale/advanced/media/discount_tags04.png new file mode 100644 index 000000000..08d475837 Binary files /dev/null and b/point_of_sale/advanced/media/discount_tags04.png differ diff --git a/point_of_sale/advanced/media/discount_tags05.png b/point_of_sale/advanced/media/discount_tags05.png new file mode 100644 index 000000000..84bb99de3 Binary files /dev/null and b/point_of_sale/advanced/media/discount_tags05.png differ diff --git a/point_of_sale/advanced/media/discount_tags06.png b/point_of_sale/advanced/media/discount_tags06.png new file mode 100644 index 000000000..a6abd65d9 Binary files /dev/null and b/point_of_sale/advanced/media/discount_tags06.png differ