Branch Clients

Client health by service count, open tasks and overdue items.

Manage Clients
{% for c in clients %}

{{ c.client_name }}

{{ c.client_code }}{% if c.gstin %} · {{ c.gstin }}{% elif c.pan %} · {{ c.pan }}{% endif %}

{% if c.overdue_count > 0 %}{{ c.overdue_count }} overdue{% endif %}
{{ c.service_count }}
Services
{{ c.task_count }}
Tasks
{{ c.overdue_count }}
Overdue
{% else %}
No branch clients found.
{% endfor %}