Ticket stock estimate

Hi,

I'm trying to provide an estimate of how many tickets we printed last season so we can re-order ticket stock.  I see there's a tickets printed report.  Do any of you know if that report includes print at home and/or null printed tickets?  The documentation for that report does not specify.  Alternatively, do you have a SQL query or some other method you use for estimating tickets printed?

Thanks!

Kanani

Parents
  • The Tickets Printed report does include ALL delivery methods unfortunately...

    We normally just pull a query in SQL of the number of tickets and the number of orders (to count the header - we don't print receipts) in our delivery methods that require a physical ticket with an sli_status in a valid status. 

Reply
  • The Tickets Printed report does include ALL delivery methods unfortunately...

    We normally just pull a query in SQL of the number of tickets and the number of orders (to count the header - we don't print receipts) in our delivery methods that require a physical ticket with an sli_status in a valid status. 

Children
No Data