From 2e512bc9dffca5624342aa75ca01b3ff7f390141 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Apr 2017 11:33:54 +0200 Subject: Warehouse sheet: provide statistics (refs #3398) - Number of finds (total and by places) - Number of container (total and by places) --- .../templates/ishtar/sheet_warehouse.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'archaeological_warehouse/templates') diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index c31fc93b4..17a2c6c2b 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -26,4 +26,48 @@ {% dynamic_table_document '' 'containers' 'responsible' item.pk 'TABLE_COLS' output %} {% endif %} +

{% trans "Statistics" %}

+{% trans "Theses number are updated hourly" %} + +

{% trans "Finds" %}

+ + +{% if item.number_of_finds_by_place %} +

{% trans "Finds by location in the warehouse" %}

+ +{% endif %} + +

{% trans "Containers" %}

+ + +{% if item.number_of_containers_by_place %} +

{% trans "Containers by location in the warehouse" %}

+ +{% endif %} + {% endblock %} -- cgit v1.2.3