Version 7.12.05

This version has a lot of changes and fixes to reports, sales process, web sales, and more. Many of these changes were in versions 7.07 and up - but were not published.

You MUST cange two ticket faces and reprogram certain credit card swipes

Version 7.11 Updates

Released Nov 23, 2007

Key changes:
  • Many
  • Key Note: all text under icons on PC's have been turned off by default. You can see what a button does by mouse-over on it, or right click and view text on the toolbar

Note: Read prior release notes for any mandatory web pages changes. There are no web page changes and a new web page for this version.


Preparing for the Update

Theatre Manager will

The user will need to

Before upgrade
After upgrade
  • You must do three things
    • reprogram your credit card swipes to work with version 7.
    • fix two ticket faces if you are having issues (see below)
    • check your web listener when starting it up - you may get an error that it doesn't have apache module version 1.1.6. If not, contact the support team to get it installed. Once you do, your web listener should restart.
Optional Steps
  • None
Time Required
  • About half and hour to upgrade from version 7.06.

7.12.04 Changes (Nov 20)

There are a number of minor tweaks & enhancements to all aspects of Theatre Manager in this version as we continue to make more options within the system. An example is the addition to the performance selection screen below. Normally, all lists show up with the data in rows and the performance selection window is exactly the same. However you can switch it over to a calender view and sell tickets from that if you right click and change the view.

Just an exmaple of the sorts of things that are going into version 7.

CalendarView

 

Reprogramming Ticket Faces

There are two ticket faces that you may need to change so that they continue to work:

Address Ticket Face

I you are upgrading from verison 6, you will probably not have to chnage this ticket face. However if you have edited this ticket face using an earlier release of version 7, you may have to simply edit it to force Theatre Manager to recompile the ticket face. To do this:

  • Find your address ticket face to edit it
  • Double click on any line with text in it
  • Add a space or make some inconsequential change
  • Save the ticket face
  • Edit the ticket face again
  • Undo the change above
  • Save the ticket face
  • Test print it.

 

Credit Card Receipts

The credit card information for this ticket face now comes from a different place in the database and has been enhanced to force more security on the field. You can no longer print out a full credit card as TM forces the field to dispay according to CISP rules and mandatory requirements in a number of US States. Previous to this, we left the encoding to occur in the ticket face. Now, there is no choice.. it must be encoded. To change this ticket face:

  • Find your credit card receipt ticket face to edit it
  • Look for some code in it that looks kind of like con('*** **** ***',mid(PAY_CARD_NO,len(PAY_CARD_NO-3),4)
  • Edit that line in the ticket face and replace the entire line with pick(len(CD_CARD_NO)>0,PAY_CARD_NO,CD_CARD_NO)
  • Save the ticket face

Changes and Enhancements