Rewards Setup
Membership Admin decides who a member is. What a member gets is configured in three other places, and the previous version of this section described a fourth — a pricing scheme tied to a member class — that does not exist.
| Mechanism | What the member experiences | Configured in | Page |
|---|---|---|---|
| Price book | A lower price, or extra points, applied when the line is added | Pricebook — a price set whose header rule is Member Class | Pricebook Configuration |
| Points | A balance spent at the till | Membership Admin (currency, rate) + POS General (settlement / discount item) | Points Setup |
| Voucher | A code or serial presented at checkout | Voucher Management | Voucher Rewards |
| Pricing scheme | Not a membership mechanism — a price-list template on the item | Doc Item Maintenance | Pricing Scheme Rewards explains why |
The one scheduled reward the backend has is the birthday gift: MEMBER_BIRTHDAY_GIFT_PROCESSOR
gives points (a currency, an amount, a validity in months) or assigns vouchers to members of the
chosen classes on their birthday or in their birth month (MemberBirthdayGiftProcessor L58–L61 and
its properties). It is a scheduler job, not a screen in Membership Admin.
Order
- Items and, if the price book will use them, item categories, in Doc Item Maintenance.
- Member classes in Membership Admin — the price book rule refers to them.
- The price book and its price sets; then set it as
DEFAULT_PRICEBOOKon each POS terminal and sales document applet that should apply it. - Vouchers, if any, and their rules.
- A test bill per class at
GS-KV-01before the campaign goes live across 22 branches.