Continuing the discussion from VIP & Happy Hour (or timed special) Discounts without Triggers:
So I thought I would be smart and retype this whole tutorial Now I confess I am still crawling around a bit in SambaPOS but the PriceList Setting is not set anywhere to âHHâ in the tutorial. I am correct? Needless to say my POS Tile is not showing Active. The bigger issue is "HH: discount is not kicking in as well.
I have searched the V5 tutorial for the KEY: PriceList=HH but it cannot be found. Finally I searched the ZIP import file and located these 2 Rules; CD Modify Ticket VIP State when Ticket Opened - different from the tutorial; and HH Update PriceList - not in the Tutorial.
"EventName":"TicketOpened","Name":"CD Modify Ticket VIP State when Ticket Opened","RuleConstraints":"[{\"L\":\"{ENTITY NAME:Customer}\",\"N\":\"YBaEosvcQm\",\"O\":\"IsNotNull\",\"R\":\"\"}]","SortOrder":50,"Tags":"discount,CD"},{"Actions":[{"ActionName":null,"CustomConstraint":"'{DATE:ddd}'!='{SETTING:HHstartDay}' || [=TN('{DATE:HHmm}')]<[=TN('{SETTING:HHstartTime}')] || [=TN('{DATE:HHmm}')]>[=TN('{SETTING:HHendTime}')]","Name":"HH Store Current PriceList","ParameterValues":"PriceList=","SortOrder":10},{"ActionName":null,"CustomConstraint":"'{DATE:ddd}'=='{SETTING:HHstartDay}' && [=TN('{DATE:HHmm}')]>[=TN('{SETTING:HHstartTime}')] && [=TN('{DATE:HHmm}')]<[=TN('{SETTING:HHendTime}')]","Name":"HH Store Current PriceList","ParameterValues":"PriceList=HH","SortOrder":20}],"AppRuleMaps":[{"DepartmentId":0,"TerminalId":0,"TicketTypeId":0,"UserRoleId":0}],"ConstraintMatch":0,
"EventName":"ApplicationScreenChanged","Name":"HH Update PriceList","RuleConstraints":"[{\"L\":\"CurrentScreen\",\"N\":\"eU4HWwObho\",\"O\":\"Equal\",\"R\":\"Navigation\"}]","SortOrder":70,"Tags":"discount,CD"}],"Scripts":null,"States":null,"TaskTypes":null,"TicketTagGroups":null,"TicketTypes":null,"Triggers":null}
The concern for me is if PriceList was an optional program setting then my Discount should work irrespective of the tile. I not sure if the first rule above reflects on DiscountType=HH
EDIT: Found the typo must use âMatchesâ and not âEqualsâ for the Set HH Start/End Days!
Just need help with the setting of the âPriceListâ program setting and I might be done