예제 #1
0
    $report_element_caption = $CI->lang->line('UNION');
} elseif ($user->user_group_level == $CI->config->item('UNION_GROUP_ID')) {
    $report_caption = $CI->lang->line('REPORT_TITLE_UNION');
    $report_element_caption = $CI->lang->line('UNION');
} elseif ($user->user_group_level == $CI->config->item('CITY_CORPORATION_GROUP_ID')) {
    $report_caption = $CI->lang->line('REPORT_TITLE_CITY_CORPORATION');
    $report_element_caption = $CI->lang->line('CITY_CORPORATION');
} elseif ($user->user_group_level == $CI->config->item('MUNICIPAL_GROUP_ID')) {
    $report_caption = $CI->lang->line('REPORT_TITLE_MUNICIPAL');
    $report_element_caption = $CI->lang->line('MUNICIPAL');
} else {
    $report_caption = '';
    $report_element_caption = '';
}
$highcharts_info = Dashboard_helper::get_super_admin_of_invoices();
$total_male_female = Dashboard_helper::get_total_male_female_user_all();
//$highcharts_info=array();
//echo "<pre>";
//print_r($user);
//echo "</pre>";
?>
<script>
    $(function ()
    {
        $('#container').highcharts({
            chart: {
                type: 'column'
            },
            title: {
                text: '<?php 
echo $report_caption . ' (' . System_helper::Get_Eng_to_Bng($week_start_date) . ' ' . $CI->lang->line('TO') . ' ' . System_helper::Get_Eng_to_Bng($yesterday) . ')';