Employee Monthly Payslip
'paylist');
echo form_open('paysliplist', $attributes);
$today = date('m-Y');
$data = array('type' => 'text', 'name' => 'month', 'id' => 'month', 'value' => $today, 'class' => 'form-control select2', ' data-provide' => 'datepicker', 'data-date-format' => 'M-yyyy', 'data-date-min-view-mode' => '1');
echo form_input($data);
?>
| Month Year | Employee Id | Employee Name | Paid Days | Salary in ₹ | Company Contribution in ₹ | Loan Recoverd in ₹ | Loan Balance in ₹ | Action |
|---|---|---|---|---|---|---|---|---|
| PayOn ?> | EmpID ?> | FName . " " . $record->Lname ?> | NoofDaysWorked + $record->Paid_Leave) ?> | LessAdvance ?> | TotalCompCon ?> | Advance)) { echo number_format($record->Advance, 2, '.', ''); } else { echo $record->Advance; } ?> | BalanceAdvance ?> | EDIT |