Manager Execution Control
Manager Dashboard
Control team allocation, review queue, client pending items, documents and execution reports for the active branch/team.
FY: {{ overview.financial_year or 'All' }}{% if overview.branch %} ยท Branch: {{ overview.branch.name or overview.branch.code }}{% endif %}
{% set tabs = [
('overview','Overview'),
('team-work','Team Work'),
('review-queue','Review Queue'),
('client-pending','Client Pending'),
('documents','Documents'),
('reports','Reports'),
('wizards','Wizards')
] %}
{% for code, label in tabs %}
{% endfor %}
{% include 'modules/manager_dashboard/templates/manager_dashboard/partials/' ~ (active_tab|replace('-', '_')) ~ '.html' ignore missing %}
{% endblock %}