From 83c2b9af8070209cd567cf39098a31b672b7e8f1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 28 Jan 2026 12:05:55 +0100 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20pr=C3=AAt=20et=20location?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _get_config.html | 2 +- _nav.html | 8 ++ loan_history.html | 2 +- loan_movements.html | 171 +++++++++++++++++++++++++++-------------- rent_history.html | 140 ++++++++++++++++++++++++++++++++++ rent_movements.html | 181 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 444 insertions(+), 60 deletions(-) create mode 100644 rent_history.html create mode 100644 rent_movements.html diff --git a/_get_config.html b/_get_config.html index 119a20b..671a20e 100644 --- a/_get_config.html +++ b/_get_config.html @@ -16,7 +16,7 @@ {{:assign var="nature" from="module.config.%s_nature"|args:$direction}} {{if $nature != null}} {{#foreach from=$nature item="elem"}} - {{:assign var="item" label=$label type=$type}} + {{:assign var="item" label=$label type=$type fee=$fee}} {{:assign var="config.%s_nature.%s"|args:$direction:$key value=$item}} {{/foreach}} {{else}} diff --git a/_nav.html b/_nav.html index 25db82c..8cd2262 100644 --- a/_nav.html +++ b/_nav.html @@ -15,6 +15,7 @@
  • Inventaire
  • Historique
  • Prêts
  • +
  • Locations
  • Archives
  • Configuration
  • @@ -30,6 +31,11 @@
  • En cours
  • Historique
  • + {{elseif $current == 'location'}} + {{elseif $current == 'archives'}} {{if $subsubcurrent == 'historique'}}