Ticket Evolution Report
Ticket Evolution Report
Requirements and Purpose
The Ticket Evolution Report is used for reconciliation of Ticket Evolution Core purchase orders in eiBox Office. The report consists of the TEVO transactions and an error report for purchase orders that do not map from eiBox Office to Ticket Evolution orders dashboard or vice-versa.
Report Definition
- Stakeholders
- Lisa Gregerson (Administration)
- Linsday Nelson (Operations Manager)
- Author
- Andrew Pierson (Data Analyst)
- Subject matter expert(s)
- Accounting employees
- Data source(s)
- dbo.BuyOrder
- dbo.BuyOrderTicketGroup
- dbo.Event
- dbo.Venue
- Ticket Evolution Orders API
- Presentation Medium
- Excel Workbook
- Fields (raw data)
Column Name | Data Type | Description |
---|---|---|
ID | NUMBERIC | The order identification number indicated by Ticket Evolution, this corresponds to the ExternalReferenceNumber given in eiBox Office |
buyer name | VARCHAR | Purchaser of the tickets, this will always be Ticket Boat |
created_at | DATETIME | The date the order was made on Ticket Evolution |
buyer_state | VARCHAR | The order state according to Ticket Boat |
seller_state | VARCHAR | The order state according to Ticket Evolution |
total | NUMERIC | The total purchase amount indicated by Ticket Evolution |
balance | NUMERIC | The remaining balance needed to pay for the total order amount indicated by Ticket Evolution |
occurs_at | DATETIME | The date that the event is occurring according to Ticket Evolution |
EventName | VARCHAR | The name of the event for the order in eiBox Office |
VenueName | VARCHAR | The name of the venue that the event is occurring at in eiBox Office |
EventDate | DATETIME | The date that the event is occurring in eiBox Office |
PONumber | NUMERIC | The purchase order number give to the order by eiBox Office |
TotalAmount | NUMERIC | The total cost incurred by Ticket Boat when purchasing the order of tickets |
BalanceAmount | NUMERIC | The remaining balance needed to pay for the total amount of the ticket order |
FinalizedDateTime | DATETIME | Date and time that the order was purchased by Ticket Boat |
CancelDateTime | DATETIME | Date and time that the order was canceled, NULL values indicate the order was not canceled |
ExternalReferenceNumber | VARCHAR | An external identifier provided by the seller that indicates the unique order id for the tickets purchased by Ticket Boat |
Calculations
Column Name | Data Type | Calculation | Description |
---|---|---|---|
Date | DATETIME | = TE['Date'] = convert_time(TE['Date']) = TE['Date'] = pd.to_datetime(TE['Date']).apply(lambda x: x.strftime('%m/%d/%Y %H:%M:%S')) | The date time converted to it's equivalent time in CST from UTC, or mean time. The time aspect does not indicate |
Payee | VARCHAR | = TEVOLUTION | This is the indicator for who the payment goes to, it will always be for Ticket Evolution |
Account | VARCHAR | = 12000 · Inventory-Tickets:12100 · PO'd Inventory | This indicates the type of inventory that is being PO'd |
Parameters
- Filters
- The report show filters the data to show eiBox Office purchase orders created greater than or equal to yesterday and Ticket Evolution purchase orders that are from the previous day
- The Ticket Evolution data is filtered to only include a customer field with Ticket Boat in it, and it excludes data with a seller state equal to rejected
- Grouping
- Page breaks (Dashboards/Worksheets/Etc.)
- TEVO: These are the values that match Ticket Evolution purchase orders with eiBox Office purchase orders, they are used to copy and paste data into quickbooks
- ERRORS:This page shows the purchase orders that did not have a matching order either in Ticket Evolution or in eiBox Office.Columns A:G indicate the Ticket Evolution Orders and columns H:U indicate the eiBox Office orders
- Intentions for printing vs. online viewing
- The report is delivered via email attachment
- This report can be accessed here:\\192.168.10.209\TB-Applications\Tableau\Deployed\TicketEvolutionReport
- Intended delivery mechanism (run on demand vs. delivered by subscription)
- Static email delivery
- Every 24 hours from 7:00 AM to 7:00 AM on Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday
- Delivered by Windows Task Scheduler. NOT by Scheduler CP (TB scheduler)
- Future maintenance tasks or manually maintained items
- Had an unexpected error on July 25, 2019 where it went undelivered for the next 7 days. It then resumed as normal. Unknown as to why. Windows Task Scheduler reported it running that week.
Results
- Data Accuracy
- Report is 100% accurate at the time that it runs, this can be deceiving because different results may be achieved if ran manually at a different time.
- Limitations
Auto processor is often tardy when processing Ticket Boat's orders therefore some of the Ticket Evolution purchase orders may have not been auto processed into eiBox Office
Change Log
- Who requested what change, when, why, and who executed the change
Images
, multiple selections available,
Related content
Ticket Type Report Memo
Ticket Type Report Memo
More like this
Listing Ticket Types
Listing Ticket Types
More like this
Order Ticket Types
Order Ticket Types
More like this
Ticketmaster Transfer (InHand) Report
Ticketmaster Transfer (InHand) Report
More like this
dbo.FulfillmentView
dbo.FulfillmentView
More like this
Purchase Orders: Eibox
Purchase Orders: Eibox
More like this