{% extends 'kfet/base.html' %} {% load staticfiles %} {% block title %}Informations sur l'article {{ article }}{% endblock %} {% block content-header-title %}Article - {{ article.name }}{% endblock %} {% block content %}
{{ article.name }}
{{ article.category }}
Prix (hors réduc.): {{ article.price }}€
Stock: {{ article.stock }}
En vente: {{ article.is_sold }}
{% include 'kfet/base_messages.html' %}

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 de {{ article.name }}

{% endblock %} {% block extra_head %} {% endblock %}