{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} EL index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% endif %}
{% if el_payment_list %}
{% for item in el_payment_list %} {% endfor %}
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}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}