Séparation immobilisations achevées

This commit is contained in:
Jean-Christophe Engel 2025-01-06 15:14:29 +01:00
parent 6e06d4f24f
commit 0160fef1c2
5 changed files with 191 additions and 16 deletions

View file

@ -2,8 +2,10 @@
{{:admin_header title="Gestion des amortissements" custom_css=$custom_css current="module_amortissement"}}
{{* barre de navigation *}}
{{if $_GET.amort == null || $_GET.amort}}
{{if $_GET.amort == null || $_GET.amort == 1}}
{{:assign amort="amort"}}
{{elseif $_GET.amort == 2}}
{{:assign amort="fini"}}
{{else}}
{{:assign amort="no_amort"}}
{{/if}}
@ -37,6 +39,8 @@
{{if $amort == "amort"}}
{{:include file="./immobilisations.html"}}
{{elseif $amort == "fini"}}
{{:include file="./immobilisations_achevees.html"}}
{{else}}
{{:include file="./immobilisations_non.html"}}
{{/if}}