From c025f7f10c54cdd56b9532010c89c6c9be8dc762 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 15 Sep 2025 15:09:07 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Am=C3=A9liorations=20cosm=C3=A9tiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _archives.html | 2 -- _immobilisations.html | 5 ----- _immobilisations_autres.html | 5 ++++- _nav.html | 2 +- add_infos.html | 17 +++++++++++------ index.html | 11 ++++++++++- 6 files changed, 26 insertions(+), 16 deletions(-) diff --git a/_archives.html b/_archives.html index 0bf6672..eea991f 100644 --- a/_archives.html +++ b/_archives.html @@ -78,8 +78,6 @@ {{/select}}
-

Immobilisations archivées

- {{:assign nb_immo=0}} diff --git a/_immobilisations.html b/_immobilisations.html index 6144a45..28041ac 100644 --- a/_immobilisations.html +++ b/_immobilisations.html @@ -3,11 +3,6 @@ {{* Liste des immobilisations en cours ou amorties *}}
- {{if $type_immo == "managed"}} -

Immobilisations en cours

- {{elseif $type_immo == "amortized"}} -

Immobilisations amorties

- {{/if}} {{:assign nb_immo=0}}
diff --git a/_immobilisations_autres.html b/_immobilisations_autres.html index f5cf801..c404863 100644 --- a/_immobilisations_autres.html +++ b/_immobilisations_autres.html @@ -3,9 +3,12 @@ {{* Liste des immobilisations non amortissables ou non (encore) gérées *}}
-

Autres immobilisations

{{:assign nb_immo=0}} +

+ Cette page liste les écritures pas (encore) prises en charges par le module ou classées non amortissables +

+
{{:input type="checkbox" value=1 name="unhide" label="Afficher les écritures marquées ignorées" }} diff --git a/_nav.html b/_nav.html index 323d316..517cc4d 100644 --- a/_nav.html +++ b/_nav.html @@ -8,7 +8,7 @@ {{elseif $subsubcurrent == "amortization" && $type_immo == null || $type_immo == "managed" || $type_immo == "other"}}
@@ -156,30 +125,6 @@
-{{* -

- {{:button shape="plus" label="Ajouter" title="Ajouter un compte"}} -*}} - {{*:button shape="plus" label="Ajouter un compte" onclick="var a = $('#asset_prefixes tbody')[0].lastElementChild; var b = a.cloneNode(true); b.querySelectorAll('input, select').forEach((e) => e.value = null); a.parentNode.append(b);"*}} -{{* -

- *}} - -{{* -
-
- {{:input - type="list" - name="immo_account" - label="Ajouter un compte d'immobilisation" - target="!acc/charts/accounts/selector.php?codes=2*&year=%s"|args:$selected_year - }} -*}} - {{*:input type="checkbox" name="tva" value=1 label="TVA" source=$config help="Cocher si l'asso est assujettie à la TVA"*}} -{{* -
-
-*}}

{{:button type="submit" name="save" label="Enregistrer" shape="right" class="main"}} @@ -244,4 +189,3 @@ }; -