Example #1
0
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_INVOICES'), Dashboard_helper::get_number_of_invoices());
?>
</h4>
        </div>
    </div>

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/taka.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_INVOICE_INCOME_DASHBOARD'), Dashboard_helper::get_total_invoice_income());
?>
</h4>
        </div>
    </div>

</div>

<br/>
<div id="system_content" class="system_content col-sm-12 text-center" style="margin-top: 5px;">

    <div class="system_content col-sm-7 text-center" style="margin-top: 5px;">
        <div id="container" style="height: 400px"></div>
    </div>

    <div class="system_content col-sm-3 text-center" style="margin-top: 5px;">
Example #2
0
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_INVOICES'), Dashboard_helper::get_number_of_invoices());
?>
</h4>
        </div>
    </div>

    <div class="system_content col-sm-2 text-center" >
        <div class="shadow curved-2">
            <img src="<?php 
echo base_url();
?>
images/dashboard/taka.png" width="40">
            <br/>
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_INVOICE_INCOME_DASHBOARD'), number_format(Dashboard_helper::get_total_invoice_income(), 0, '.', ''));
?>
</h4>
        </div>
    </div>

</div>

<br/>
<div id="system_content" class="system_content col-sm-12 text-center" style="margin-top: 5px;">

    <div class="system_content col-sm-7 text-center" style="margin-top: 5px;">
        <div id="container" style="height: 400px"></div>
    </div>

    <div class="system_content col-sm-3 text-center" style="margin-top: 5px;">