Ejemplo n.º 1
0
            <h4><?php 
echo sprintf($CI->lang->line('TOTAL_NUMBER_OF_SERVICES'), Dashboard_helper::get_number_of_uisc_service());
?>
</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/report_check.png" width="40">
            <br/>
            <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());
?>