...
- Include a new report page that shows the progression of tuition over time for all programs
- a2_tuition_over_time procedure to aggregate all tuition from U_46
- Based on new U_46_dates view that includes the transaction date for all tuition transactions
- allow Allow filtering on program and degree code
- Add a visualization that can show the change of tuition over time for those cases where people are watching the numbers daily for any sign of movement
- Requires a new procedure to pull tuition totals as of a particular date, probably as a weekly snapshot as a separate table
- Add in the calculated revenue to the enrollment only view to allow it to show the projected revenue based on the enrollments
- Use the methodology that Andy currently uses to calculate for the daily email
...