SOLICITUD DE CONTRATO
DATOS DEL CLIENTENombre y Apellido | Cédula de Identidad | Dirección | Teléfono | Celular | Correo Electrónico |
---|---|---|---|---|---|
{{ cliente.nombre }} | {{ cliente.cedula }} | {{ cliente.direccion }} | {{ cliente.telefono }} | {{ cliente.celular }} | {{ cliente.email }} |
Código | Descripción | Precio Plan | Modalidad de Pago | Pago Inicial | Cuotas | Monto Cuotas | Precio Total |
---|---|---|---|---|---|---|---|
{{ contrato.numero_contrato }} | {{ detalle.descripcion }} | {{ detalle.precio }} {% if detalle.tipo_moneda == 'USD' %}${% elif detalle.tipo_moneda == 'VES' %}Bs.{% endif %} | {{ detalle.modalidadPago }} | {{ detalle.pagoInicial }} {% if detalle.tipo_moneda == 'USD' %}${% elif detalle.tipo_moneda == 'VES' %}Bs.{% endif %} | {{ detalle.cuotas }} | {{ detalle.montoPorCuota }} {% if detalle.tipo_moneda == 'USD' %}${% elif detalle.tipo_moneda == 'VES' %}Bs.{% endif %} | {{ detalle.precioTotal }} {% if detalle.tipo_moneda == 'USD' %}${% elif detalle.tipo_moneda == 'VES' %}Bs.{% endif %} |
Fecha de Pago | Monto Pagado | Método de Pago | Banco Emisor | Referencia |
---|---|---|---|---|
{{ pago.fecha_pago }} | {{ total_usd }} $ / {{ total_ves }} Bs. | {{ pago.metodo_pago_usd }} / {{ pago.metodo_pago_ves }} | {{ pago.banco_emisor }} | {{ pago.referencia }} |
No hay pagos registrados |
Total en USD | Total en VES |
---|---|
{{ total_usd }} $ | {{ total_ves }} Bs. |