{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL | Code | Employee Name | Department | Designation | Late | Early Exit | Total | Gross | Per Day Salary | Total Deduction |
---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{report.code}} | {{report.name}} | {{report.department}} | {{report.designation}} | {{report.late_time}} | {{report.early_late}} | {{report.total}} | {{report.gross}} | {{report.one_day_salary}} | {{report.total_pay}} |