epic-s6ts
[kivitendo-erp.git] / templates / webpages / price_rule / price_type_help.html
1 [% USE T8 %]
2 [% 'Matching Price Rules can apply in one of three types:' | $T8 %]
3
4 <h3>[% 'Price' | $T8 %]</h3>
5
6 <p>
7 [% 'This will set an exact price.' | $T8 %]
8 [% 'It will not be further modified by any other source, and will be offered in records like this.' | $T8 %]
9 </p>
10
11 <h3>[% 'Reduced Master Data' | $T8 %]</h3>
12
13 <p>
14 [% 'This will reduce the appropriate Master Data price by this in percent points.' | $T8 %]
15 [% 'This will happen before the price is offered, and the reduction will not be printed in documents.' | $T8 %]
16 [% 'Negative reductions are possible to model price increases.' | $T8 %]
17 </p>
18
19 <p>[% 'Example' | $T8 %]:</p>
20
21 <pre>[% 'Set (set to)' | $T8 %] [% 'Reduced Master Data' | $T8 %] [% 'to (set to)' | $T8 %] 3</pre>
22
23 <p>
24 [% 'This will apply a 3% reduction to the master data price before entering it into the record item.' | $T8 %]
25 </p>
26
27 <h3>[% 'Discount' | $T8 %]</h3>
28
29 <p>
30 [% 'This will be treated as a discount in percent points.' | $T8 %]
31 [% 'Contrary to Reduced Master Data this will be shown as discount in records.' | $T8 %]
32 [% 'The discounted amount will be shown in documents.' | $T8 %]
33 </p>