Revenue report JSON emailed successfully.
{% endif %}
{% if request.args.get('email_failed') == '1' %}
Revenue report email failed. Check SMTP settings or server log.
{% endif %}
{% if request.args.get('email_failed') == '1' %}
Revenue report email failed. Check SMTP settings or server log.
{% endif %}
Collected (CAD)
{{ report.collected_cad|money('CAD') }}
Invoices Issued
{{ report.invoice_count }}
{{ report.invoiced_total|money('CAD') }} CAD total
Outstanding Invoices
{{ report.outstanding_count }}
{{ report.outstanding_balance|money('CAD') }} CAD outstanding
Overdue Invoices
{{ report.overdue_count }}
{{ report.overdue_balance|money('CAD') }} CAD overdue
{% include "footer.html" %}