Reporting period (UTC)
Pick a day from the month calendar and set the time next to it.
First day of current month (00:00)
First day of last month (00:00)
Last month (full)
Scope selection
Generate for a single customer, multiple customers, or all customers.
Customer *
Select a customer…
{% if initial_customers %}
{% for c in initial_customers %}
{{ c.name }}
{% endfor %}
{% endif %}
Search will be added later. For MVP this is a simple dropdown.
Customers *
{% if initial_customers %}
{% for c in initial_customers %}
{{ c.name }}
{% endfor %}
{% endif %}
Hold Ctrl/Cmd to select multiple customers.
Jobs filter
Filter which jobs are included in the report by backup software and backup type. Informational jobs (e.g. License Key) are always excluded.
Backup software
{% for item in job_filters_meta.backup_softwares %}
{{ item.label }}
{% endfor %}
Leave empty to include all backup software.
Backup type
{% for item in job_filters_meta.backup_types %}
{{ item.label }}
{% endfor %}
Leave empty to include all backup types (except informational types).
Report content
Choose which columns are included in the report and define their order. (Applies to online table views.)
Summary
Snapshot
Jobs
Select columns for the summary view.
Loading available columns…
Selected columns (drag to reorder)
Tip: disabled items are coming soon.
{{ 'Save changes' if is_edit else 'Create report' }}
Cancel