Mutualisation calcul des entrées/sorties à une date donnée

This commit is contained in:
Jean-Christophe Engel 2023-11-20 11:18:50 +01:00
parent 2376a2d648
commit 0b356b6617
5 changed files with 158 additions and 210 deletions

View file

@ -3,14 +3,6 @@
{{* barre de navigation *}}
{{:include file="/%s/_nav.html"|args:$module.name current="index"}}
{{* liste des catégories *}}
{{#select
key
FROM module_data_equipment as cat
WHERE json_extract(cat.document, '$.type') = 'category'}}
{{:assign var="categories." value=$key}}
{{/select}}
{{:include file="./inventaire.html" print_cat_name=true}}
{{:admin_footer}}