// include('pdf_header.php'); include('includes/config/config.php'); include('includes/functions.php'); header('Content-Type: application/force-download'); header('Content-disposition: attachment; filename=excel_emp_report_list.xls'); ?>
AGE WISE OVERWEIGHT DISTRIBUTION EMPLOYEE REPORT |
Run Date : echo date("d-M-Y"); ?> User : echo $username ?> |
Filters Applied- Range: echo $start_date; ?> to echo $end_date; ?>, EMPLOYER/CONTRACTOR: if ($employer_contractor == '') { echo "ALL"; } else ?> echo getTableFieldValue(' employer_contractor', 'employer_contractor_name', 'id', $employer_contractor); ?>, Gender: if ($gender == '') { echo "ALL"; } else ?> echo $gender; ?>, OHC Location: if ($ohc_type == '') { echo "ALL"; } else ?> echo getTableFieldValue('ohc_type', 'ohc_type_name', 'ohc_type_id', $ohc_type); ?>, Patient Category: if ($patient_category == '') { echo "ALL"; } else ?> echo getTableFieldValue('patient_category', 'patient_cat_name', 'patient_cat_id', $patient_category); ?>, Department: if ($dept == '') { echo "ALL"; } else ?> echo getTableFieldValue('department', 'dept_name', 'dept_id', $dept); ?>, Designation: if ($emp_designation == '') { echo "ALL"; } else ?> echo getTableFieldValue(' designation', 'designation_name', 'designation_id', $emp_designation); ?>, Employee Cadre: if ($emp_cadre == '') { echo "ALL"; } else ?> echo getTableFieldValue(' emp_cadre', 'emp_cadre', 'emp_cadre_id', $emp_cadre); ?>, Month: if ($month == '') { echo "ALL"; } else ?> echo $month; ?>, Year: if ($year == '') { echo "ALL"; } else ?> echo $year; ?> |
For Year = $year1[$j] ?> |
Age in years(18-25) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(25-30) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(30-40) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(40-50) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(>=50) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(18-25) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(25-30) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(30-40) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(40-50) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |
Age in years(>=50) |
Patient Name |
= $rowOfEmployee['patient_name'] ?> |
No Records |