| Prix catalogue | <%- h.currency(summaryPrices.vehicle_catalog) %> <%- referencePriceType %> |
| Prix catalogue des options | <%- h.currency(summaryPrices.options_catalog) %> <%- referencePriceType %> |
| Remise véhicule | <%- h.percent(summaryPrices.vehicle_discount) %> |
| Prix remisé | <%- h.currency(summaryPrices.vehicle_selling) %> <%- referencePriceType %> |
| Prix remisé des options | <%- h.currency(summaryPrices.options_selling) %> <%- referencePriceType %> |
| Avantage client | <%- h.currency(summaryPrices.customer_advantage) %> <%- referencePriceType %> |
| Prix Elite-Auto | <%- h.currency(summaryPrices.elite) %> <%- referencePriceType %> |
| Frais de livraison | <%- h.currency(summaryPrices.delivery) %> <%- referencePriceType %> |
<% if (invoice.computeAutoplusDiscount() !== 0) { %>
| Remise Autoplus | -<%- h.currency(invoice.computeAutoplusDiscount()) %> |
<% } %>
<% if (referencePriceType != 'HT' ) { %>
| Frais de mise à disposition | <%- h.currency(offer.fraisMiseADisposition) %> |
<% } %>
| <%- offer.co2Amount > 0 ? 'Malus' : 'Bonus' %> écologique |
<%- h.currency(offer.co2Amount) %>
<% if (offer.co2Amount < 0) { %>
(<%- offer.co2_deduced ? 'Déduit' : 'Non déduit' %>)
<% } %>
|
| Prix véhicule net total à payer | <%- h.currency(prices.total) %> <%- referencePriceType %> |
<% if (referencePriceType == 'HT' ) { %>
| Frais de mise à disposition | <%- h.currency(offer.fraisMiseADisposition) %> |
<% } %>
| Conditions |
| Disponibilité | <%- offer.normalizedDisponibilite %> |
| Provenance | <%= offer.offrePaysLabel != 'France' ? 'Union européenne' : 'France' %> |
<% if (offer.garantie) { %>
| Garantie | <%- offer.garantie %> mois |
<% } %>
<% if (offer.typeVehicule === 3) { %>
| Kilométrage | <%- offer.kilometrage %> kms |
<% } %>
<% if (offer.typeVehicule === 2 || offer.typeVehicule === 3) { %>
| Véhicule déjà immatriculé | <%- h.optionalDate(offer.rawDateMiseEnCirculation, "N/A") %> |
<% } %>
| Si commande avant le | <%- h.optionalDate(summaryPrices.command_before, "N/A") %> |
| Si livraison avant le | <%- h.optionalDate(summaryPrices.deliver_before, "N/A") %> |
| Si immatriculation avant le | <%- h.optionalDate(summaryPrices.plate_before, "N/A") %> |