Order Date and Relative Perf Buttons

We have recently discovered that our web orders have the wrong performance for our permanent collection (we are a museum) because the performance relative button is using the order date as the guideline.  

So, the guest is buying tickets for a future date online, and then they come in to the museum to have their tickets printed.  We are "checking them in" by using the permanent collection relative button, which is defaulting to the order date instead of today's date.  So the attendance is being captured for the wrong date.

Has anyone else had this problem, and what have you put in place to help correct the issue?

Parents Reply
  • AutoHotKey has been mentioned a few times before on these forums — it's an automation technology that can be generally applied on Windows. http://ahkscript.org

    For example, instead of needing specially programmable keyboard hardware, an AHK script could be written to take predetermined actions on the Tessitura application interface when it notices specified input sequences from the keyboard or other input devices like barcode scanners and MSRs.

Children