@else
{{-- back button for the emp not found view --}}
@endif
{{-- search for payslip by man number for the current payroll run --}}
@if (!session('employee_not_found'))
ADD A DEDUCTION TO
{{ strtoupper($pamEmp->pamHRUser->fullname) }} PAYSLIP
INSTRUCTIONS
Please follow these steps to add a deduction to the payslip:
Fill in the required fields:
Deduction Name *: Select the deduction
from the dropdown menu.
Fill in other applicable fields according to the deduction type.
End Period: Select the end period from the dropdown menu.
Check the recurrence frequency checkboxes as needed.
Select the status of the deduction.
Check "Copy to all employees in
{{ strtoupper($pamEmp->pamPayroll->short_description) }} payroll" if you want
to apply the deduction to all employees in this payroll.
Click the "Submit" button to add the deduction.
ADD AN EARNING TO
{{ strtoupper($pamEmp->pamHRUser->fullname) }} PAYSLIP
INSTRUCTIONS
Please follow these steps to add an earning to the payslip:
Fill in the required fields:
Earning Name *: Select the earning from
the dropdown menu.
Units: Enter the number of units.
Amount: Enter the amount.
End Period: Select the end period from the dropdown menu.
Check the recurrence frequency checkboxes as needed.
Select the status of the earning.
Check "Copy to all employees in {{ $pamEmp->pamPayroll->short_description }}" if
you want to apply the earning to all employees in this payroll.
Click the "Submit" button to add the earning.
@if ($pamEmp->pamEmployee->is_napsa_contributor)
Disable NAPSA for
{{ $pamEmp->pamHRUser->fullName }}
@else
Enable NAPSA for
{{ $pamEmp->pamHRUser->fullName }}
@endif
@foreach ($pamPayslipEarnDefs as $key => $item)
DELETE
{{ strtoupper($item->pamEarnDef->short_description) }} EARNING FOR
{{ strtoupper($pamEmp->pamHRUser->fullname) }}
EDIT
{{ strtoupper($item->pamEarnDef->short_description) }} EARNING FOR
{{ strtoupper($pamEmp->pamHRUser->name) }}
@endforeach
@foreach ($pamPayslipDeduDefs as $key => $item)
DELETE
{{ strtoupper($item->pamDeduDef->short_description) }} DEDUCTION FOR
{{ strtoupper($pamEmp->pamHRUser->fullname) }}