2019-04-24 10:27:57 +01:00
{% extends "views/platform-admin/_base_template.html" %}
{% block per_page_title %}
2021-12-30 16:13:49 +00:00
Reports
2019-04-24 10:27:57 +01:00
{% endblock %}
{% block platform_admin_content %}
2023-08-16 12:49:36 -04:00
< h1 class = "font-body-2xl" >
2019-04-24 10:27:57 +01:00
Reports
< / h1 >
2023-06-06 15:28:24 -04:00
< p >
2025-04-03 11:57:21 -04:00
< a class = "usa-link" target = "_blank" rel = "noopener noreferrer" aria-label = "Download live services CSV report (opens in a new tab)" href = "{{ url_for('main.live_services_csv') }}" > Download live services csv report< / a >
2019-04-30 17:44:59 +01:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.notifications_sent_by_service') }}" > Monthly notification statuses for live services< / a >
2021-03-15 09:58:28 +00:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.get_billing_report') }}" > Billing Report< / a >
2019-08-23 17:14:04 +01:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.get_volumes_by_service') }}" > Volumes by service Report< / a >
2022-03-07 14:30:11 +00:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.get_daily_volumes') }}" > Daily volumes Report< / a >
2022-03-07 14:30:11 +00:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.get_daily_sms_provider_volumes') }}" > Daily SMS provider volumes Report< / a >
2022-04-08 16:05:43 +01:00
< / p >
2023-07-26 09:08:55 -07:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.get_users_report') }}" > Users Report< / a >
2023-07-26 09:08:55 -07:00
< / p >
2024-08-06 11:31:05 -07:00
< p >
< a class = "usa-link" href = "{{ url_for('main.download_all_users') }}" > Download All Users< / a >
< / p >
2025-01-22 08:44:34 -08:00
< p >
< a class = "usa-link" href = "{{ url_for('main.get_redis_report') }}" > Get Redis Report< / a >
< / p >
2024-08-06 11:31:05 -07:00
2019-04-24 10:27:57 +01:00
{% endblock %}