FONDO | F. DISPONIBLE | F. USADO |
---|---|---|
$ {{ fondo.monFon | number_format(2,".", ",") }} | $ {{ fondo.monDis | number_format(2,".", ",") }} | $ {{ fondo.monUsa | number_format(2,".", ",") }} |
SIN FONDO VIGENTE |
# | FECHA | CONCEPTO | MONTO | COMPROBANTE | RECIBO | |
---|---|---|---|---|---|---|
{{ loop.index }} | {{ ds.fecMov | date('Y-m-d') }} | {{ ds.conSal }} | $ {{ ds.monSal | number_format(2,".", ",") }} | {% if ds.archivo == "NULL" %}{% else %} | {% endif %} | {% set suma = suma + ds.monSal %} |
TOTAL | $ {{ suma | number_format(2, ".", ",") }} | {% if fondo is not null %} Reporte {% else %} {% endif %} |
# | FECHA | CONCEPTO | MONTO | COMPROBANTE | *** | |
---|---|---|---|---|---|---|
{{ ideSfondo }} : $ {{ h.cveFondo.monFon | number_format(2, ".", ",") }} | Reporte | |||||
{{ loop.index }} | {{ h.fecMov | date('Y-m-d') }} | {{ h.conSal }} | $ {{ h.monSal | number_format (2, ".", ".") }} | {% set suma = suma +h.monSal %} {% if h.archivo == "NULL" %}{% else %} | {% endif %} |
With supporting text below as a natural lead-in to additional content.