Description:
Questions and Answers:
Q: How can the Availability percentages be altered?
A: Each option (Good, Limited, Very Limited, Sold Out) are indicated based on the percentage of seats sold within the Theatre Manager database compared to the Reporting Capacity listed for the individual performance. The percent values are listed on the page in the F_SOLD_PERCENT statements and can be altered to meet the organizations needs.
____________________________________________________________
Q:How are the colors used in the Availability column altered?
A: Each option is listed following a font color. Altering the hex code associated with the font color will change the color of the text.
____________________________________________________________
<field>pick(F_SOLD_PERCENT<80,'','Good')</field>
<field>pick(F_SOLD_PERCENT>=80&F_SOLD_PERCENT<90,'','<font color="#FF00FF">Limited</font>')</field>
<field>pick(F_SOLD_PERCENT>=90&F_SOLD_PERCENT<100,'','<font color="#FF00FF">Very Limited</font>')</field>
<field>pick(F_SOLD_PERCENT>=100,'','<font color="#FF0000">Sold Out</font>')</field></td>
Location:
htdocs/1/WebPagesEN/TMtemplates/
Able to Call Page(s):
Called By Page(s):
Page(s) Referenced:
Avail = SeatsInHouse - Total Sold - Box Office Holds - Internet Holds
Sold = number sold for event + tickets held at box office _ tickets held in shopping carts
The percent of tickets available is dependant on the values of seats available and reporting quantities. The percentage is dewtermined as follows.