{% if app_settings.business_logo_url %}
Logo
{% endif %}

{{ app_settings.business_name or 'OTB Billing' }} Dashboard

{% if request.args.get('pkg_email') == '1' %}
Accounting package emailed successfully.
{% endif %} {% if request.args.get('pkg_email_failed') == '1' %}
Accounting package email failed. Check SMTP settings or server log.
{% endif %}
Clients Services Invoices Payments Subscriptions Revenue Report Aging Report Monthly Accounting Package Settings / Config Health
Total Clients Active Services Outstanding Invoices Outstanding Balance (CAD) Revenue Received (CAD)
{{ total_clients }} {{ active_services }} {{ outstanding_invoices }} {{ outstanding_balance|money('CAD') }} {{ revenue_received|money('CAD') }}

Displayed times are shown in Eastern Time (Toronto).

{% include "footer.html" %}