{% include TEMPLATE_HEADER_PORTRAIT %}
|
PROPOSITION DE REPRISE |
{% set customer = {} %}
{% if vehicle.purchase.newSupplier|instanceof('AppBundle\\Entity\\History\\Contact\\ContactHistory') %}
{% set customer = get_service('app_bundle.manager.contact').getCustomerContactHistoryFormatted(vehicle.purchase.newSupplier) %}
{% endif %}
{% include TEMPLATE_CUSTOMER %}
|
{% set vehicle = vehicle %}
{% set noWarranty = true %}
{% include TEMPLATE_VEHICLE_TABLE %}
Valeur de reprise
|
{% if order_form is not defined %}
{% set priceWithTaxPartExchange = vehicle.purchase.priceTtc %}
{% else %}
{% set priceWithTaxPartExchange = object.partExchangePurchase.priceWithTax %}
{% endif %}
{% if priceWithTaxPartExchange is not empty %}
{{ priceWithTaxPartExchange|number_format(2, ',', ' ') }} {{ currencySymbol }}
{% endif %}
|
Estimation de frais de reprise
|
{% if vehicle.estimateCost is not empty %}
{{ vehicle.estimateCost|number_format(2, ',', ' ') }} {{ currencySymbol }}
{% endif %}
|
Montant de la reprise TTC
|
{% if priceWithTaxPartExchange is not empty or vehicle.estimateCost is not empty %}
{% set totalPartExchange = priceWithTaxPartExchange + vehicle.estimateCost %}
{{ totalPartExchange|number_format(2, ',', ' ') }} {{ currencySymbol }}
{% endif %}
|
L’offre de reprise pourra faire l’objet d’une réévaluation supplémentaire
en cas d’état non conforme du véhicule repris par rapport à l’estimation ci-dessus.
Son état sera contrôlé à son entrée en stock.
Durée de validité de l'offre : 3 mois
|