= $this->extend('templates/adminlte/printcontent') ?> = $this->section('title') ?>Payslip Printing= $this->endSection() ?> = $this->section('main') ?>
Description | Deduction | Income | Total |
---|---|---|---|
Basic Pay @= number_format($empPayTrans->basic_daily_pay, 2, '.', ',') ?> x = number_format($empPayTrans->actual_work_days, 2, '.', ',') ?> days | = number_format($empPayTrans->basic_pay, 2, '.', ',') ?> | ||
= $empPayTransIncome->payslip_display ?> | = number_format($empPayTransIncome->amount, 2, '.', ',') ?> | ||
Gross Income | = number_format($grossIncome, 2, ".", ",") ?> | ||
= $empPayTransDeduction->payslip_display ?> | -= number_format($empPayTransDeduction->amount, 2, '.', ','); ?> | ||
Total Deduction | -= number_format($totalDeduction, 2, ".", ",") ?> |
I have fully read and understood all details concerning my wage for the above stated period. Wherein, I am fully satisfied with the computations made, without prejudice to my behalf. That all data stated above, I hereby acknowledge, to be true and correct.
= $empPayTrans->last_name.", ".$empPayTrans->first_name ?>
____________________________________
Signature of Employee
Summary of Payslip
Gross Income: | = number_format($grossIncome, 2, ".", ",") ?> |
---|---|
Total Deduction | (= number_format($totalDeduction, 2, ".", ",") ?>) |
Tax: | (= number_format($empPayTrans->income_tax, 2, ".", ",") ?>) |
Net Income: | = number_format($empPayTrans->net_pay, 2, ".", ",") ?> |