{% extends 'impression/base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
|
{{ dossier.getMagasin().titre }}
{% if dossier.getMagasin().getAdresse() %}{{ dossier.getMagasin().adresse }} {% endif %} {% if dossier.getMagasin().getTelephone() %}Téléphone: {{ dossier.getMagasin().telephone }} {% endif %} {% if dossier.getMagasin().getFax() %}Télécopie: {{ dossier.getMagasin().fax }} {% endif %} {% if dossier.getMagasin().getEmail() %}{{ dossier.getMagasin().email }} {% endif %} |
{% if dossier.getMagasin().photo %}
BON DE SORTIE VÉHICULEDossier N°: {{ dossier.numDossier }} |
| Informations Client | |
|---|---|
|
Nom/Raison sociale: {{ dossier.getClient().getRaisonSociale() }} {% if dossier.getClient().getAdresse() %}Adresse: {{ dossier.getClient().getAdresse() }} {% endif %} |
{% if dossier.getClient().getTelephone() %}Téléphone: {{ dossier.getClient().getTelephone() }} {% endif %} {% if dossier.getClient().getEmail() %}Email: {{ dossier.getClient().getEmail() }} {% endif %} {% if dossier.getClient().getIce() %}ICE: {{ dossier.getClient().getIce() }} {% endif %} |
| Informations Véhicule | |
|---|---|
|
Immatriculation: {{ dossier.getVehicule().getImmatriculation() }} Marque: {{ dossier.getVehicule().getMarque() }} Modèle: {{ dossier.getVehicule().getModele() }} {% if dossier.getVehicule().getDateMiseEnCirculation() %} Mise en circulation: {{ dossier.getVehicule().getDateMiseEnCirculation()|date("d/m/Y") }} {% endif %} |
{% if dossier.getVehicule().getNumChassis() %}N° Chassis: {{ dossier.getVehicule().getNumChassis() }} {% endif %} {% if dossier.getVehicule().getType() %}Type: {{ dossier.getVehicule().getType() }} {% endif %} {% if dossier.getVehicule().getNumMoteur() %}N° Moteur: {{ dossier.getVehicule().getNumMoteur() }} {% endif %} {% if dossier.getVehicule().getNumBoiteAVitesse() %}N° B.V: {{ dossier.getVehicule().getNumBoiteAVitesse() }} {% endif %} |
| Informations Dossier | |
|---|---|
| Date d'entrée: {% if dossier.getReparations() is not empty %} {{ dossier.getReparations().first().getDateTimeEntree()|date("d/m/Y H:i") }} {% else %} {{ dossier.dateDossier|date("d/m/Y H:i") }} {% endif %} | Date de sortie: {{ "now"|date("d/m/Y H:i") }} |
| Assurance: {{ dossier.getAssurance().getRaisonSociale() }} | |
| Interventions Réalisées |
|---|
|
{{ reparation.numReparation() }}
{% if reparation.getDemandeClient() %}
{{ reparation.getDemandeClient()|nl2br|raw }} {% endif %} {% if reparation.getReparationType() %} Type: {{ reparation.getReparationType().getLibelle() }} {% endif %} |
| Pièces et Services | Quantité | Prix TTC |
|---|---|---|
|
{{ venteProduit.getProduit().getLibelle() }}
{% if venteProduit.getProduit().getReference() %}
Réf: {{ venteProduit.getProduit().getReference() }} {% endif %} |
{{ venteProduit.getQte() }} | {{ venteProduit.getTotalTtc()|number_format(2, ',', ' ') }} DH |
| TOTAL TTC: | {% set totalVentes = 0 %} {% for vente in dossier.getVentes() %} {% set totalVentes = totalVentes + vente.getTotalTtc() %} {% endfor %} {{ totalVentes|number_format(2, ',', ' ') }} DH | |
| État du Véhicule à la Sortie |
|---|
|
Carrosserie en bon état
Vitres propres sans rayures
Éclairages fonctionnels
Rétroviseurs en place
Plein d'essence/carburant
Intérieur propre
Roue de secours présente
Cric et outils présents
Documents du véhicule restitués
|
| Observations |
|---|
| {{ dossier.observations|nl2br|raw }} |
| Remarques Client: | Kilométrage à la sortie: |
|
Signature du Client
Lu et approuvé Date: ________________ |
Signature Responsable Atelier
{{ dossier.getMagasin().titre }} Date: {{ "now"|date("d/m/Y") }} |
|
Ce document atteste de la restitution du véhicule au client dans l'état décrit ci-dessus. Le client reconnaît avoir récupéré son véhicule en bon état de fonctionnement. |
| Document généré le: {{ "now"|date("d/m/Y à H:i") }} | Imprimé par: {{ app.user }} |