{% extends 'AppBundle:Documents:v2\\standard_layout.html.twig' %} {% import 'AppBundle:Documents:v2\\Import\\vehicle.html.twig' as vehicleF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_follow.html.twig' as vehicleFollowF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_purchase.html.twig' as vehiclePurchaseF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_invoice.html.twig' as vehicleInvoiceF %} {% import 'AppBundle:Documents:v2\\Import\\contact.html.twig' as contactF %} {% import 'AppBundle:Documents:v2\\Import\\address.html.twig' as addressF %} {% block header %} {% include 'AppBundle:Documents:v2\\Include\\Vehicle\\synthese_header.html.twig' with { 'asideLabel' : 'Numéro de police : ', 'asideValue' : vehicleF.getVo(vehicle, {'previousValue': ''}), 'title' : documentTemplate.getTitle(), } %} {% endblock %} {% block main_title %}{% endblock main_title %} {% block signature %}{% endblock signature %} {% block content %}
Achats |
Ventes |
Achats |
Ventes |
Total frais |
{{ vehiclePurchaseF.getTotalChargeWithoutTax(vehicle.purchase, {}) }} {{ currencySymbol }} |
Coût de revient |
{{ vehiclePurchaseF.getCostPriceWithoutTax(vehicle.purchase, {}) }} {{ currencySymbol }} |
Prix de vente |
{{ vehicleInvoiceF.getSellPriceWithoutTax(vehicle_invoice, {}) }} {{ currencySymbol }} |
Marge brute |
{{ vehicleInvoiceF.getVehicleSellingGrossMargin(vehicle_invoice, {}) }} {{ currencySymbol }} |
Marge net |
{{ vehicleInvoiceF.getVehicleSellingNetMargin(vehicle_invoice, {}) }} {{ currencySymbol }} |
|