{% extends 'base_admin.html.twig' %} {% block title %}Payslip downloads{% endblock %} {% block body %}

Payslip Downloads

{% for payslip in payslips %} {% else %} {% endfor %}
Employer Employee Month Payslip PDF Gross salary CMW# AGS AVS AANP LLP Impot Net salary Expenses Per Diem Amount Paid AVS AANP Impot Actions
{{payslip.employer}} {{payslip.employee.fullName}} {{ payslip.month|date('M-Y') }} Link {{payslip.grossSalary|number_format(2, '.', ',')}} CMW# AGS {{payslip.avsAmount|number_format(2, '.', ',') }} {{payslip.aanpAmount|number_format(2, '.', ',') }} {{payslip.llpAmount|number_format(2, '.', ',') }} {{payslip.impotAmount|number_format(2, '.', ',') }} {{payslip.netSalary|number_format(2, '.', ',') }} {{payslip.expenses|number_format(2, '.', ',') }} {{payslip.perDiem|number_format(2, '.', ',') }} {{payslip.amountPaid|number_format(2, '.', ',') }} {{(payslip.avsRate*100)|number_format(2, '.', ',') }}% {{(payslip.aanpRate*100)|number_format(2, '.', ',') }}% {{(payslip.impotRate*100)|number_format(2, '.', ',') }}%
{% endblock %} {% block datatable %} {% endblock datatable %}