From c943c9d3e6969b4a0aaedc2fce6562e15ac1c3ff Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 6 Jan 2025 15:24:45 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20affichage=20nombres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- immobilisations.html | 6 +++--- immobilisations_achevees.html | 6 +++--- immobilisations_non.html | 4 ++-- index.html | 2 +- module.ini | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/immobilisations.html b/immobilisations.html index 87876bd..5f93277 100644 --- a/immobilisations.html +++ b/immobilisations.html @@ -11,8 +11,8 @@ N° Date Libellé - Montant - Durée + Montant + Durée N° compte Compte Projet @@ -106,7 +106,7 @@ {{$trans_date|date_short}} {{$trans_label}} {{"%f"|math:$debit|money}} - {{if $duration != null}}{{$duration}}{{/if}} + {{if $duration != null}}{{$duration}}{{/if}} {{$account_code}} {{$account_label}} {{$project_label}} diff --git a/immobilisations_achevees.html b/immobilisations_achevees.html index 8d58802..b079841 100644 --- a/immobilisations_achevees.html +++ b/immobilisations_achevees.html @@ -11,8 +11,8 @@ N° Date Libellé - Montant - Durée + Montant + Durée N° compte Compte Projet @@ -106,7 +106,7 @@ {{$trans_date|date_short}} {{$trans_label}} {{"%f"|math:$debit|money}} - {{if $duration != null}}{{$duration}}{{/if}} + {{if $duration != null}}{{$duration}}{{/if}} {{$account_code}} {{$account_label}} {{$project_label}} diff --git a/immobilisations_non.html b/immobilisations_non.html index 33cd067..718bb9c 100644 --- a/immobilisations_non.html +++ b/immobilisations_non.html @@ -11,7 +11,7 @@ N° Date Libellé - Montant + Montant N° compte Compte Projet @@ -52,7 +52,7 @@ #{{$trans_id}} {{$trans_date|date_short}} {{$trans_label}} - {{"%f"|math:$debit|money}} + {{"%f"|math:$debit|money:false}} {{$account_code}} {{$account_label}} {{$project_label}} diff --git a/index.html b/index.html index ad7a86d..8ec3d7a 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ {{* -*- brindille -*- *}} -{{:admin_header title="Gestion des amortissements" custom_css=$custom_css current="module_amortissement"}} +{{:admin_header title="Gestion des amortissements" custom_css="./style.css" current="module_amortissement"}} {{* barre de navigation *}} {{if $_GET.amort == null || $_GET.amort == 1}} diff --git a/module.ini b/module.ini index 923cc23..36474e2 100644 --- a/module.ini +++ b/module.ini @@ -1,5 +1,5 @@ name="Amortissements" -description="Gestion des amortissements pour le logiciel de comptabilité Paheko" +description="Gestion des amortissements pour le logiciel de comptabilité Paheko (v0.11)" author="Jean-Christophe Engel" author_url="https://git.roflcopter.fr/lesanges" home_button=false