Inventory Turn Report
Report Definition
This report would help us look into how quickly we turn over purchased inventory.
Stakeholders
Author
Nicholas Pusateri
Subject matter expert(s)
Nicholas Pusateri
Jhon Cabalejo
Data source(s)
dbo.
dbo.
dbo.
Presentation Medium
SSRS
Fields (data)
A. Top Level view
Category
Quantity
Quantity % of Total
Total Cost
% of Total
Total Sale
% of Total
Profit
% of Total
Margins
Average Turns Per Year
Annualized RoR
B. Mid Level view
Event
Total Sales
Total Costs
Profit
Quantity
Average Purchase Date
Average Days To Turn Over
Average Sale Date
Median Sale Date
Sales Per Day
Average Turns Per Year
Annualized RoR
C. Expanded view
Venue
Event Date/Time
Total Sale
Total Cost
Total Profit
Quantity
Average Purchase Date
Turnover Date
Days to Turnover
Average Sale Date
Median Sale Date
Sales per Day
Days to Event
Projected Turns Remaining
Turns Per Year
Annualized RoR
Calculations
Column Name | Data Type | Calculation | Description |
---|---|---|---|
Quantity % of Total | Numeric | = Quantity of filtered in event on line / Quantity of all filtered in events.Sample calculation:(Quantity / Sum of Quantity from all Category) x 100 | Quantity of filtered in event on line / Quantity of all filtered in events. |
Average Turns Per Year = the average of all the events Turns per year underneath OR 365/Average Days to Turn Over | Numeric | = 365/Average Days to Turn Over | The average of all the events Turns per year underneath |
Annualized RoR | Numeric | = ((Total Costs + Profit) / Total Costs) ^ (1 / Average Days to Turn Over / 365)) - 1 | The average RoR of all the events underneath |
Average Days to Turn Over | Numeric |
| Average days to turnover looks at the time between the purchase day and the sell date. |
Average Sale Date | Numeric |
| Take days from PO date to day of sale to get number of days until sold. Add up all days Until sold, divide by total number of sales. |
Median Sale Date | Numeric |
| Median Sale date looks at the most common sale date and displays that date |
Sales Per Day | Numeric |
| Quantity/Average Days to Turn Over |
Average Purchase Date | Numeric |
| So average purchase date is just going to be the average date of purchase. If 2 tickets are bought on 3/10 and 2 on 3/20, then the average day is 3/15 |
Days to Turn Over | Numeric |
| Turnover Date - Average Purchase Date |
Sales Per Day | Numeric |
| Quantity / Days to Turn Over |
Days to Event | Numeric |
| Event Date/Time-TODAY() |
Projected Turns Remaining | Numeric | =(Days to Event x Sales Per Day) / Quantity | (Days to Event*Sales Per Day)/Quantity |
Turns Per Year | Numeric | =365/Days to Turn Over |
|
Profit |
| = Sales - Cost |
|
Margins |
| = Profit / (Total cost x 100) |
|
Parameters
Filters
@Event VARCHAR
Leaving blank returns all values.
Must match eibo event.
@venue VARCHAR
Leaving blank returns all values
Must Match eibo event
@Event Date From
No Default is set
@Event Date To
No Default is set
Intentions for printing vs. online viewing
The report is delivered via SSRS
This report can be accessed here: SSRS→ Asset→ Inventory Turn Report.
Intended delivery mechanism (run on demand vs. delivered by subscription)
Run on Demand
Future maintenance tasks or manually maintained items
None
Results
Data Accuracy
QA
v=
Limitations
Change Log
https://ticketboat.atlassian.net/browse/TIC-1105