{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if request.user.is_superuser == True %}

Eid Bonus Report

{% csrf_token %}
{{search_form.mother_organization|as_crispy_field }}
{{search_form.sister_organization|as_crispy_field }}
{{search_form.branch|as_crispy_field }}
{{form.eid_name|as_crispy_field }}
{{form.year|as_crispy_field }}
{% endif %} {% if request.user.user_type == 'Mother_Organization_admin'%}

Eid Bonus Report

{% csrf_token %}
{{search_form.sister_organization|as_crispy_field }}
{{search_form.branch|as_crispy_field }}
{{form.eid_name|as_crispy_field }}
{{form.year|as_crispy_field }}
{% endif %} {% if request.user.user_type == 'Branch'%}

Eid Bonus Report

{% csrf_token %}
{{form.eid_name|as_crispy_field }}
{{form.year|as_crispy_field }}
{{form.category|as_crispy_field }}
{% endif %} {% if request.user.user_type == 'Sister_Organization_admin'%}

Eid Bonus Report

{% csrf_token %}
{{search_form.branch|as_crispy_field }}
{{form.eid_name|as_crispy_field }}
{{form.year|as_crispy_field }}
{% endif %}

{{ company_info.name_en }}

{{ company_info.address_details }}

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

Bank Salary Sheet {% 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 %} {% for department_list in department_temp %} {% if department_list.0.0 %} {% endif %} {% for employee in department_list %} {% if forloop.last %} {% comment %} {% endcomment %} {% else %} {% endif %} {% endfor %} {% comment %} {% if department_list.0.0 %} {% endif %} {% endcomment %} {% endfor %}
SL No Name Employee code Department Designation Mobile A/C No Bank A/C No Amount
{{department_list.0.0}}
sub Total {{employee}}
{{forloop.counter}} {{ employee.3 }} {{ employee.4 }} {{ employee.5}} {{ employee.6}} {{ employee.7}} {{ employee.8}} {{ employee.2}}
{{department_list.0.1}} Grand Total {{grant_total}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}