diff --git a/immobilisations_non.html b/immobilisations_non.html deleted file mode 100644 index 39fbd96..0000000 --- a/immobilisations_non.html +++ /dev/null @@ -1,72 +0,0 @@ -{{* -*- brindille -*- *}} - -{{* Liste des immobilisations non amortissables *}} - -
-

Immobilisations non amortissables

- - - - - - - - - - - - - - - - - {{#load type="immo" where="$$.status = 'ignored'"}} - {{:assign var="lines." value="'%s'"|args:$line}} - {{/load}} - {{:assign lines=$lines|implode:","}} - {{:assign lines="("|cat:$lines|cat:")"}} - {{:assign condition="line.id IN %s"|args:$lines}} -{{:debug condition=$condition}} - {{#select - trans.id as trans_id, - trans.label as trans_label, - trans.date as trans_date, - line.id as immo_id, - account.id as account_id, - account.code as account_code, - account.label as account_label, - line.debit AS debit, - project.label as project_label, - trans.id_year as trans_id_year - FROM acc_transactions AS trans - INNER JOIN acc_transactions_lines AS line ON line.id_transaction = trans.id - INNER JOIN acc_accounts AS account ON line.id_account = account.id - INNER JOIN acc_years AS years ON trans.id_year = years.id - LEFT JOIN acc_projects AS project ON line.id_project = project.id - WHERE !condition - ORDER BY trans.date DESC; - !condition=$condition - }} - {{:assign trans_url="%s/acc/transactions/details.php?id=%s"|args:$admin_url:$trans_id}} - {{:assign compte_url="%s/acc/accounts/journal.php?id=%s&year=%s"|args:$admin_url:$account_id:$trans_id_year}} - - - - - - - - - - - {{/select}} - -
DateLibelléMontantN° compteCompteProjet
#{{$trans_id}}{{$trans_date|date_short}}{{$trans_label}}{{"%f"|math:$debit|money:false}}{{$account_code}}{{$account_label}}{{$project_label}} - {{:linkbutton - label="Modifier infos" - href="modif_infos.html?immo_id=%s&amort=0"|args:$immo_id - shape="help" - target="_dialog" - }} -
-