{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if request.user.is_superuser == True %}
{% csrf_token %}
Increment 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 %}
Increment 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 %}
Increment Report
{{form.branch|as_crispy_field}}
{{month_form.year|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Branch' %}
{% csrf_token %}
Increment Report
{{month_form.month|as_crispy_field}}
{{month_form.year|as_crispy_field}}
{% endif %} {% if department_temp%}

{{ company_info.name_en }}

{{ company_info.address_details }}

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

Increment Report {% 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 %} {% 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 %}
SL NoEmployee Employee Code Joining Date Present Salary Increment Amount Gross Salary
{{department_list.0.0}}
{{forloop.counter}}{{ item.0 }} {{ item.1 }} {{ item.2}} {{ item.3}} {{ item.4}} {{ item.5}}
sub Total {{department_list.1}} {{department_list.2}} {{department_list.3}}
Grand Total {{grand_present_gross}} {{grand_increment_total}} {{grand_increment_gross_total}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}