{{:admin_header title="Gestion des amortissements" custom_css=$custom_css current="module_amortissement"}} {{* barre de navigation *}} {{:include file="_nav.html" current="index"}} {{if $_GET.ok}}
Immobilisation enregistrée
{{elseif $_GET.err}}Enregistrement immobilisation refusée
{{/if}} {{* lister les immobilisations *}}N° | Date | Libellé | Montant | Durée | N° compte | Compte | Projet | |
---|---|---|---|---|---|---|---|---|
#{{$trans_id}} | {{$trans_date|date_short}} | {{$trans_label}} | {{"%f"|math:$debit|money}} | {{$info_immo.duration}} | {{$account_code}} | {{$account_label}} | {{$project_label}} | {{:linkbutton label="Amortissements" href="amortization.html?line=%s"|args:$line_id shape="table" }} |