Report for total notifications sent per day for each channel.

Daily volumes report: total volumes across the platform aggregated by whole business day (bst_date)
Volumes by service report: total volumes per service aggregated by the date range given.

NB: start and end dates are inclusive
This commit is contained in:
Rebecca Law
2022-03-07 14:30:11 +00:00
parent f827a825a1
commit 971cb745c9
8 changed files with 204 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ class HeaderNavigation(Navigation):
'live_services_csv',
'notifications_sent_by_service',
'get_billing_report',
'get_daily_volumes',
'get_volumes_by_service',
'organisations',
'platform_admin',
'platform_admin_list_complaints',