|
{{ reception.supplier.name }}
{{ reception.address.street }} {{ reception.address.postalCode }} {{ reception.address.city }} |
| Code fournisseur | Date | N° réception |
|---|---|---|
| {{ reception.supplier.name }} | {{ reception.receptionDate|date('d/m/Y') }} | {{ reception.identificationNumber }} |
| Désignation | Qté livrée (kg) |
|---|---|
|
MAÏS sec
{% set grossWeight = null %}
{% set tareWeight = null %}
{% for weight in reception.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 %} |
|
Signature :
Les Nauds :
Transporteur :
|