diff --git a/point_of_sale/shop/media/seasonal_discount01.png b/point_of_sale/shop/media/seasonal_discount01.png new file mode 100644 index 000000000..a501c425c Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount01.png differ diff --git a/point_of_sale/shop/media/seasonal_discount02.png b/point_of_sale/shop/media/seasonal_discount02.png new file mode 100644 index 000000000..66d62f3a0 Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount02.png differ diff --git a/point_of_sale/shop/media/seasonal_discount03.png b/point_of_sale/shop/media/seasonal_discount03.png new file mode 100644 index 000000000..8aa26f45c Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount03.png differ diff --git a/point_of_sale/shop/media/seasonal_discount04.png b/point_of_sale/shop/media/seasonal_discount04.png new file mode 100644 index 000000000..f3721e3f7 Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount04.png differ diff --git a/point_of_sale/shop/media/seasonal_discount05.png b/point_of_sale/shop/media/seasonal_discount05.png new file mode 100644 index 000000000..adac85c2b Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount05.png differ diff --git a/point_of_sale/shop/media/seasonal_discount06.png b/point_of_sale/shop/media/seasonal_discount06.png new file mode 100644 index 000000000..0b35f7fb3 Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount06.png differ diff --git a/point_of_sale/shop/media/seasonal_discount07.png b/point_of_sale/shop/media/seasonal_discount07.png new file mode 100644 index 000000000..e41675c04 Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount07.png differ diff --git a/point_of_sale/shop/media/seasonal_discount08.png b/point_of_sale/shop/media/seasonal_discount08.png new file mode 100644 index 000000000..a4e6e84ee Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount08.png differ diff --git a/point_of_sale/shop/media/seasonal_discount09.png b/point_of_sale/shop/media/seasonal_discount09.png new file mode 100644 index 000000000..e8dfbe85b Binary files /dev/null and b/point_of_sale/shop/media/seasonal_discount09.png differ diff --git a/point_of_sale/shop/seasonal_discount.rst b/point_of_sale/shop/seasonal_discount.rst index 2d07e7c00..3ce53eb96 100644 --- a/point_of_sale/shop/seasonal_discount.rst +++ b/point_of_sale/shop/seasonal_discount.rst @@ -1,3 +1,93 @@ ================================================ How to apply Time-limited or seasonal discounts? -================================================ \ No newline at end of file +================================================ + +Configuration +============= + +To apply time-limited or seasonal discount, use the pricelists. + +You have to create it and to apply it on the point of sale. + +Sales application configuration +------------------------------- + +In the **Sales** application, go to +:menuselection:`Configuration --> Settings`. Tick +**Advanced pricing based on formula**. + +.. image:: media/seasonal_discount01.png + :align: center + +Creating a pricelist +-------------------- + +Once the setting has been applied, a **Pricelists** section appears under +the configuration menu on the sales application. + +.. image:: media/seasonal_discount02.png + :align: center + +Click on it, and then on **Create**. + +.. image:: media/seasonal_discount03.png + :align: center + +Create a **Pricelist** for your point of sale. Each pricelist can contain +several items with different prices and different dates. It can be done +on all products or only on specific ones. Click on **Add an item**. + +.. image:: media/seasonal_discount04.png + :align: center + +.. demo:fields:: product.product_pricelist_action2 + +For example, the price of the oranges costs ``3€`` but for two days, we want +to give a ``10%`` discount to our PoS customers. + +.. image:: media/seasonal_discount05.png + :align: center + +You can do it by adding the product or its category and applying a +percentage discount. Other price computation can be done for the +pricelist. + +After you save and close, your pricelist is ready to be used. + +.. image:: media/seasonal_discount06.png + :align: center + +Applying your pricelist to the Point of Sale +-------------------------------------------- + +From the dashboard, click on :menuselection:`More --> Settings`. + +.. image:: media/seasonal_discount07.png + :align: center + +On the right, you will be able to assign a pricelist. + +.. image:: media/seasonal_discount08.png + :align: center + +.. note:: + You just have to update the pricelist to apply the time-limited + discount(s). + +Register an order +================= + +When you start a new session, you can see that the price have +automatically been updated. + +.. image:: media/seasonal_discount09.png + :align: center + +.. note:: + When you update a pricelist, you have to close and open the + session. + +.. seealso:: + * :doc:`cash_control` + * :doc:`invoice` + * :doc:`refund`