FORMULAIRE RMA | |
---|---|
Date d'envoi du formulaire: | {% if rmaMain.getContactFormDate != null %}{{ rmaMain.getContactFormDate|date('d/m/Y') }}{% endif %} |
Client: | {{ rmaMain.getClientName() }} |
Agence: | {{ rmaMain.getClientAgence() }} |
Contact: | {{ rmaMain.getContactName() }} |
Email contact: | {{ rmaMain.getContactEmail() }} |
Date de création de la RMA: | {{ rmaMain.getCreatedAt|date('d/m/Y') }} |
Code Barre RMA | Ref Article | Designation | Calib | Diag | {% if rma.getArticleBuyDate != null %}Date d'achat | {% endif %} {% if rma.getArticleNumFacture %}Numéro facture | {% endif %}
---|---|---|---|---|---|---|
{{ rma.getCode() }}
{{ rma.getBarCodeImg() | raw }}
|
{{ rma.getArticleCode() }} | {{ rma.getArticleDesignation() }} | {% if rma.isArticleCalib() %}Oui{% else %}Non{% endif %} | {% if rma.isArticleDiag() %}Oui{% else %}Non{% endif %} | {% if rma.getArticleBuyDate != null %}{{ rma.getArticleBuyDate() | date("d/m/Y") }} | {% endif %} {% if rma.getArticleNumFacture %}{{ rma.getArticleNumFacture() }} | {% endif %}
{% if rma.getArticleBuyDate != null %} | {% endif %} {% if rma.getArticleNumFacture %} | {% endif %} |
Detail |
---|
{{ rma.getArticleDiagDetail() }} |