Table for price details

Hi guys,

We are trying to query some data from Tessitura by SQL code and it's been a challenge to find the table that has the ticket price info.

We need to know only the Ticket Price without any fees, charges, discounts or taxes.

Example:

Order1 bought 1 seat and paid the total of: $50,00  (Ticket Price: $45.00  /  Facility Fee: $2.50  /  Service Charge: $2.50)

Order2 bought 1 seat and paid the total of: $100 (Ticket Price: $80.00  /  Facility Fee: $3.00  /  Service Charge: $2.50 / discount: $14.50)

We are looking for just only the Ticket Price amount paid.

Thanks

Parents Reply
  • Pretty much all of our discounts are done using price type changes, so this sounds a little new for us.

    That said, you should be able to use a combination T_PERF_PRICE and T_PRICE_EVENT to figure out what the standard price for each layer is for any given price type at any given moment in time before any pricing rules or discounts are applied.

    If you're going to Orlando in a few weeks, I would be more than happy to chat.

Children