{% load static %} {% load i18n %} {{employee}} {% trans "'s Payslip" %}

{% trans "Payslip" %}

{{formatted_start_date}}   {% trans "to" %}   {{formatted_end_date}}

{% trans "Employee Net Pay :" %} {% if position == "prefix" %} {{currency}} {{net_pay|floatformat:2}} {% else %} {{net_pay|floatformat:2}} {{currency}} {% endif %}

{% trans "Employee Details" %}

  • {% trans "Employee ID :" %} {{employee.badge_id}}
  • {% trans "Employee Name :" %} {{employee}}
  • {% trans "Department :" %} {{employee.employee_work_info.department_id.department}}
  • {% trans "Bank Acc./Cheque No. :" %} {{employee.employee_bank_details.account_number}}
{% if position == "prefix" %} {% else %} {% endif %} {% for allowance in all_allowances %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% if position == "prefix" %} {% else %} {% endif %}
{% trans "Allowances" %} {% trans "Amount" %}
{% trans "Basic Pay" %} {{currency}} {{basic_pay|floatformat:2}} {{basic_pay|floatformat:2}} {{currency}}
{{allowance.title}} {{currency}} {{allowance.amount|floatformat:2}} {{allowance.amount|floatformat:2}} {{currency}}
{% trans "Total Gross Pay" %} {{currency}} {{gross_pay|floatformat:2}} {{gross_pay|floatformat:2}} {{currency}}
{% if position == "prefix" %} {% else %} {% endif %} {% for deduction in basic_pay_deductions %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% for deduction in gross_pay_deductions %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% for deduction in pretax_deductions %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% for deduction in post_tax_deductions %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% if position == "prefix" %} {% else %} {% endif %} {% for deduction in tax_deductions %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% for deduction in net_deductions %} {% if position == "prefix" %} {% else %} {% endif %} {% endfor %} {% if position == "prefix" %} {% else %} {% endif %}
{% trans "Deductions" %} {% trans "Amount" %}
{% trans "Loss of Pay" %} {{currency}} {{loss_of_pay|floatformat:2}} {{loss_of_pay|floatformat:2}} {{currency}}
{{deduction.title}} {{currency}} {{deduction.amount|floatformat:2}} {{deduction.amount|floatformat:2}} {{currency}}
{{deduction.title}} {{currency}} {{deduction.amount|floatformat:2}} {{deduction.amount|floatformat:2}} {{currency}}
{{deduction.title}} {{currency}} {{deduction.amount|floatformat:2}} {{deduction.amount|floatformat:2}} {{currency}}
{{deduction.title}} {{currency}} {{deduction.amount|floatformat:2}} {{deduction.amount|floatformat:2}} {{currency}}
{% trans "Federal Tax" %} {{currency}} {{federal_tax|floatformat:2}} {{federal_tax|floatformat:2}} {{currency}}
{{deduction.title}} {{currency}} {{deduction.amount|floatformat:2}} {{deduction.amount|floatformat:2}} {{currency}}
{{deduction.title}} {{currency}} {{deduction.amount|floatformat:2}} {{deduction.amount|floatformat:2}} {{currency}}
{% trans "Total Deductions" %} {{currency}} {{total_deductions|floatformat:2}} {{total_deductions|floatformat:2}} {{currency}}
{% if position == "prefix" %} {% else %} {% endif %}
{% trans "Total Net Payable " %}
{% trans "Gross Earnings - Total Deductions" %}
{{currency}} {{net_pay|floatformat:2}} {{net_pay|floatformat:2}} {{currency}}