Préstamo / Adelanto de Salario
| # | Fecha Estimada | Cuota | Interés | Capital | Saldo |
|---|---|---|---|---|---|
| {{ item.numero }} | {% if item.fecha_estimada %} {{ item.fecha_estimada.strftime('%d/%m/%Y') }} {% else %} - {% endif %} | {% if prestamo.moneda %}{{ prestamo.moneda.simbolo or prestamo.moneda.codigo }}{% endif %} {{ "{:,.2f}".format(item.cuota) }} | {% if prestamo.moneda %}{{ prestamo.moneda.simbolo or prestamo.moneda.codigo }}{% endif %} {{ "{:,.2f}".format(item.interes) }} | {% if prestamo.moneda %}{{ prestamo.moneda.simbolo or prestamo.moneda.codigo }}{% endif %} {{ "{:,.2f}".format(item.capital) }} | {% if prestamo.moneda %}{{ prestamo.moneda.simbolo or prestamo.moneda.codigo }}{% endif %} {{ "{:,.2f}".format(item.saldo) }} |
Firma del Empleado
Firma Autorizada