Esempio n. 1
0
    } else {
        echo 'red-cur';
    }
    ?>
">

    <?php 
    echo $data['ac_opening_balance'];
    ?>
 </span>

                                </div>
                                <div class="collapsible-body"> 

    <?php 
    $array_income = $db->show_transections_last_month('transection', $data['ac_id'], 4);
    ?>

                                    <table>

                                        <tbody>
    <?php 
    foreach ($array_income as $income_data) {
        ?>
                                                <tr>
                                                    <td><?php 
        echo $income_data['in_date'];
        ?>
</td>
                                                    <td><?php 
        echo $income_data['in_amount'];