예제 #1
0
파일: caixa.php 프로젝트: phcs93/proline
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>
                            <td class="text-right"><strong>Total em caixa</strong></td>
                            <td colspan="2" class="text-center"><?php 
echo toBRL(Pagamento::totalDia(isset($_GET['d']) ? $_GET['d'] : ''));
?>
</td>
                        </tr>
                    </tfoot>

                </table>

            </div>