Ejemplo n.º 1
0
?>
 </span>
                    <!-- <span class="valore"></span>	 -->
                </div>
            </li>
        </ul>

    </div>
</div>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>-->
<?php 
$union_infos = Dashboard_helper::get_union_wise_income($user->zilla, $user->upazila);
$total_male_female = Dashboard_helper::get_total_male_female_user_upazila($user->zilla, $user->upazila);
$week_start_date = date('Y-m-d', strtotime("-7 day"));
$yesterday = date('Y-m-d', strtotime("-1 day"));
?>
<script>
    $(function () {
        $('#container').highcharts({
            chart: {
                type: 'column'
            },
            title: {
                text: '<?php 
echo $CI->lang->line('REPORT_TITLE_UNION') . ' (' . System_helper::Get_Eng_to_Bng($week_start_date) . ' ' . $CI->lang->line('TO') . ' ' . System_helper::Get_Eng_to_Bng($yesterday) . ')';
?>
'
            },
Ejemplo n.º 2
0
                <div class="contenuto">
                    <span class="titolo">সেরা (গতকাল)</span>
                    <span class="descrizione">কলমাকান্দা ডিজিটাল সেন্টার </span>
                    <!-- <span class="valore"></span>	 -->
                </div>
            </li>
        </ul>
    </div>
</div>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>-->
<?php 
$district_info = Dashboard_helper::get_district_wise_income($user->division);
$total_male_female = Dashboard_helper::get_total_male_female_user_division($user->division);
?>
<script>
    $(function () {
        $('#container').highcharts({
            chart: {
                type: 'column'
            },
            title: {
                text: '<?php 
echo $CI->lang->line('REPORT_TITLE_DISTRICTS');
?>
'
            },
            xAxis: {
                categories: [<?php 
Ejemplo n.º 3
0
            
        </ul>

    </div>
    


</div>

<div class="clearfix"></div>
<br/>
<br/>
<br/>
<?php 
$week = Dashboard_helper::get_uisc_weekly_income($user);
?>
<script>
    $(function () {
        $('#container').highcharts({
            chart: {
                type: 'column'
            },
            title: {
                text: '<?php 
echo $CI->lang->line('REPORT_TITLE_UISC');
?>
'
            },
            xAxis: {
                categories: [<?php 
Ejemplo n.º 4
0
        $('#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) . ')';
?>
'
            },
            xAxis: {
                categories: [<?php 
$index = 0;
foreach ($highcharts_info as $element) {
    if (!empty($element['element_name'])) {
        $element_name = Dashboard_helper::get_div_zilla_upazilla($element['element_name']);
        if ($index == 0) {
            echo "'" . $element_name . "'";
        } else {
            echo ",'" . $element_name . "'";
        }
        $index++;
    }
}
?>
]
            },
            yAxis : {
                title : {
                    text : '<?php 
echo $CI->lang->line('TAKA_LAC');
Ejemplo n.º 5
0
<?php

if (!defined('BASEPATH')) {
    exit('No direct script access allowed');
}
$CI =& get_instance();
$user = User_helper::get_user();
$get_recent_assigned_ticket = Dashboard_helper::get_recent_assigned_ticket();
$get_product_list = Dashboard_helper::get_my_product_list();
?>
<div class="page-content-wrapper">
    <div class="page-content">
        <!-- BEGIN PAGE CONTENT INNER -->
        <div class="row">
            <div class="col-md-6">
                <div class="portlet box green">
                    <div class="portlet-title">
                        <div class="caption">
                            <i class="fa fa-shopping-cart"></i><?php 
echo $CI->lang->line('RECENT_TICKET_ISSUE');
?>
                        </div>
                        <div class="tools">
                            <a href="javascript:;" class="collapse external">
                            </a>
                            <a href="javascript:;" class="remove external">
                            </a>
                        </div>
                    </div>
                    <div class="portlet-body">
                        <div class="scroller" style="height: 300px;" data-always-visible="1" data-rail-visible="0">
Ejemplo n.º 6
0
<?php

if (!defined('BASEPATH')) {
    exit('No direct script access allowed');
}
$CI =& get_instance();
$user = User_helper::get_user();
$recent_ticket_issue = Dashboard_helper::get_recent_ticket_issue();
$warehouse_product_info = Dashboard_helper::get_warehouse_product_info();
$ticket_status_info = Dashboard_helper::get_ticket_status_info();
$get_product_list = Dashboard_helper::get_my_product_list();
$get_requisition_info = Dashboard_helper::get_requisition_info();
?>
<div class="page-content-wrapper">
<div class="page-content">
<!-- BEGIN PAGE CONTENT INNER -->
<div class="row">
    <div class="col-md-6">
        <div class="portlet box green">
            <div class="portlet-title">
                <div class="caption">
                    <i class="fa fa-shopping-cart"></i><?php 
echo $CI->lang->line('RECENT_TICKET_ISSUE');
?>
                </div>
                <div class="tools">
                    <a href="javascript:;" class="collapse external">
                    </a>
                    <a href="javascript:;" class="remove external">
                    </a>
                </div>
Ejemplo n.º 7
0
                    <span class="titolo">সেরা (গতকাল)</span>
                    <span class="descrizione">কলমাকান্দা ডিজিটাল সেন্টার </span>
                    <!-- <span class="valore"></span>	 -->
                </div>
            </li>
        </ul>

    </div>
</div>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>-->
<?php 
$divisions_info = Dashboard_helper::get_division_wise_income();
$total_male_female = Dashboard_helper::get_total_male_female_user_all();
?>
<script>
    $(function () {
        $('#container').highcharts({
            chart: {
                type: 'column'
            },
            title: {
                text: '<?php 
echo $CI->lang->line('REPORT_TITLE_DIVISIONS');
?>
'
            },
            xAxis: {
                categories: [<?php