From e11ff5c90eff090f70c7165185a004e75106d54b Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 23 May 2025 10:09:35 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20bouton=20sortie=20bilan=20su?= =?UTF-8?q?r=20page=20amortissements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amortization.html | 19 +++++++++++++++++++ immobilisations.html | 7 ------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/amortization.html b/amortization.html index d5af816..ad2c891 100644 --- a/amortization.html +++ b/amortization.html @@ -105,6 +105,25 @@ {{/if}} +
+
+ Sortir l'immobilisation du bilan ? +

+ {{:linkbutton + label="Sortir du bilan" + href="balance_sheet_exit.html?immo_id=%s"|args:$_GET.immo_id + shape="export" + class="main" + }} +

+

+ Il sera possible de choisir la date de sortie, d'indiquer + le montant de la cession le cas échéant et de modifier les + comptes associés. +

+
+
+
Libellé
{{$ligne_immo.label}}
diff --git a/immobilisations.html b/immobilisations.html index fdf8380..2d8281d 100644 --- a/immobilisations.html +++ b/immobilisations.html @@ -164,13 +164,6 @@ target="_dialog" }} {{/if}} - {{if $type_immo == "encours" || $type_immo == "fini"}} - {{:linkbutton - label="Sortir du bilan" - href="balance_sheet_exit.html?immo_id=%s"|args:$immo_id - shape="export" - }} - {{/if}} {{:linkbutton label="Amortissements" href="amortization.html?immo_id=%s&type_immo=%s"|args:$immo_id:$type_immo