restructuration et complément classification immobilisations

This commit is contained in:
Jean-Christophe Engel 2025-01-10 13:53:47 +01:00
parent 3ef33e15e3
commit 5fcf510b25
5 changed files with 132 additions and 277 deletions

View file

@ -2,12 +2,10 @@
{{:admin_header title="Gestion des amortissements" custom_css="./style.css" current="module_amortissement"}}
{{* barre de navigation *}}
{{if $_GET.amort == null || $_GET.amort == 1}}
{{if $_GET.amort == null}}
{{:assign amort="amort"}}
{{elseif $_GET.amort == 2}}
{{:assign amort="fini"}}
{{else}}
{{:assign amort="no_amort"}}
{{:assign amort=$_GET.amort}}
{{/if}}
{{:include file="_nav.html" current="index" subcurrent="%s"|args:$amort}}
@ -37,11 +35,10 @@
{{/select}}
{{/load}}
{{if $amort == "amort"}}
{{:include file="./immobilisations.html"}}
{{elseif $amort == "fini"}}
{{:include file="./immobilisations_achevees.html"}}
{{else}}
{{if $amort == "no_amort"}}
{{:include file="./immobilisations_non.html"}}
{{else}}
{{:include file="./immobilisations.html"}}
{{/if}}
{{:admin_footer}}