{#- SPDX-License-Identifier: Apache-2.0 SPDX-FileCopyrightText: 2025 - 2026 BMO Soluciones, S.A. -#} Tabla de Pagos - Préstamo/Adelanto

TABLA DE PAGOS

Préstamo / Adelanto de Salario

Empleado: {{ prestamo.empleado.primer_nombre }} {{ prestamo.empleado.primer_apellido }}
Código Empleado: {{ prestamo.empleado.codigo_empleado }}
Tipo: {% if prestamo.tipo == 'advance' %}Adelanto de Salario{% else %}Préstamo{% endif %}
Monto Aprobado: {% if prestamo.moneda %}{{ prestamo.moneda.simbolo or prestamo.moneda.codigo }}{% endif %} {{ "{:,.2f}".format(prestamo.monto_aprobado or prestamo.monto_solicitado) }}
Número de Cuotas: {{ prestamo.cuotas_pactadas }}
Monto por Cuota: {% if prestamo.moneda %}{{ prestamo.moneda.simbolo or prestamo.moneda.codigo }}{% endif %} {{ "{:,.2f}".format(prestamo.monto_por_cuota or 0) }}
Fecha de Solicitud: {{ prestamo.fecha_solicitud.strftime('%d/%m/%Y') }}
{% if prestamo.fecha_aprobacion %}
Fecha de Aprobación: {{ prestamo.fecha_aprobacion.strftime('%d/%m/%Y') }}
{% endif %}
{% for item in tabla_pago %} {% endfor %}
# 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