diff --git a/point_of_sale/advanced/loyalty.rst b/point_of_sale/advanced/loyalty.rst index 44046bc1e..df2311ed4 100644 --- a/point_of_sale/advanced/loyalty.rst +++ b/point_of_sale/advanced/loyalty.rst @@ -54,11 +54,20 @@ Your new rule is now created and rewards can be added by clicking on .. image:: media/loyalty06.png :align: center -Three types of reward can be given : **Resale**, **Discount** or **Gift**. +Three types of reward can be given: +- **Resale**: convert your points into money. Set a product that represents the value of 1 point. +.. image:: media/loyalty14.png + :align: center +- **Discount**: give a discount for an amount of points. Set a product with a price of ``0 €`` and without any taxes. +.. image:: media/loyalty13.png + :align: center +- **Gift**: give a gift for an amount of points .. image:: media/loyalty07.png :align: center + + Applying your loyalty program to a point of sale ================================================ diff --git a/point_of_sale/advanced/media/loyalty13.png b/point_of_sale/advanced/media/loyalty13.png new file mode 100644 index 000000000..668fb164a Binary files /dev/null and b/point_of_sale/advanced/media/loyalty13.png differ diff --git a/point_of_sale/advanced/media/loyalty14.png b/point_of_sale/advanced/media/loyalty14.png new file mode 100644 index 000000000..a86fc92b1 Binary files /dev/null and b/point_of_sale/advanced/media/loyalty14.png differ diff --git a/point_of_sale/advanced/media/multi_cashier21.png b/point_of_sale/advanced/media/multi_cashier21.png index 187e2b50f..dfab3a528 100644 Binary files a/point_of_sale/advanced/media/multi_cashier21.png and b/point_of_sale/advanced/media/multi_cashier21.png differ diff --git a/point_of_sale/overview/media/start04.png b/point_of_sale/overview/media/start04.png index a51c2542a..c80ea5eff 100644 Binary files a/point_of_sale/overview/media/start04.png and b/point_of_sale/overview/media/start04.png differ diff --git a/point_of_sale/overview/media/start05.png b/point_of_sale/overview/media/start05.png index 64dab2662..28165f2f3 100644 Binary files a/point_of_sale/overview/media/start05.png and b/point_of_sale/overview/media/start05.png differ diff --git a/point_of_sale/shop/invoice.rst b/point_of_sale/shop/invoice.rst index c11e7170a..522bd6693 100644 --- a/point_of_sale/shop/invoice.rst +++ b/point_of_sale/shop/invoice.rst @@ -25,6 +25,9 @@ directly set the correct **Quantity/Weight** by typing it on the keyboard. Add a customer ============== +By selecting in the customer list +--------------------------------- + On the main view, click on **Customer** (above **Payment**): .. image:: media/invoice03.png @@ -45,6 +48,36 @@ clicking on the icon. For more explanation about adding a new customer. Please read the document :doc:`../advanced/register`. +By using a barcode for customer +------------------------------- + +On the main view, click on **Customer** (above **Payment**): + +.. image:: media/invoice03.png + :align: center + +Select a customer and click on the pencil to edit. + +.. image:: media/invoice09.png + :align: center + +Set a the barcode for customer by scanning it. + +.. image:: media/invoice10.png + :align: center + +Save modifications and now when you scan the customer's barcode, he is assigned +to the order + +.. note:: + Be careful with the **Barcode Nomenclature**. By default, customers' barcodes + have to begin with 042. To check the default barcode nomenclature, go to + :menuselection:`Point of Sale --> Configuration --> Barcode Nomenclatures`. + + .. image:: media/invoice11.png + :align: center + + Payment and invoicing ===================== diff --git a/point_of_sale/shop/media/invoice04.png b/point_of_sale/shop/media/invoice04.png index a25cf4f9f..b2f7eea51 100644 Binary files a/point_of_sale/shop/media/invoice04.png and b/point_of_sale/shop/media/invoice04.png differ diff --git a/point_of_sale/shop/media/invoice09.png b/point_of_sale/shop/media/invoice09.png new file mode 100644 index 000000000..3d563c80d Binary files /dev/null and b/point_of_sale/shop/media/invoice09.png differ diff --git a/point_of_sale/shop/media/invoice10.png b/point_of_sale/shop/media/invoice10.png new file mode 100644 index 000000000..6675c1b37 Binary files /dev/null and b/point_of_sale/shop/media/invoice10.png differ diff --git a/point_of_sale/shop/media/invoice11.png b/point_of_sale/shop/media/invoice11.png new file mode 100644 index 000000000..13d029f78 Binary files /dev/null and b/point_of_sale/shop/media/invoice11.png differ