{% extends 'body.html.twig' %} {% trans_default_domain 'WMS-FRIDA' %} {% block title %} {{ parent() }} - {{ 'page.bon-preparation'|trans }} {% endblock %} {% block stylesheets %} {% endblock %} {% block page %}
{% if not bonPreparation %}
{% endif %}
{% if bonPreparation %}
{{ bonPreparation.numero }}
{% if bonPreparation.emplacementCourant %}
{{ 'general.emp'|trans|raw }} {{ bonPreparation.emplacementCourant }}
{% endif %}
{% for ligne in lignesEmpCourant %} {% endfor %} {% for ligne in autresLignes %} {% endfor %}
{{ 'general.emp'|trans }} {{ 'general.article'|trans }} {{ 'general.lot'|trans }} {{ 'general.qte'|trans }}
{{ ligne.emplacement }} {{ ligne.article }} - {{ ligne.designation }} {{ ligne.lot }} {{ (ligne.quantite-ligne.quantitePreparee)|round(ligne.nbDecimales, 'floor') }}
{{ ligne.emplacement }} {{ ligne.article }} - {{ ligne.designation }} {{ ligne.lot }} {{ (ligne.quantite-ligne.quantitePreparee)|round(ligne.nbDecimales, 'floor') }}
{% for ligne in lignesPreparees %} {% endfor %}
{{ 'general.emp'|trans }} {{ 'general.article'|trans }} {{ 'general.lot'|trans }} {{ 'general.qte'|trans }}
{{ ligne.emplacement }} {{ ligne.article }} - {{ ligne.designation }} {{ ligne.lot }} {{ ligne.quantitePreparee|round(ligne.nbDecimales, 'floor') }}
{% endif %}
{# Modal pour voir le détails des lignes préparées et annuler une ligne si besoin #} {% for ligne in lignesPreparees %} {% endfor %} {% endblock %} {% block footer %} {% if bonPreparation %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}