Client Pending / Blocked Work

Tasks delayed due to client documents, data or clarifications.

Alerts
{% set rows = client_pending %}{% include 'modules/manager_dashboard/templates/manager_dashboard/partials/_task_table.html' %}

Client-wise Pending View

{% for c in clients if c.client_pending or c.overdue %}{% else %}{% endfor %}
ClientOpenClient PendingOverdueAction
{{ c.client_name }}{{ c.open }}{{ c.client_pending }}{{ c.overdue }}Open
No client pending clients found.