{% extends "kfet/base_col_1.html" %} {% load static widget_tweaks %} {% block title %}Nouvel inventaire{% endblock %} {% block header-title %}Création d'un inventaire{% endblock %} {% block main-size %}col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2{% endblock %} {% block main %}
{% for form in formset %} {% ifchanged form.category %} {% endifchanged %} {{ form.article }} {% endfor %}
Article Quantité par caisse Stock théorique Caisses en réserve Caisses en arrière Vrac Stock total Compte terminé
{{ form.category_name }}
{{ form.name }} {{ form.box_capacity }} {{ form.stock_old }} {{ form.stock_new | attr:"readonly"| add_class:"form-control" }}
Totaux
{{ formset.management_form }} {% if not perms.kfet.add_inventory %}
{% include "kfet/form_authentication_snippet.html" %}
{% endif %} {% csrf_token %}
{% endblock %}