{% if app_settings.business_logo_url %}
{% 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 %} {% if request.args.get('pkg_email_failed') == '1' %}
Accounting package email failed. Check SMTP settings or server log.
{% endif %}

Clients

Services

Invoices

Payments

Revenue Report

Monthly Accounting Package

Settings / Config

DB Test

Total Clients Active Services Outstanding Invoices Revenue Received (CAD)
{{ total_clients }} {{ active_services }} {{ outstanding_invoices }} {{ revenue_received|money('CAD') }}

Displayed times are shown in Eastern Time (Toronto).

{% include "footer.html" %}