{% load static i18n horillafilters %} {{employee}} {% trans "'s Payslip" %}
Company Logo {{employee.employee_work_info.company_id}}

{{employee.employee_work_info.company_id}}
{{employee.employee_work_info.company_id.address}}
{{employee.employee_work_info.company_id.country}}, {{employee.employee_work_info.company_id.state}}, {{employee.employee_work_info.company_id.city}}
{{employee.employee_work_info.company_id.zip}}

{% trans "Payslip" %} - {{employee}} - {{month_start_name}} to {{month_end_name}}.

{% trans "Payslip Period :" %}   {{formatted_start_date}}   {% trans "to" %}   {{formatted_end_date}}   ,   {% trans "Employee Net Pay :" %}   {{net_pay|floatformat:2|currency_symbol_position}}

{% 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}}
{% for allowance in all_allowances %} {% endfor %}
{% trans "Allowances" %} {% trans "Amount" %}
{% trans "Basic Pay" %} {{basic_pay|floatformat:2|currency_symbol_position}}
{{allowance.title}} {{allowance.amount|floatformat:2|currency_symbol_position}}
{% trans "Total Gross Pay" %} {{gross_pay|floatformat:2|currency_symbol_position}}
{% for deduction in basic_pay_deductions %} {% endfor %} {% for deduction in gross_pay_deductions %} {% endfor %} {% for deduction in pretax_deductions %} {% endfor %} {% for deduction in post_tax_deductions %} {% endfor %} {% for deduction in tax_deductions %} {% endfor %} {% for deduction in net_deductions %} {% endfor %}
{% trans "Deductions" %} {% trans "Amount" %}
{% trans "Loss of Pay" %} {{loss_of_pay|floatformat:2|currency_symbol_position}}
{{deduction.title}} {{deduction.amount|floatformat:2|currency_symbol_position}}
{{deduction.title}} {{deduction.amount|floatformat:2|currency_symbol_position}}
{{deduction.title}} {{deduction.amount|floatformat:2|currency_symbol_position}}
{{deduction.title}} {{deduction.amount|floatformat:2|currency_symbol_position}}
{% trans "Federal Tax" %} {{federal_tax|floatformat:2|currency_symbol_position}}
{{deduction.title}} {{deduction.amount|floatformat:2|currency_symbol_position}}
{{deduction.title}} {{deduction.amount|floatformat:2|currency_symbol_position}}
{% trans "Total Deductions" %} {{total_deductions|floatformat:2|currency_symbol_position}}
{% trans "Total Net Payable " %}
{% trans "Gross Earnings - Total Deductions" %}
{{net_pay|floatformat:2|currency_symbol_position}}