From 2c0181b2986978fac863d79111b088a1342b52d1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 13 May 2026 11:38:04 +0200 Subject: [PATCH] =?UTF-8?q?Harmonisation=20pr=C3=A9sentation=20et=20libell?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amortization.html | 14 +++++++------- details_immo.html | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/amortization.html b/amortization.html index 60fb1c4..119b78a 100644 --- a/amortization.html +++ b/amortization.html @@ -190,6 +190,12 @@
#{{$ligne_immo.immo_trans_id}} {{$label_immo}}
Compte d'immobilisation
{{$ligne_immo.account_code}} — {{$ligne_immo.account_label}}
+
Début d'amortissement
+
{{$date_debut|date_short}}
+ {{if $info_immo.duration != null}} +
Durée
+
{{$info_immo.duration}} ans
+ {{/if}}
Montant de l'immobilisation
{{"%f"|math:$ligne_immo.montant|money_currency_html:false|raw}}
{{if $total_credits > 0}} @@ -198,16 +204,10 @@
Montant à amortir
{{"%f"|math:$solde|money_currency_html:false|raw}}
{{/if}} -
Début d'amortissement
-
{{$date_debut|date_short}}
- {{if $info_immo.duration != null}} -
Durée
-
{{$info_immo.duration}} ans
- {{/if}} {{if $valeur_residuelle > 0}}
Montant des amortissements
{{"%d-%d"|math:$solde:$valeur_residuelle|money_currency_html:false|raw}}
-
Valeur nette comptable
+
Valeur nette résiduelle
{{$valeur_residuelle|money_currency_html:false|raw}}
{{/if}} {{if $info_immo.duration != null && $valeur_residuelle > 0}} diff --git a/details_immo.html b/details_immo.html index c576ba6..148308a 100644 --- a/details_immo.html +++ b/details_immo.html @@ -200,7 +200,7 @@ {{if $total_amort > 0}}
Montant des amortissements
{{$total_amort|money_currency_html:false|raw}}
-
Valeur nette comptable
+
Valeur nette résiduelle
{{"%d-%d-%d"|math:$info_immo.amount:$total_credits:$total_amort|money_currency_html:false|raw}}
{{/if}}