{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Employee Code | Employee | Joining Date | Designation | Basic | HR | Other | Total Salary | 1-Day Salary | Att | Use of EL | TTL Cur Yr EL | TTL Cur Yr Amt | Pre Yr EL | Pre Yr Amt | Toatl EL Amt | Payable EL Amt | TTL EL | Balance EL | Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ item.employee.employee_code }} | {{ item.employee.name_en }} | {{ item.designation }} | {{ item.basic |floatformat:2}} | {{ item.hr |floatformat:2}} | {{ item.other |floatformat:0}} | {{ item.gross_salary}} | {{ item.one_day_salary}} | {{ item.attendance_day}} | {{ item.use_of_el}} | {{ item.current_year_el |floatformat:2}} | {{ item.current_year_amount |floatformat:2}} | {{ item.pre_year_el |floatformat:2}} | {{ item.pre_year_amount |floatformat:2}} | {{ item.total_el_amount |floatformat:2}} | {{ item.payable_amount |floatformat:2}} | {{ item.total_el |floatformat:2}} | {{ item.balance_el |floatformat:2}} |