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_month.html | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tmpl/transactions_by_month.html (limited to 'tmpl/transactions_by_month.html') diff --git a/tmpl/transactions_by_month.html b/tmpl/transactions_by_month.html new file mode 100644 index 0000000..063094e --- /dev/null +++ b/tmpl/transactions_by_month.html @@ -0,0 +1,45 @@ + + + + [% config.sitename %]: Transactions for [% month %] + + +

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

+

Summary

+ +

By category

+ +

Details

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