{% extends 'base.html.twig' %} {% block title %}Caja index{% endblock %} {% block body %}
| Acciones | Id | Fecha | {% if is_granted('ROLE_GERENCIA') %}Monto Inicial | Monto Cierre | {% endif %}Cant. Movimientos | Abrió Usuario | Cerró Usuario |
|---|---|---|---|---|---|---|---|
|  Ver {# editar#} {# aca pregunto si esta cerrada la caja, entonces no muestro el boton "cerrar"#} {% if caja.fechacierre is null %}  cerrar  movimiento {% endif %} | {{ caja.id }} | {{ caja.fecha ? caja.fecha|date('Y-m-d H:i:s') : '' }} | {% if is_granted('ROLE_GERENCIA') %}{{ caja.efectivoInicio }} | {{ caja.efectivoCierre }} | {% endif %}{{ caja.cajaMovimientos | length }} | {{ caja.usuarioabre }} | {{ caja.usuariocierra }} |
| no se encotraron registros | |||||||