Emp and load detail export : GWM
This commit is contained in:
parent
65ea866953
commit
f37b278c7f
@ -261,12 +261,12 @@ class Monthlypay extends BaseController
|
||||
} else {
|
||||
$W31OT = null;
|
||||
}
|
||||
$totalworkinghrs = $data['Total Hrs'];
|
||||
$totalworkinghrs = $data['Worked Hrs'];
|
||||
$totalothrs = $data['OT Hrs'];
|
||||
$paidleave = $data['Paid Leave'];
|
||||
$daysworked = $data['Days Worked'];
|
||||
$absent = $data['Absent'];
|
||||
$sundayCount = $data['Total Sunday'];
|
||||
$sundayCount = $data['Sunday'];
|
||||
|
||||
$monthattendance = array(
|
||||
'Month_Year' => $Month_Year, 'NoofDays' => $NoofDays, 'EmpID' => $EmpID, 'WH1' => $W1H, 'OT1' => $W1OT, 'WH2' => $W2H, 'OT2' => $W2OT, 'WH3' => $W3H, 'OT3' => $W3OT,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user