Employee Performance
input->post('financialyear')){
$ab=$this->input->post('financialyear');
echo '('.$ab.')';
echo ' ';
}
if($this->input->post('month')){
$m=$this->input->post('month');
echo '('.$m.')';
echo ' ';
}
?>
| EmpID | Employee Name | Status | ||||||
|---|---|---|---|---|---|---|---|---|
| Total Days | Present Days | Percentage | Total Days | Present Days | Percentage | |||
| Eid;?> | ename;?> | active == 1){ echo 'Active'; }else { echo 'In Active'; } ?> | days;?> | worked;?> | percentage;?> | yday;?> | yworkd;?> | ypercentage;?> |