{% extends "base.html" %}{% block content %}
| Employee | Gross | OT | Bonus | Other Earn. | Attendance Ded. | Other Ded. | Loan | Net Payable | Payslip |
|---|---|---|---|---|---|---|---|---|---|
{{ r.employee }}{% if period.status == 'DRAFT' %}+ Payroll adjustment{% if r.adjustments.all %}Existing adjustments:{% for a in r.adjustments.all %} {{ a.adjustment_type }} {{ a.amount }}{% if a.reference_no %} ({{ a.reference_no }}){% endif %}{% if not forloop.last %};{% endif %}{% endfor %} {% endif %} | {{ r.gross_salary }} | {{ r.overtime_amount }} | {{ r.bonus_amount }} | {{ r.other_earnings }} | {{ r.attendance_deduction }} | {{ r.deduction_amount }} | {{ r.loan_recovery }} | {{ r.net_payable }} | View |
| No payroll records. Calculate the period first. | |||||||||