From 248197504db43892159f18d6f1859b165c93c6e3 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 16 May 2013 20:26:52 +0000 Subject: Add yearly and monthly transactions pages git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8283 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/transactions_by_year.html | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tmpl/transactions_by_year.html (limited to 'tmpl/transactions_by_year.html') diff --git a/tmpl/transactions_by_year.html b/tmpl/transactions_by_year.html new file mode 100644 index 0000000..5ee0095 --- /dev/null +++ b/tmpl/transactions_by_year.html @@ -0,0 +1,54 @@ + + + + [% config.sitename %]: Transactions for [% year %] + + +

Mageia.Org accounts transactions for year [% year %]

+

Summary

+ +

By category

+ +

Monthly reports

+ +

Details

+ + + + + + + + + + [%- USE date(format='%Y/%m/%d') -%] + [% FOR tra IN transactions.by_year.$year.transactions.sort('date').reverse %] + [%- INCLUDE tra_row.html %] + [%- END -%] +
DateAmountAccountWhoNotesCategory
+ + -- cgit v1.2.1