{% extends 'base.html' %} {% block title %}Statistiques{% endblock %} {% block content %}
| Client | Commandes | Marge moy. | CA total |
|---|---|---|---|
| {{ c.name }} | {{ c.jobs }} | {{ c.avg_margin }}% |
{{ c.revenue }} €
{% if total_rev > 0 %}
|
| Mois | Cmds | CA |
|---|---|---|
| {{ m.month }} | {{ m.jobs }} |
{{ m.revenue }} €
{% if max_rev > 0 %}
|
| Matière | Gaspillé | Stock restant |
|---|---|---|
| {% if m.color %} {% endif %} {{ m.name }} {% if m.type %}{{ m.type }}{% endif %} |
{{ m.wasted_g }} g
{% if max_waste > 0 %}
|
{{ m.stock_g }} g |
| Imprimante | Taux | Gaspillé |
|---|---|---|
|
{{ p.name }}
{{ p.failed_slots }}/{{ p.total_slots }} créneaux
|
{{ rate }}% | {{ p.wasted_g }} g |