SalesEZ application
1. Enhancements were made to ValidatePass2 and ValidateCard2: When a new 110-Validate Pass gst_actv (not acc_actv) log entry is created, create a new sp_log entry of type 115 (if tlFromScanner = False) or 116 (if tlFromScanner = True). Tag_line column now contains: "Notify Guest Validated at Salespoint" or "Notify Guest Validated at Scanner/Gate". Details column contains, in plain text one item per line, the following, “Pass NNNNNN validated”, guest first and last name and guest number, custom message from guests.notifymsg column, datetime of scan. No need to store salespoint, operator and datetime information in the details column as there are already distinct sp_log columns for these. The sp_log entry is created only if guests.notifymsg is not blank and guests.notifydate is blank or later than the current datetime.
2. Enhancements to ValidatePass2 and ValidateCard2: When a new 112-Subsequent Pass Validation gst_actv (not acc_actv) log entry is created, create a new sp_log entry of type 117. Tag_line column contains: “Notify Guest Subsequent Validated, Guest NNNNNN”. Details column contains, in plain text one item per line, the following: “Pass NNNNNN subsequent validated”, guest first and last name and guest number, custom message from guests.notifymsg column, datetime of scan. No need to store salespoint, operator and datetime information in the Details column as there are already distinct sp_log columns for these. The sp_log entry is created only if guests.notifymsg is not blank and guests.notifydate is blank or later than the current datetime.