{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% comment %} For any query please contact to O'Dell Group IT Team (Md Ramjan) {% endcomment %} {% if request.user.user_type == 'Branch'%}

{{employees}}

Total Employee

Total Employee

{{t_present}}

Today's Presents

Today's Presents

{{t_absent}}

Today's Absents

Today's Absents

{{today_movement}}

Today's Movement

Today's Leave

{{employee_total_present}}

Total Present

Total Present

{{employee_total_absent}}

Total Absents

Total Absents
{% endif %} {% if request.user.user_type == 'Regular'%}

{{employee_total_present}}

Total Present

Total Present

{{employee_total_absent}}

Total Absents

Total Absents
{% endif %}
{% if leave_balance %}

Current leave status

{% for item in leave_balance %}
{% endfor %}
{% endif %} {% if month_list %}

Monthly Attendance Summary

{% for item in month_list %} {% endfor %} {% for week in day_list %} {% for day in week %} {% if day.1 == 'H' %} {% endif %} {% if day.1 == 'P' %} {% endif %} {% if day.1 == 'A' %} {% endif %} {% if day.1 == 'L' %} {% endif %} {% if day.1 == 'W' %} {% endif %} {% if day.1 == 'LL' %} {% endif %} {% if day.1 == 'PP' %} {% endif %} {% endfor %} {% endfor %}
{{item}}
{{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}}
  • Leave
  • Late
  • Presents
  • Absents
  • Weeknd
  • Partial
{% endif %}

{{salary_month}} - {{salary_year}} , Salary Information

{% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% for department_list in department_temp %} {% if department_list.0.0 %} {% endif %} {% for employee in department_list %} {% if forloop.last %} {% else %} {% endif %} {% endfor %} {% endfor %}
Gross Salary Deduction Payable Others Deduction Net Payable Signature
SL No Name of the Employee Designation Bank AC No Present Days Absent Days Basic HR M.Allow Conv. Food Total TAX Stamp Absent
Late
S. Adv. TotalLunch Bill Personal Loan By Cash Voucher Total Net PayableSignature
{{department_list.0.0}}
Sub Total {{employee}}
{{forloop.counter}} {{ employee.3 }} {{ employee.8}} {{ employee.9}} {{ employee.10}} {{ employee.11}} {{ employee.12}} {{ employee.13}} {{ employee.14}} {{ employee.15}} {{ employee.16}} {{ employee.17}} {{ employee.18}} {{ employee.19}} {{ employee.20}}
{{ employee.21}}
{{ employee.22}} {{ employee.23}} {{ employee.24}} {{ employee.25}} {{ employee.26}} 0 {{ employee.27}} {{ employee.28}}
Grand Total {{grant_total}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}