Report settings
Manage recipients and recurring PDF report schedules.
Email addresses that can receive scheduled reports.
| Name | Status | ||
|---|---|---|---|
| {{ recipient.email }} | {{ recipient.name or "n/a" }} | {{ "Active" if recipient.active else "Paused" }} | |
| No recipients configured. | |||
Schedules send the previous complete day, week, or month.
Each schedule is guarded by a database run record, so a period is sent once.
| Recipient | Cadence | Device | Status | |
|---|---|---|---|---|
| {{ schedule.recipient.email }} | {{ schedule_labels[schedule.id] }} | {{ schedule.device.name if schedule.device else "All devices" }} | {{ "Active" if schedule.active else "Paused" }} | |
| No scheduled reports configured. | ||||
The scheduler writes one run record per schedule and report period.
| Created | Recipient | Cadence | Period | Status | Error |
|---|---|---|---|---|---|
| {{ run.created_at }} | {{ run.scheduled_report.recipient.email }} | {{ run.scheduled_report.cadence|title }} | {{ run.period_start }} to {{ run.period_end }} | {{ run.status|title }} | {{ run.error or "" }} |
| No scheduled report runs yet. | |||||