{% load i18n %} {% if messages %}
{% trans "Allowances" %} | {% trans "Amount" %} | {% if perms.payroll.add_allowance and instance.status != "paid" %} {% endif %} | ||
---|---|---|---|---|
{% trans "Basic Pay" %} | {% if position == "prefix" %}{{currency}} {{basic_pay|floatformat:2}} | {% else %}{{basic_pay|floatformat:2}} {{currency}} | {% endif %}||
{{allowance.title}} | {% if position == "prefix" %}{{currency}} {{allowance.amount|floatformat:2}} | {% else %}{{allowance.amount|floatformat:2}} {{currency}} | {% endif %}||
{% trans "Total Gross Pay" %} | {% if position == "prefix" %}{{currency}} {{gross_pay|floatformat:2}} | {% else %}{{gross_pay|floatformat:2}} {{currency}} | {% endif %}
{% trans "Deductions" %} | {% trans "Amount" %} | {% if perms.payroll.add_deduction and instance.status != "paid" %} {% endif %} |
---|---|---|
{% trans "Loss of Pay" %} | {% if position == "prefix" %}{{currency}} {{loss_of_pay|floatformat:2}} | {% else %}{{loss_of_pay|floatformat:2}} {{currency}} | {% endif %}
{{deduction.title}} | {% if position == "prefix" %}{{currency}} {{deduction.amount|floatformat:2}} | {% else %}{{deduction.amount|floatformat:2}} {{currency}} | {% endif %}
{{deduction.title}} | {% if position == "prefix" %}{{currency}} {{deduction.amount|floatformat:2}} | {% else %}{{deduction.amount|floatformat:2}} {{currency}} | {% endif %}
{{deduction.title}} | {% if position == "prefix" %}{{currency}} {{deduction.amount|floatformat:2}} | {% else %}{{deduction.amount|floatformat:2}} {{currency}} | {% endif %}
{{deduction.title}} | {% if position == "prefix" %}{{currency}} {{deduction.amount|floatformat:2}} | {% else %}{{deduction.amount|floatformat:2}} {{currency}} | {% endif %}
{% trans "Federal Tax" %} | {% if position == "prefix" %}{{currency}} {{federal_tax|floatformat:2}} | {% else %}{{federal_tax|floatformat:2}} {{currency}} | {% endif %}
{{deduction.title}} | {% if position == "prefix" %}{{currency}} {{deduction.amount|floatformat:2}} | {% else %}{{deduction.amount|floatformat:2}} {{currency}} | {% endif %}
{{deduction.title}} | {% if position == "prefix" %}{{currency}}{{deduction.amount|floatformat:2}} | {% else %}{{currency}}{{deduction.amount|floatformat:2}} | {% endif %}
{% trans "Total Deductions" %} | {% if position == "prefix" %}{{currency}} {{total_deductions|floatformat:2}} | {% else %}{{total_deductions|floatformat:2}} {{currency}} | {% endif %}
{% trans "Gross Earnings - Total Deductions" %}