{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Leftee Sheet {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% comment %} {% if request.user.is_superuser == True %}
{% csrf_token %}
Leftee Sheet Create
{{leftee_sheet_form.mother_organization.label}}
{{leftee_sheet_form.mother_organization}}
{{leftee_sheet_form.sister_organization.label}}
{{leftee_sheet_form.sister_organization}}
{{leftee_sheet_form.branch.label}}
{{leftee_sheet_form.branch}}
{{leftee_sheet_form.department.label}}
{{leftee_sheet_form.department}}
{{leftee_sheet_form.designation.label}}
{{leftee_sheet_form.designation}}
{{leftee_sheet_form.employee.label}}
{{leftee_sheet_form.employee}}
{{year_month_wise_form.year.label}}
{{year_month_wise_form.year}}
{{year_month_wise_form.month.label}}
{{year_month_wise_form.month}}
{{leftee_sheet_form.process.label}}
{{leftee_sheet_form.process}}
{{leftee_sheet_form.number_of_days.label}}
{{leftee_sheet_form.number_of_days}}
{% endif %} {% if request.user.user_type == 'Mother_Organization_admin'%}
{% csrf_token %}
Leftee Sheet Create
{{leftee_sheet_form.sister_organization.label}}
{{leftee_sheet_form.sister_organization}}
{{leftee_sheet_form.branch.label}}
{{leftee_sheet_form.branch}}
{{leftee_sheet_form.department.label}}
{{leftee_sheet_form.department}}
{{leftee_sheet_form.designation.label}}
{{leftee_sheet_form.designation}}
{{leftee_sheet_form.employee.label}}
{{leftee_sheet_form.employee}}
{{year_month_wise_form.year.label}}
{{year_month_wise_form.year}}
{{year_month_wise_form.month.label}}
{{year_month_wise_form.month}}
{{leftee_sheet_form.process.label}}
{{leftee_sheet_form.process}}
{{leftee_sheet_form.number_of_days.label}}
{{leftee_sheet_form.number_of_days}}
{% endif %} {% endcomment %} {% if request.user.is_superuser == True %} {% include 'hr_app/employee/leftee_sheet/super_admin_forms.html' %} {% endif %} {% if request.user.user_type == 'Mother_Organization_admin' %} {% include 'hr_app/employee/leftee_sheet/mother_admin_forms.html' %} {% endif %} {% if request.user.user_type == 'Sister_Organization_admin' %} {% include 'hr_app/employee/leftee_sheet/sister_admin_forms.html' %} {% endif %} {% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular' %} {% include 'hr_app/employee/leftee_sheet/branch_admin_forms.html' %} {% endif %} {% if employee_list %}

{{ company_info.name_en }}

{{ company_info.address_details }}

{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}

Leftee Employee Report List {% comment %} {% if department %} {{department}} {% endif %} {% if designation %}   -   {{designation}}{% endif %}

{{year}}  -  {{month}} {% endcomment %} {% if department %}(Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {% if from_date %} {{from_date}}  -  {{to_date}} {% endif %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% for employee in employee_list %} {% comment %} {% if employee.employee_code %} {% else %} {% endif %} {% endcomment %} {% comment %} {% endcomment %} {% endfor %}
CodeSL Name Department Designation Gra-de TTL Day
Pr, Day
Leftee Date Action
{{employee.employee_code}}{{employee.auto_employee_code}}{{forloop.counter}} {{employee.employee}} {{employee.employee.department}} {{employee.employee.designation.name_en}} {{employee.employee.grade}} {{employee.working_days}}
{{employee.attendance}}
    {% endif %}
    {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}