X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/445c84a359334fdab37e1977d0e31ea88e1cf97e..ac203171fe03d98717f467382ef5858ed4534a6b:/templates/webpages/acc_trans/_mini_ledger.html diff --git a/templates/webpages/acc_trans/_mini_ledger.html b/templates/webpages/acc_trans/_mini_ledger.html new file mode 100644 index 000000000..b2ec3c975 --- /dev/null +++ b/templates/webpages/acc_trans/_mini_ledger.html @@ -0,0 +1,33 @@ +[% USE L %] [%- USE LxERP %] [%- USE HTML %] +
| [%- LxERP.t8("Date") %] | +[%- LxERP.t8("Chart") %] | +[%- LxERP.t8("Description") %] | +[%- LxERP.t8("Debit") %] | +[%- LxERP.t8("Credit") %] | +
|---|---|---|---|---|
| [%- transaction.gldate.to_kivitendo -%] | +[%- transaction.chart.accno -%] | +[%- transaction.chart.description -%] | +[%- IF transaction.amount < 0 %] [%- LxERP.format_amount(transaction.amount * -1, 2) %] [% END %] | +[%- IF transaction.amount > 0 %] [%- transaction.amount_as_number -%] [%- END -%] | ++ | [%- LxERP.t8("Total") %]: | +[%- LxERP.format_amount(debit_sum * -1, 2) %] | +[%- LxERP.format_amount(credit_sum, 2) %] | + + +