{% extends "ui/templates/base/layout.html" %} {% block content %}

Staff Work Execution

Staff Dashboard V1

Your assigned tasks, due work, client-pending items, documents, returned work and staff work wizards in one place.

FY: {{ overview.financial_year or 'All' }}{% if overview.employee %} ยท {{ overview.employee.full_name }}{% endif %}

{% set tabs = [ ('my-tasks','My Tasks'), ('due-today','Due Today'), ('overdue','Overdue'), ('client-pending','Client Pending'), ('documents','Documents'), ('returned-work','Returned Work'), ('reports','Reports'), ('wizards','Wizards') ] %}
{% for code, label in tabs %} {% endfor %}
{% include 'modules/staff_dashboard/templates/staff_dashboard/partials/' ~ (active_tab|replace('-', '_')) ~ '.html' ignore missing %}
{% endblock %}