require('reports.php');
?>
common_main_header::get_header();
$view =$_GET['view'];
$context = array(
"id" => $_GET['id'],
"status" => $_GET['status'],
"department_id" => $_GET['department_id'],
"status_table" => 'jobs',
"view" => $_GET['view']
);
$jobs = new views_job_summary($context);
$jobs->set();
$jobs->production_job_summary()->showPagination();
?>