Example #1
0
}
?>
                    </tbody>

                    <tfoot class="panel-footer">
                        <tr>
                            <td class="text-right"><strong>Total <?php 
echo isset($_GET['t']) ? $_GET['t'] == "date" ? "do dia" : "do mês" : '';
?>
</strong></td>
                            <td class="text-right"><?php 
echo toBRL(Pagamento::entradaDia(isset($_GET['d']) ? $_GET['d'] : ''));
?>
</td>
                            <td class="text-right"><?php 
echo toBRL(Pagamento::saidaDia(isset($_GET['d']) ? $_GET['d'] : ''));
?>
</td>
                        </tr>
                        <tr>
                            <td class="text-right"><strong>Total acumulado</strong></td>
                            <td class="text-right"><?php 
echo toBRL(Pagamento::entradaAcumulada(isset($_GET['d']) ? $_GET['d'] : ''));
?>
</td>
                            <td class="text-right"><?php 
echo toBRL(Pagamento::saidaAcumulada(isset($_GET['d']) ? $_GET['d'] : ''));
?>
</td>
                        </tr>
                        <tr>