BON DE LIVRAISON N° {{ blid }} | |
---|---|
Date: | {{ bonLivraison.getDocumentDate|date('d/m/Y')}} |
Commande: | {{ bonLivraison.getCommandeClient() }} |
Demandeur: | {% if bonLivraison.getInvoiceContactName() != '' %} {{ bonLivraison.getInvoiceContactName() }} {{ bonLivraison.getInvoiceContactFirstName() }} {% else %} {{ bonLivraison.getDeliveryContactName() }} {{ bonLivraison.getDeliveryContactFirstName() }} {% endif %} |
Référence: | {{ bonLivraison.getReference() }} |
Type de transport: | {{ bonLivraison.getTransport() }} |
Date d'envoi: | {{ bonLivraison.getSendingDate|date('d/m/Y') }} |
Description | Calibration | Début | Fin | Qté |
---|---|---|---|---|
{{ bonLivraisonLigne.getDescription() }} | {{ bonLivraisonLigne.getCalibration() }} | {% if bonLivraisonLigne.getLocationBegin() %}{{ bonLivraisonLigne.getLocationBegin()|date('d/m/Y') }}{% endif %} | {% if bonLivraisonLigne.getLocationEnd() %}{{ bonLivraisonLigne.getLocationEnd()|date('d/m/Y') }}{% endif %} | {{ bonLivraisonLigne.getQuantity()|number_format(2, ',', '') }} |