|
1 |
| -============================================= |
2 |
| -How to create & run a loyalty & reward system |
3 |
| -============================================= |
| 1 | +======================== |
| 2 | +Manage a loyalty program |
| 3 | +======================== |
| 4 | + |
| 5 | +Encourage your customers to continue to shop at your point of sale with |
| 6 | +a *Loyalty Program*. |
4 | 7 |
|
5 | 8 | Configuration
|
6 | 9 | =============
|
7 | 10 |
|
8 |
| -In the **Point of Sale** application, go to |
9 |
| -:menuselection:`Configuration --> Settings`. |
| 11 | +To activate the *Loyalty Program* feature, go to |
| 12 | +:menuselection:`Point of Sales --> Configuration --> Point of sale` and |
| 13 | +select your PoS interface. Under the Pricing features, select *Loyalty |
| 14 | +Program* |
10 | 15 |
|
11 | 16 | .. image:: media/loyalty01.png
|
12 | 17 | :align: center
|
13 | 18 |
|
14 |
| -You can tick **Manage loyalty program with point and reward for |
15 |
| -customers**. |
| 19 | +From there you can create and edit your loyalty programs. |
16 | 20 |
|
17 | 21 | .. image:: media/loyalty02.png
|
18 | 22 | :align: center
|
19 | 23 |
|
20 |
| -Create a loyalty program |
21 |
| -======================== |
22 |
| - |
23 |
| -After you apply, go to :menuselection:`Configuration --> Loyalty Programs` |
24 |
| -and click on **Create**. |
25 |
| - |
26 |
| -.. image:: media/loyalty03.png |
27 |
| - :align: center |
28 |
| - |
29 |
| -Set a **name** and an **amount** of points given **by currency**, |
30 |
| -**by order** or **by product**. Extra rules can also be added |
31 |
| -such as **extra points** on a product. |
32 |
| - |
33 |
| -To do this click on **Add an item** under **Rules**. |
34 |
| - |
35 |
| -.. image:: media/loyalty04.png |
36 |
| - :align: center |
37 |
| - |
38 |
| -You can configure any rule by setting some configuration values. |
39 |
| - |
40 |
| -- **Name**: An internal identification for this loyalty program rule |
41 |
| -- **Type**: Does this rule affects products, or a category of products? |
42 |
| -- **Target Product**: The product affected by the rule |
43 |
| -- **Target Category**: The category affected by the rule |
44 |
| -- **Cumulative**: The points won from this rule will be won in addition to other rules |
45 |
| -- **Points per product**: How many points the product will earn per product ordered |
46 |
| -- **Points per currency**: How many points the product will earn per value sold |
47 |
| - |
48 |
| -.. image:: media/loyalty05.png |
49 |
| - :align: center |
50 |
| - |
51 |
| -Your new rule is now created and rewards can be added by clicking on |
52 |
| -**Add an Item** under **Rewards**. |
53 |
| - |
54 |
| -.. image:: media/loyalty06.png |
55 |
| - :align: center |
56 |
| - |
57 |
| -Three types of reward can be given: |
58 |
| - |
59 |
| -- **Resale**: convert your points into money. Set a product that represents the value of 1 point. |
60 |
| - |
61 |
| -.. image:: media/loyalty14.png |
62 |
| - :align: center |
| 24 | +You can decide what type of program you wish to use, if the reward is a |
| 25 | +discount or a gift, make it specific to some products or cover your |
| 26 | +whole range. Apply rules so that it is only valid in specific situation |
| 27 | +and everything in between. |
63 | 28 |
|
64 |
| -- **Discount**: give a discount for an amount of points. Set a product with a price of ``0 €`` and without any taxes. |
65 |
| - |
66 |
| -.. image:: media/loyalty13.png |
67 |
| - :align: center |
68 |
| - |
69 |
| -- **Gift**: give a gift for an amount of points |
70 |
| - |
71 |
| -.. image:: media/loyalty07.png |
72 |
| - :align: center |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| -Applying your loyalty program to a point of sale |
77 |
| -================================================ |
78 |
| - |
79 |
| -On the **Dashboard**, click on :menuselection:`More --> Settings`. |
80 |
| - |
81 |
| -.. image:: media/loyalty08.png |
82 |
| - :align: center |
83 |
| - |
84 |
| -Next to loyalty program, set the program you want to set. |
85 |
| - |
86 |
| -.. image:: media/loyalty09.png |
87 |
| - :align: center |
88 |
| - |
89 |
| -Gathering and consuming points |
90 |
| -============================== |
91 |
| - |
92 |
| -To start gathering points you need to set a customer on the order. |
93 |
| - |
94 |
| -Click on **Customer** and select the right one. |
95 |
| - |
96 |
| -Loyalty points will appear on screen. |
97 |
| - |
98 |
| -.. image:: media/loyalty10.png |
99 |
| - :align: center |
| 29 | +Use the loyalty program in your PoS interface |
| 30 | +============================================= |
100 | 31 |
|
101 |
| -The next time the customer comes to your shop and has enough points to |
102 |
| -get a reward, the **Rewards** button is highlighted and gifts can be |
103 |
| -given. |
| 32 | +When a customer is set, you will now see the points they will get for |
| 33 | +the transaction and they will accumulate until they are spent. They are |
| 34 | +spent using the button *Rewards* when they have enough points |
| 35 | +according to the rules defined in the loyalty program. |
104 | 36 |
|
105 |
| -.. image:: media/loyalty11.png |
| 37 | +.. image:: media/loyalty03.png |
106 | 38 | :align: center
|
107 | 39 |
|
108 |
| -The reward is added and of course points are subtracted from the total. |
109 |
| - |
110 |
| -.. image:: media/loyalty12.png |
111 |
| - :align: center |
| 40 | +You can see the price is instantly updated to reflect the pricelist. You |
| 41 | +can finalize the order in your usual way. |
112 | 42 |
|
113 |
| -.. seealso:: |
114 |
| - * :doc:`../shop/cash_control` |
115 |
| - * :doc:`../shop/invoice` |
116 |
| - * :doc:`../shop/refund` |
117 |
| - * :doc:`../shop/seasonal_discount` |
| 43 | +.. note:: |
| 44 | + If you select a customer with a default pricelist, it will be |
| 45 | + applied. You can of course change it. |
0 commit comments