{% 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") }}

{% if reparation.getVehicule %}
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() }}
{% endif %}
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
Etat du véhicule
ChocB
ClaquementC
BosseD
FuiteL
CorrossionR
RayuresS
Eclat de pierreT
OuiNon
Carte grise
Outils
Roue de secours
Antenne
Façade radio
Chargeur CD
Livret de bord
Restitution pieces
Signature du conseiller service
Signature du client
Signature client après reparation

FICHE SUIVI REPARATIONS

Ordre de réparation: {{ reparation.numReparation() }}

INTERVENTIONS MAIN D'OEUVRE

{% for i in 0..20 %} {% endfor %}
Opérations Nom opérateur Date d'opération

TRAVAUX EXTERIEURS

{% for i in 0..10 %} {% endfor %}
N° commande N° BL Désignation Montant
{% endblock %}