= $this->extend('templates/adminlte/generalcontent') ?> = $this->section('title') ?>Compensation and Benefits= $this->endSection() ?> = $this->section('css') ?> = $this->endSection() ?> = $this->section('bodyclass') ?>sidebar-mini= $this->endSection() ?> = $this->section('containertitle') ?>Employee Compensation and Benefits= $this->endSection() ?> = $this->section('activebreadcrumb') ?>Compensation and Benefits= $this->endSection() ?> = $this->section('main') ?>
Employee Name: = $selectedEmployee->last_name . ', ' . $selectedEmployee->first_name ?>
Employee ID: = $selectedEmployee->company_issued_id ?>
Basic Salary = $selectedEmployee->basic_monthly_pay ?>
Date: 20/09/2024
Description | Amount | Action | |
---|---|---|---|
Basic Salary | = number_format($selectedEmployee->basic_semi_monthly_pay, 2, ".", ",") ?> | ||
= $empPayIncome->inded_name ?> | = number_format($empPayIncome->amount, 2, ".", ",") ?> | ||
Gross Total | Php = number_format($grossTotal, 2, ".", ","); ?> | ||
= $empPayDeduction->inded_name ?> | -= number_format($empPayDeduction->amount, 2, ".", ",") ?> | ||
Total Deductions | Php = number_format($deductionTotal, 2, ".", ","); ?> | ||
Net Income | Php = number_format($grossTotal - $deductionTotal, 2, ".", ",") ?> |
Select an employee first then click on "Load Income & Deduction" button