{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Department | Manpower | Gross | Deduction | Att. Bonus | Payable Salary | OT Hour | OT Amount | EL Amount | Night | Tiffin | Tax | Lunch | Payable Total Tk |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{item.Department}} | {{item.manpower}} | {{item.dept_gross}} | {{item.dept_deduct}} | {{item.Attendance_Bonus}} | {{item.total_payable_taka_attendance_bonus}} | {{item.OT_Hour|floatformat:2}} | {{item.Overtime_Payable_Taka}} | {{item.el_amount}} | {{item.night_bonus}} | {{item.tiffin_bill}} | {{item.tax}} | {{item.lunch}} | {{item.total_payable_taka}} |
Total | {{grand_manpower}} | {{grand_gross}} | {{grand_deduct}} | {{grand_attendance_bonus}} | {{grand_total_payable_taka_attendance_bonus}} | {{grand_ot_hour|floatformat:2}} | {{grand_ot_taka}} | {{grand_total_el}} | {{grand_night}} | {{grand_tiffin}} | {{grand_tax}} | {{grand_lunch}} | {{grand_payable_taka}} | |
Total Manpower | {{grand_total_employee}} | Running Employee | {{grand_total_running_employee}} | New Employee | {{grand_total_new_employee}} | Leftee Employee | {{grand_total_leftee_employee}} | Resing Employee | {{grand_total_resing_employee}} |