Example #1
0
                                        <tr>
                                            <th><?php 
        echo $this->lang->line('SERVICE_RECEIVER');
        ?>
</th>
                                            <th><?php 
        echo $this->lang->line('SERVICE');
        ?>
</th>
                                            <th><?php 
        echo $this->lang->line('SERVICE_INCOME_TAKA');
        ?>
</th>
                                        </tr>
                                        <?php 
        $details = Website_helper::get_service_income_detail($income['invoice_id']);
        if (is_array($details) && sizeof($details) > 0) {
            $total = 0;
            foreach ($details as $detail) {
                ?>
                                            <tr>
                                                <td><?php 
                echo $detail['receiver_name'];
                ?>
</td>
                                                <td><?php 
                echo $detail['uisc_service_name'];
                ?>
</td>
                                                <td><?php 
                echo System_helper::Get_Eng_to_Bng($detail['income']);