= $this->extend('templates/adminlte/generalcontent') ?> = $this->section('title') ?>Payslip View= $this->endSection() ?> = $this->section('css') ?> = $this->endSection() ?> = $this->section('bodyclass') ?>sidebar-mini= $this->endSection() ?> = $this->section('containertitle') ?>Payslip View= $this->endSection() ?> = $this->section('breadcrumbs') ?>
Employee Name: | = $empPayTrans->last_name.", ".$empPayTrans->first_name ?> | ||
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, ".", ",") ?> | ||
Income Tax | -= number_format($empPayTrans->income_tax, 2, '.', ','); ?> | ||
= $empPayTransDeduction->payslip_display ?> | -= number_format($empPayTransDeduction->amount, 2, '.', ','); ?> | ||
Total Deduction | -= number_format($totalDeduction, 2, ".", ",") ?> | ||
Net Income | = number_format($empPayTrans->net_pay, 2, ".", ",") ?> |
No payslip for this cut-off.