{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{{ company_info.name_en }}     {% if line %}{{line.working_place}} {% endif %}EL Payment Report {{year}}  -  {{month}} |
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | Signature | {{department_list.0.0}} | {% endif %} {% if department_list.0.1 %} {% for item in department_list.0 %} {% if forloop.counter == 1 %} {%else%}||||
{{forloop.counter}} | {% endcomment %}{{ item.1 }} | {{ item.0 }} | {{ item.2}} | {{ item.3}} | {{ item.4 | floatformat:2}} | {{ item.5 | floatformat:2}} | {{ item.6 | floatformat:0}} | {{ item.7 | floatformat:0}} | {{ item.8 | floatformat:2}} | {{ item.9 | floatformat:2}} | {{ item.10 | floatformat:2}} | {{ item.11 | floatformat:2}} | {{ item.12 | floatformat:2}} | {{ item.13 | floatformat:2}} | {{ item.14 | floatformat:2}} | {{ item.15 | floatformat:2}} | {{ item.16 | floatformat:2}} | {{ item.17 | floatformat:2}} | {{ item.18 | floatformat:2}} | |||||
sub Total | {% comment %}{% endcomment %} | {{department_list.1|floatformat:2}} | {{department_list.2 |floatformat:2}} | {{department_list.3 |floatformat:2}} | {{department_list.4 |floatformat:2}} | |||||||||||||||||||
Grand Total | {% comment %}{% endcomment %} | {{grand_present_gross |floatformat:2}} | {{grand_increment_total |floatformat:2}} | {{grand_increment_gross_total |floatformat:2}} | {{grand_payable_total |floatformat:2}} |