{% extends 'Common/baseAdminPannel.html.twig' %} {% if form is defined %} {% form_theme form 'backend/form/transaction.twig' 'backend/form/initialPayment.twig' 'backend/form/beneficiaries.twig' 'backend/form/references.twig' 'backend/form/presents.twig' %} {% endif %} {% block title %} {{ 'New'|trans }} {{ 'contract'|trans }} {% endblock %} {% block body %} {% block content %} {% if error is defined %}
{{ error }}
{% else %} {{ form_start(form, {'attr':{'data-remote':'true', 'data-method':'POST', 'data-url':form.vars.action }}) }}
{{ form_row(form.concessionaire) }}

{{ form_row(form.externalFolio) }}
{{ form_row(form.creatorUser) }} {{ form_row(form.captureStart) }}
{{ form_row(form.client) }}
{% if form.membership is defined %}
{{ form_row(form.membership) }}
{% endif %} {% if form.qualified is defined %}
{{ form_row(form.qualified) }}
{% endif %}
{% if form.income is defined %}
{{ form_row(form.income) }}
{% endif %}
Datos generales
{{ form_row(form.productType) }}
{# {{ form_row(form.contractPriceConfiguration) }} #} {{ form_row(form.totalPrice) }}
{% if form.contractNumber is defined %}
{{ form_row(form.contractNumber) }}
{% endif %}
{{ form_row(form.annualQuota) }}
{{ form_row(form.lifeYears) }}
{{ form_row(form.annuities) }}
{{ form_row(form.saleDate) }}
{{ form_row(form.startPaymentDate) }}
{{ form_row(form.expirationDate) }}
{{ form_row(form.commentsZeroAnnualQuote) }}



{{ form_row(form.closingCost) }}
{{ form_row(form.totalSale) }}
{{ form_row(form.commissionableAmount) }}
{{ form_row(form.funded) }} {{ form_row(form.initialPaymentException) }}
{{ form_row(form.pdfFileClosingCost) }}
{#
#} {{ form_row(form.initialPayments) }} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #}
{{ 'Precio del contrato'|upper }}
Enganche
Saldo
{{ 'gastos de cierre'|upper }}
Concesionario
Agencia
{{ 'Venta total'|upper }}
Concesionario
Agencia
Precio del contrato: Enganche: Saldo:
Total de gastos de cierre: Gastos concesionario: Gastos agencia:
Venta total: Capital concesionario: Capita agencia:
Total de pago inicial: Porcentaje de pago inicial: Financiamiento de mensualidades:



{# {{ form_row(form.monthlyPaymentsNumber) }} #} {{ form_row(form.monthlyPaymentsFinancing) }}
{{ form_row(form.monthlyPaymentAmount) }}
{{ form_row(form.monthlyPaymentsStartDate) }}
{{ form_row(form.observations) }}
{{ form_row(form.transactions) }}
{{ form_row(form.beneficiaries) }} {{ form_row(form.references) }} {% if form.presents is defined %}
{{ form_row(form.presents) }}
{% endif %}
{{ form_row(form.endorsementPerson.name) }}
{{ form_row(form.endorsementPerson.lastName) }}
{{ form_row(form.endorsementPerson.motherLastName) }}
{{ form_row(form.endorsementPerson.street) }}
{{ form_row(form.endorsementPerson.outdoorNumber) }}
{{ form_row(form.endorsementPerson.interiorNumber) }}
{{ form_row(form.endorsementPerson.postalCode) }}
{{ form_row(form.endorsementPerson.colony) }}
{{ form_row(form.endorsementPerson.city) }}
{{ form_row(form.endorsementPerson.cellPhone) }}
{{ form_row(form.endorsementPerson.workPhone) }}
{{ form_row(form.endorsementPerson.homePhone) }}
{% if form.stcContract is defined %}
{{ form_row(form.stcContract.stcLinerCloserLiner) }}
{{ form_row(form.stcContract.stcLinerCloserCloser) }}
{{ form_row(form.stcContract.stcLinerCloserCloserSupport) }}
*Solo se mostrarĂ¡n los Liners-Closers que tengan configurados su usuario de cobranza.
{% if form.stcContract.salesManager is defined %}
{{ form_row(form.stcContract.salesManager) }}
{% endif %} {% if form.stcContract.telemarketingManager is defined %}
{{ form_row(form.stcContract.telemarketingManager) }}
{% endif %} {% if form.stcContract.publicRelationshipManager is defined %}
{{ form_row(form.stcContract.publicRelationshipManager) }}
{% endif %}
{% endif %}
{{ form_end(form) }} {% endif %} {% endblock %} {% endblock %}