diff --git a/payroll/templates/payroll/payslip/group_by.html b/payroll/templates/payroll/payslip/group_by.html index f4faf849b..8b30fc5c9 100644 --- a/payroll/templates/payroll/payslip/group_by.html +++ b/payroll/templates/payroll/payslip/group_by.html @@ -158,7 +158,7 @@ {% endif %}
{{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}} +
+{{company}} - Headquarters
++ {{company.address}} + {{company.country}} {{company.state}}, {{company.city}} + {{company.zip}} +
+{{net_pay|floatformat:2|currency_symbol_position}}
| + {% 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}} + | +
| {% trans "Allowance" %} | +{% 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}} + | +
| {% trans "Deducation" %} | +{% 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}} + | +