Executive Reporting Command View
Interactive reporting dashboard with live filters, KPI highlights, trend summaries, audit-safe exports, and low-infrastructure continuity.
{{ kpi.value }} {% endfor %}
{{ item }}
{% endfor %}Create Export
Available Report Families
Recent Exports
| Status | Report | Format | Rows | Verification | Created | Action |
|---|---|---|---|---|---|---|
| {{ job.status|title }} | {{ scopes.get(job.export_scope, job.export_scope) }} | {{ job.export_format|upper }} | {{ job.row_count or 0 }} | {% if job.verification_id %} {{ job.verification_id }} {% else %} Pending {% endif %} | {{ job.created_at }} | {% if job.status == 'completed' %} Download {% elif job.status in ['queued', 'failed'] %} {% elif job.status == 'archived' %} Archived {% else %} Processing {% endif %} |
| No exports yet. | ||||||
Scheduled Delivery
Save repeat daily, weekly, or monthly report definitions. Delivery records and secure file links remain tracked in export audit logs.
Schedules
| Name | Cadence | Report | Last Run | Action |
|---|---|---|---|---|
| {{ schedule.name }} | {{ schedule.cadence|title }} | {{ scopes.get(schedule.export_scope, schedule.export_scope) }} | {{ schedule.last_run_at or 'Never' }} | |
| No schedules yet. | ||||