Exclure les immo et amortissements de la balance d'ouverture

This commit is contained in:
Jean-Christophe Engel 2024-12-24 15:03:53 +01:00
parent d599d49e1a
commit 516021031d
4 changed files with 106 additions and 10 deletions

View file

@ -229,6 +229,12 @@
</section>
{{/if}}
{{* amortissement à exclure *}}
{{:include
file="_amort_exclus.html"
keep="amort_exclus"
}}
{{* Autres amortissements non rattachés *}}
{{#select
li.id as l_id,
@ -257,7 +263,10 @@
:id_amort=$t_id
}}
{{else}}
{{:assign var="autres_amortissements." value=$autre_amort}}
{{if $autre_amort.t_id|in:$amort_exclus}}
{{else}}
{{:assign var="autres_amortissements." value=$autre_amort}}
{{/if}}
{{/select}}
{{/select}}