{{* -*- brindille -*- *}} {{* Liste des immobilisations en cours d'amortissement ou amorties *}} {{:include file="_get_config.html" keep="module.config"}}
{{if $type_immo == "managed"}} Cette page liste les immobilisations en cours d'amortissement {{elseif $type_immo == "amortized"}} Cette page liste les immobilisations dont l'amortissement est terminé {{/if}}
{{if $module.table != null}}| N° | Date | Libellé | Montant | Durée | Amortissements | Valeur nette | N° compte | |
|---|---|---|---|---|---|---|---|---|
| #{{$immo_trans_id}} | {{$immo_date|date_short}} | {{$label_immo}} | {{$montant_immo|money_html:false|raw}} | {{if $duration != null}}{{$duration}}{{/if}} | {{$amort_amount|money_html:false|raw}} | {{"%d-%d"|math:$montant_immo:$amort_amount|money_html:false|raw}} | {{$account_code}} | {{*if $amort_amount == 0*}} {{:linkbutton label="Détails" href="details_immo.html?immo_doc_id=%s"|args:$immo_doc_id shape="search" }} {{* target="_dialog"*}} {{*/if*}} {{:linkbutton label="Amortissements" href="amortization.html?immo_line_id=%s&type_immo=%s&immo_doc_id=%s"|args:$immo_line_id:$type_immo:$immo_doc_id shape="table" }} |
| Total du compte {{$code}} | {{$value|money_html:false|raw}} | |||||||
| Total des immobilisations | {{$total_immo|money_html|raw}} | |||||||
Aucune immobilisation
{{/if}}