SCEA LES NAUDS
14 Allée d’Argenson
Z.I Nord – Secteur Est
86100 CHATELLERAULT
Tel. : 05 49 20 09 10
Email : lpc.contacts@lpc-liot.fr
RCS Châtellerault B 444 262 455
{{ shipment.customer ? shipment.customer.label : '-' }}
{{ shipment.address ? shipment.address.street : '' }}
{% if shipment.address and shipment.address.street2 %} {{ shipment.address.street2 }}
{% endif %} {% if shipment.address %} {{ shipment.address.postalCode }} {{ shipment.address.city }}
{% endif %}
BON D'EXPEDITION
Code client Date N° expédition
{{ shipment.customer ? shipment.customer.code : '-' }} {{ shipment.shipmentDate|date('d/m/Y') }} {{ shipment.identificationNumber ?? '-' }}
{% set grossWeight = null %} {% set tareWeight = null %}
Désignation Qté expédiée (kg)
Expédition

{% for weight in shipment.weights %} {% if weight.type == 'gross' %} {% set grossWeight = weight %}

Poids à plein : {{ grossWeight.weight }}kg (pesée n°{{ grossWeight.dsd }} {{ grossWeight.weighedAt|date('d/m/Y H:i:s') }})

{% elseif weight.type == 'tare' %} {% set tareWeight = weight %}

Poids à vide : {{ tareWeight.weight }}kg (pesée n°{{ tareWeight.dsd }} {{ tareWeight.weighedAt|date('d/m/Y H:i:s') }})

{% endif %} {% endfor %}
{% if grossWeight and tareWeight %} {{ grossWeight.weight - tareWeight.weight }} {% else %} 0 {% endif %}
Bovin

{% if shipment.bovinShipments is not empty %} {% for entry in shipment.bovinShipments %}

{{ entry.shipmentType ? entry.shipmentType.label : '-' }} : {{ entry.nbBovinSend ?? 0 }}

{% endfor %} {% else %}

-

{% endif %}