diff --git a/_nav.html b/_nav.html index bb819d1..bf00ee0 100644 --- a/_nav.html +++ b/_nav.html @@ -1,19 +1,22 @@ {{* -*- brindille -*- *}} {{/if}} -

Amortissement de « - #{{$ligne_immo.trans_id}} - {{$ligne_immo.label}} » d'un montant de - {{"%f"|math:$ligne_immo.montant|money_currency}} - en date du {{$date_debut|date_short}}{{if $duree != null}} sur {{$duree}} ans{{/if}} -

+
+
Libellé
+
{{$ligne_immo.label}}
+
Montant
+
{{"%f"|math:$ligne_immo.montant|money_currency}}
+
Début d'amortissement
+
{{$date_debut|date_short}}
+ {{if $duree != null}} +
Durée
+
{{$duree}} ans
+ {{/if}} +
{{if $linked_lines != null}}
-

Amortissements rattachés

+

Amortissements enregistrés

diff --git a/archives.html b/archives.html index 2607147..9160b73 100644 --- a/archives.html +++ b/archives.html @@ -24,7 +24,6 @@ {{#load type="immo" where="$$.status = 'archived'"}} {{:assign var="lines." value="'%s'"|args:$line}} {{/load}} -{{:debug lines=$lines}} {{:assign lines=$lines|implode:","}} {{:assign lines="("|cat:$lines|cat:")"}} {{:assign condition="line.id IN %s"|args:$lines}} diff --git a/compute_exit_data.html b/compute_exit_data.html index 2909ddc..fa3194b 100644 --- a/compute_exit_data.html +++ b/compute_exit_data.html @@ -37,7 +37,6 @@ {{* Traiter l'envoi du formulaire *}} {{#form on="proceed"}} - {{:debug post=$_POST}} {{if $_POST.cession != null}} {{if $_POST.montant_cession == null}} {{:error message="Vous devez saisir le montant de la cession"}} diff --git a/index.html b/index.html index 25f4c29..e91c93b 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ {{* -*- brindille -*- *}} -{{:admin_header title="Gestion des amortissements" custom_css="./style.css" current="module_amortissement"}} +{{:admin_header title="Immobilisations et amortissements" custom_css="./style.css" current="module_amortissement"}} {{* barre de navigation *}} {{if $_GET.amort == null}}