TOTAL DIA: $ {{ acumulado_fecha | number_format(2,",",".") }}
ACUMULADO MES: $ {{ acumulado_mes | number_format(2,",",".") }}
ENTRADAS : {{ fecha | date('d-m-Y') }}
{% include 'caja_general/templates/table_movimientos_caja.html.twig' with { id_table : 'Entradas' } %}
SALIDAS : {{ fecha | date('d-m-Y') }}
{% include 'caja_general/templates/table_movimientos_caja.html.twig' with { id_table : 'Salidas' } %}