From 005b53096c666c18a2fe36528c59b95e45f13f7a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 29 Nov 2023 15:35:31 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20contr=C3=B4les=20et=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.html | 4 ++-- index.html | 11 ++++++++++- mouvements/entrees/index.html | 2 ++ mouvements/sorties/index.html | 2 ++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/config.html b/config.html index ae1b6d4..3c3d77b 100644 --- a/config.html +++ b/config.html @@ -96,7 +96,7 @@ label="Ajouter un champ" onclick="addLine('#input_body')"}}

-
+

Signification du type d'entrée

  • définitif : l'asso devient propriétaire du matériel (ex : achat, don)
  • @@ -166,7 +166,7 @@ label="Ajouter un champ" onclick="addLine('#output_body')"}}

    -
    +

    Signification du type de sortie

    • définitif : le matériel n'appartient plus à l'asso (ex : vente, casse, perte, vol, ...)
    • diff --git a/index.html b/index.html index 46af22c..5ef340e 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,15 @@ {{* barre de navigation *}} {{:include file="/%s/_nav.html"|args:$module.name current="index"}} -{{:include file="./inventaire.html" print_cat_name=true}} +{{#select + key + FROM module_data_equipment as cat + WHERE json_extract(cat.document, '$.type') = 'category' +}} + {{:assign var="categories." value=$key}} + {{:include file="./inventaire.html" print_cat_name=true}} +{{else}} +

      Il n'y a aucune catégorie : vous devez en ajouter.

      +{{/select}} {{:admin_footer}} diff --git a/mouvements/entrees/index.html b/mouvements/entrees/index.html index 3cfdc1f..28d1095 100644 --- a/mouvements/entrees/index.html +++ b/mouvements/entrees/index.html @@ -57,6 +57,8 @@ target="_dialog"}} + {{else}} +

      Il n'y a aucune entrée : vous devez en ajouter.

      {{/list}} diff --git a/mouvements/sorties/index.html b/mouvements/sorties/index.html index 19c4c1b..93fade2 100644 --- a/mouvements/sorties/index.html +++ b/mouvements/sorties/index.html @@ -56,6 +56,8 @@ target="_dialog"}} + {{else}} +

      Il n'y a aucune sortie : vous devez en ajouter.

      {{/list}}