{% extends "ui/templates/base/layout.html" %} {% block content %}
Create monthly payroll run, generate payslips, approve and mark paid.
| Period | Status | Employees | Gross | Deduction | Net | Actions |
|---|---|---|---|---|---|---|
| {{ '%02d' % row.pay_month }}/{{ row.pay_year }} | {{ row.status.title() }} | {{ row.total_employees }} | {{ row.gross_amount }} | {{ row.deduction_amount }} | {{ row.net_amount }} | {% if row.status == 'generated' %}{% endif %}{% if row.status == 'approved' %}{% endif %}View |
| No payroll runs yet. | ||||||