{{* -*- brindille -*- *}} {{: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}} {{if $_GET.msg|match:"immobilisation"}} {{:assign msg="Immobilisation enregistrée"}} {{elseif $_GET.msg|match:"durée"}} {{:assign msg="Durée enregistrée"}} {{/if}}
{{$msg}}
{{elseif $_GET.err}}Échec enregistrement immobilisation
{{/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}} | {{if $duration != null}}{{$duration}}{{/if}} | {{$account_code}} | {{$account_label}} | {{$project_label}} | {{if $duration == null}} {{:linkbutton label="Ajouter durée" href="add_duration.html?immo_id=%s"|args:$immo_id shape="help" target="_dialog" }} {{else}} {{:linkbutton label="Amortissements" href="amortization.html?immo_id=%s"|args:$immo_id shape="table" }} {{/if}} |