{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if request.user.is_superuser == True %}
{% csrf_token %}
EL Payment Report
{{form.mother_organization|as_crispy_field}}
{{form.sister_organization|as_crispy_field}}
{{form.branch|as_crispy_field}}
{{month_form.month|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Mother_Organization_admin' %}
{% csrf_token %}
EL Payment Report
{{form.sister_organization|as_crispy_field}}
{{form.branch|as_crispy_field}}
{{month_form.month|as_crispy_field}}
{{month_form.year|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Sister_Organization_admin' %}
{% csrf_token %}
EL Payment Report
{{form.branch|as_crispy_field}}
{{month_form.year|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Branch' %}
{% csrf_token %}
EL Payment Report
{{month_form.month|as_crispy_field}}
{{month_form.year|as_crispy_field}}
{{form.working_place|as_crispy_field}}
{% endif %} {% if department_temp %}
{% for department_list in department_temp %} {% if department_list.0.0 %} {% endif %} {% if department_list.0.1 %} {% for item in department_list.0 %} {% if forloop.counter == 1 %} {%else%} {% comment %} {% endcomment %} {% if forloop.last %} {% comment %} {% endcomment %} {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% comment %} {% endcomment %}

{{ 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}}
{{forloop.counter}}{{ 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 {{department_list.1|floatformat:2}} {{department_list.2 |floatformat:2}} {{department_list.3 |floatformat:2}} {{department_list.4 |floatformat:2}}
Grand Total {{grand_present_gross |floatformat:2}} {{grand_increment_total |floatformat:2}} {{grand_increment_gross_total |floatformat:2}} {{grand_payable_total |floatformat:2}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}