{% block stylesheets %} {% endblock %} {% block body %} {% if status == 'ok' %}
{# #} {% if rma.isStatusNull == false and rma.isStatusZero == false and rma.isStatusTermine == false %} {% endif %}

Général
{{ rma.code }}
{% if rma.type %}
{{ rma.type }}
{% else %}
Inconnu
{% endif %}
{% if rma.getBusinessManager %}
{{ rma.businessManager.firstName ~ ' ' ~ rma.businessManager.name }}
{% else %}
Inconnu
{% endif %}
{{ rma.displayStatus }}
{{ rma.createdAt | date("d/m/Y") }}
{% if rma.getDateReception %}
{{ rma.dateReception | date("d/m/Y") }}
{% endif %}
{{ rma.getBarCodeImg() | raw }}
{% if not user.hasServiceDemo %}
Client
{{ rma.clientName }}
{{ rma.clientCode }}
{{ rma.clientAgence }}
Contact
{{ rma.contactName }}
{% if rma.getContactFormDate %}
{{ rma.contactFormDate | date("d/m/Y") }}
{% endif %}
{% endif %} {% if rma.getContactFormDate %}
Matériel
{{ rma.articleDesignation }}
{{ rma.articleCode }}
{% if rma.getArticleBuyDate %}
{{ rma.articleBuyDate | date("d/m/Y")}}
{% endif %} {% if rma.getArticleNumFacture %}
{{ rma.articleNumFacture }}
{% endif %}
{% endif %} {% if not rma.isStatusNull%}
Réception
{% if rma.receptionIntervenant %}
{{ rma.receptionIntervenant.firstName ~ ' ' ~ rma.receptionIntervenant.name }}
{% endif %}
{{ rma.receptionExt }}
{% if rma.filenameExt %} {% endif %}
{{ rma.receptionInt }}
{% if rma.filenameInt %} {% endif %}
{{ rma.receptionAcc }}
{% if rma.filenameAcc %} {% endif %} {% endif %}
{% if not rma.isStatusNullOrZero %} {% if rma.isNewRma %}
Diagnostic
{% if rma.dateDiagnostic != null %}{{ rma.dateDiagnostic | date("d/m/Y") }}{% endif %}
{% if rma.diagnosticIntervenant != null %}{{ rma.diagnosticIntervenant.firstName ~ ' ' ~ rma.diagnosticIntervenant.name }}{% endif %}
{% if rma.diagnosticDurationHour != null %}{{ rma.diagnosticDurationHour ~ 'h ' }}{% endif %}{% if rma.diagnosticDurationMinute != null %}{{ rma.diagnosticDurationMinute }}{% endif %}
{{ rma.diagnosticTestFonctMat }}
{{ rma.diagnosticDefaultNoted }}
{{ rma.diagnosticTestRepair }}
{% if rma.isCalibration %}{{ rma.diagnosticCalibText }}{% else %}Non{% endif %}
{{ rma.diagnosticConclusionDiag }}
{% else %}
Diagnostic
{% if rma.dateDiagnostic != null %}{{ rma.dateDiagnostic | date("d/m/Y") }}{% endif %}
{% if rma.diagnosticIntervenant != null %}{{ rma.diagnosticIntervenant.firstName ~ ' ' ~ rma.diagnosticIntervenant.name }}{% endif %}
{% if rma.diagnosticDurationHour != null %}{{ rma.diagnosticDurationHour ~ 'h ' }}{% endif %}{% if rma.diagnosticDurationMinute != null %}{{ rma.diagnosticDurationMinute }}{% endif %}
{{ rma.diagnosticAccessories }}
{{ rma.diagnosticDiag }}
{{ rma.diagnosticRep }}
{{ rma.diagnosticCalib }}
{% endif %} {% endif %}
{% if not rma.isDisplayDevis %}
Devis
{% if rma.dateDevis != null %}{{ rma.dateDevis | date("d/m/Y") }}{% endif %}
{{ rma.codeDevis }}
{% endif %} {% if rma.isDisplayFournisseur %}
Fournisseur
{{ rma.fourName }}
{{ rma.rmaFourRef }}
{% if rma.dateEnvoiFour != null %}{{ rma.dateEnvoiFour | date("d/m/Y") }}{% endif %}
{% if rma.dateRetourFour != null %}{{ rma.dateRetourFour | date("d/m/Y") }}{% endif %}
{{ rma.commentaireRetourFour }}
{% if rma.dateRetourMateriel != null %}{{ rma.dateRetourMateriel | date("d/m/Y") }}{% endif %}
{% endif %}
{% if rma.isDisplayFournisseur %} {% if not user.hasServiceDemo %}
Commande client
{% if rma.dateValidationDevis != null %}{{ rma.dateValidationDevis | date("d/m/Y") }}{% endif %}
{{ rma.codeCommande }}
{% if rma.datePlanifRepar != null %}{{ rma.datePlanifRepar | date("d/m/Y") }}{% endif %}
{% endif %}
Bon de livraison de prise sous garantie
{% if rma.dateBlRemplacement != null %}{{ rma.dateBlRemplacement | date("d/m/Y") }}{% endif %}
{{ rma.blRemplacementCode }}
{{ rma.commentaireBlRemplacement|nl2br }}
Bon de livraison
{% if rma.dateFin != null %}{{ rma.dateFin | date("d/m/Y") }}{% endif %}
{{ rma.blCode }}
{{ rma.commentaireFin|nl2br }}
{% endif %} {% if not rma.isStatusNullOrZeroOrTermine and user.isAdmin or user.hasServiceRmaAdminLight%}
{% endif %}
{% elseif status == 'submit' %} {% else %}

Aucune RMA trouvée

{% endif %} {% endblock %} {% block modal %} {% if status == 'ok' %} {% endif %} {% endblock %} {% block javascripts %} {% endblock %}