From 170174b76910a2916db1a9208597a428ebb9b40d Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 22 Jun 2007 05:01:13 +0000 Subject: Added version of Aurynn's reconciliation logic git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1302 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/report.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 UI/report.html (limited to 'UI/report.html') diff --git a/UI/report.html b/UI/report.html new file mode 100644 index 00000000..cd6c8972 --- /dev/null +++ b/UI/report.html @@ -0,0 +1,52 @@ +
Reconciliation Report for [% total.account %] for the month of [%total.month%]
+ +
+ [%IF total.errorcode != 0 %] +
+ [%ELSE%] +
+ [%END%] + Our Balance: total.our_balance | Bank Balance: total.their_balance +
+
+ +
Report generated by [% total.user %]
+ +[% if recon.error %] +
+ [% recon.error %] +
+[%end%] + + + + + + + + + + + + + [% FOREACH row = records %] + [%IF row.errorcode != 0 %] + + [% ELSIF row.id = corrected %] + + [%ELSE%] + + [%END%] + + + + + + [% IF row.errorcode > 0 %] + + [%ELSE%] + + [%END%] + + [% END %] +
Clear dateTransaction TypeOur BalanceTheir BalanceError CorrectionsError Code
[% row.clear_time %][% row.transaction_type %] [% row.our_balance %][% row.their_balance%][% row.corrections %][% row.errorcode %] View Corrections 0
\ No newline at end of file -- cgit v1.2.3