{% extends 'impression/base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
|
{{ reparation.getMagasin().titre }}
{% if(reparation.getMagasin().getAdresse()) %}{{ reparation.getMagasin().adresse }} {% endif %} {% if(reparation.getMagasin().getTelephone()) %}Téléphone: {{ reparation.getMagasin().telephone }} {% endif %} {% if(reparation.getMagasin().getFax()) %}Télécopie: {{ reparation.getMagasin().fax }} {% endif %} {% if(reparation.getMagasin().getEmail()) %}{{ reparation.getMagasin().email }} {% endif %}
O.R. N°: {{ reparation.numReparation() }}
Etablie le: {% if reparation.getDateReparation() %}{{ reparation.getDateReparation()|date("d/m/Y") }}{% else %}{{ "now"|date("d/m/Y") }}{% endif %} Reçu par: {{ reparation.getUtilisateur() }} |
{{ reparation.getClient.getRaisonSociale() }}
{% if(reparation.getClient.getAdresse()) %}{{ reparation.getClient.getAdresse() }} {% endif %} {% if(reparation.getClient.getTelephone()) %}Téléphone: {{ reparation.getClient.getTelephone() }} {% endif %} {% if(reparation.getClient.getEmail()) %}Email: {{ reparation.getClient.getEmail() }} {% endif %} {% if(reparation.getClient.getIce()) %}ICE: {{ reparation.getClient.getIce() }} {% endif %} |
|
Date d'entrée: {{ reparation.getDateTimeEntree()|date("d/m/Y H:i") }}
Date prévue de sortie: {{ reparation.getDateTimePrevueSortie()|date("d/m/Y H:i") }} |
| Informations sur le véhicule | Immatriculation: {{ reparation.getVehicule.getImmatriculation() }} |
|---|---|
|
Marque: {{ reparation.getVehicule.getMarque() }} Modèle: {{ reparation.getVehicule.getModele() }} Kilometrage: {{ reparation.getKilometrage() }} Mise en circulation: {{ reparation.getVehicule.getDateMiseEnCirculation()|date("d/m/Y") }} |
N chassis: {{ reparation.getVehicule.getNumChassis() }} Type: {{ reparation.getVehicule.getType() }} N moteur: {{ reparation.getVehicule.getNumMoteur() }} N B.V: {{ reparation.getVehicule.getNumBoiteAVitesse() }} |
| Demande du client: |
|---|
| {{ reparation.getDemandeClient()|nl2br|raw }} |
| Observations: |
| {{ reparation.getObservations()|nl2br|raw }} |
|
Montant approximatif des réparations: {{ reparation.getMontantApproximatif() }} Dhs Mode de règlement: Chèque Espèce En compte
|
|
|
| Opérations | Nom opérateur | Date d'opération |
|---|---|---|
| N° commande | N° BL | Désignation | Montant |
|---|---|---|---|