{% extends "layouts/base.html" %} {% block title %} Transactions {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% load poll_extras %}
{% include 'includes/navigation.html' %}

  Nouvel avis de réception


{% csrf_token %}
 

Vous pouvez inclure manuellement les articles à emballer à partir de la commande client en activant l’option ci-dessus.

{% for article in articlecommandee %} {% if article.qantite_total > article.qantite_recu %} {% endif %} {% endfor %}
Articles et description Commandé Reçu Quantité à receptionner
{{article.article.nom_article}} {{article.qantite_total}} {{article.qantite_recu}}
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}