-
-
-
-
-
- diff --git a/employee/templates/tabs/allowance_deduction-tab.html b/employee/templates/tabs/allowance_deduction-tab.html index 80cde8536..e2a080fe4 100644 --- a/employee/templates/tabs/allowance_deduction-tab.html +++ b/employee/templates/tabs/allowance_deduction-tab.html @@ -27,8 +27,8 @@ {% if perms.payroll.add_allowance and active_contracts %} {% endif %} @@ -234,11 +234,6 @@ - -
- diff --git a/payroll/templates/payroll/payslip/individual_payslip.html b/payroll/templates/payroll/payslip/individual_payslip.html index b91f9945e..3c8eab402 100644 --- a/payroll/templates/payroll/payslip/individual_payslip.html +++ b/payroll/templates/payroll/payslip/individual_payslip.html @@ -54,63 +54,4 @@ - - - - - - -{% comment %} {% endcomment %} {% endblock content %} diff --git a/payroll/templates/payroll/payslip/individual_payslip_summery.html b/payroll/templates/payroll/payslip/individual_payslip_summery.html index d22d1b825..b4bb9108d 100644 --- a/payroll/templates/payroll/payslip/individual_payslip_summery.html +++ b/payroll/templates/payroll/payslip/individual_payslip_summery.html @@ -1,254 +1,229 @@ {% load i18n horillafilters %} {% if messages %} -| {% trans "Allowances" %} | -{% trans "Amount" %} | -- {% if perms.payroll.add_allowance and instance.status != "paid" %} - - {% endif %} - | -
|---|---|---|
| - {% 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}} - | -|
| {% trans "Allowances" %} | +{% trans "Amount" %} | ++ {% if perms.payroll.add_allowance and instance.status != "paid" %} + + {% endif %} + | +
| + {% 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}} + | +|
| {% trans "Deductions" %} | -{% trans "Amount" %} | -- {% if perms.payroll.add_deduction and instance.status != "paid" %} - - {% endif %} - | -
|---|---|---|
| {% 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 "Deductions" %} | +{% trans "Amount" %} | ++ {% if perms.payroll.add_deduction and instance.status != "paid" %} + + {% endif %} + | +
| {% 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 "Gross Earnings - Total Deductions" %} -
++ {% trans "Gross Earnings - Total Deductions" %} +