Is there a fix for marking "attended" by mistake?

If someone mistakenly marks a seat attended when stubs are being scanned, is there a way to fix that? We aren't set up yet for scanning tix when people enter the theater, so we have to manually do it with a handheld scanner when the show is over, and once in a while, errors are made.

Parents Reply Children
  • Just because a ticket gets returned does not mean it should have its attendance deleted as a ticket upgraded to a membership systemically is no different that a ticket that was returned.

    Using the new membership to scan back in the attendance after upgrading the tickets is not an option as it skews the time on the attendance for those of us who track attendance by time intervals.

    Most importantly simply delete records from T_Attedance is not an ideal solution as an attendance report run today for how many people entered the facility between 9 and 10 could result in completely different numbers when run 1 month from today due to records that were deleted from the table.

    Historically the various ticketing systems I have worked with have all had the option to void the attendance. This action did not delete the record, instead it put in an offsetting record reversing the previous entry. This provided an audit trail as well as providing reporting consistency.

    In addition to void functionality the ability to record failed authentications and overrides was equally important.