{% extends 'kfet/base_col_2.html' %} {% load staticfiles %} {% block extra_head %} {% endblock %} {% block title %}Article - {{ article.name }}{% endblock %} {% block header-title %}Informations sur l'article {{ article.name }}{% endblock %} {% block fixed-content %}
{{ article.name }}
{{ article.category }}
Prix (hors réduc.): {{ article.price }}€
Stock: {{ article.stock }}
En vente: {{ article.is_sold | yesno:"Oui,Non" }}
Affiché: {{ article.hidden | yesno:"Non,Oui" }}
Modifier
{% endblock %} {% block main-content %}

Historique

Inventaires

{% for inventoryart in inventoryarts %} {% endfor %}
Date Stock Erreur
{{ inventoryart.inventory.at }} {{ inventoryart.stock_new }} {{ inventoryart.stock_error }}

Prix fournisseurs

{% for supplierart in supplierarts %} {% endfor %}
Date Fournisseur HT TVA Droits
{{ supplierart.at }} {{ supplierart.supplier.name }} {{ supplierart.price_HT }} {{ supplierart.TVA }} {{ supplierart.rights }}

Statistiques

Ventes

{% endblock %}