Correction gestion config + coquille

This commit is contained in:
Jean-Christophe Engel 2025-11-04 09:35:00 +01:00
parent 4b504f6eb9
commit 547ef819d0
9 changed files with 19 additions and 26 deletions

View file

@ -147,9 +147,8 @@
- que le compte d'amortissement débute par un préfixe correct (280, 281, ...)
- est présent dans le PC de l'exercice correspondant à la date
*}}
{{:read file="./defaut.json" assign="config_json"}}
{{:assign config_defaut=$config_json|json_decode}}
{{#foreach from=$config_defaut.prefixes item="code"}}
{{:include file="_get_config.html" keep="config.prefixes"}}
{{#foreach from=$config.prefixes item="code"}}
{{* déterminer le numéro du compte d'amortissement associé au compte d'immobilisation *}}
{{:include
file="./_get_amort_code.html"