From d6f5e7b43d9d0adba0f6161dbdd7f07985b25bd4 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Tue, 1 Jul 2008 20:30:05 +0000 Subject: Bulk updarte for the entirety of Reconciliation code to date. All code, SQL, and templates as provided. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2180 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Reconciliation/correct.html | 44 +++++++++++++++++++++++++++++++++ UI/Reconciliation/list.html | 12 +++++++++ UI/Reconciliation/report.html | 56 ++++++++++++++++++++++++------------------ UI/Reconciliation/search.html | 18 ++++++++++++++ UI/Reconciliation/upload.html | 17 +++++++++++++ 5 files changed, 123 insertions(+), 24 deletions(-) create mode 100644 UI/Reconciliation/list.html create mode 100644 UI/Reconciliation/search.html create mode 100644 UI/Reconciliation/upload.html (limited to 'UI') diff --git a/UI/Reconciliation/correct.html b/UI/Reconciliation/correct.html index e69de29b..b74ab4b0 100644 --- a/UI/Reconciliation/correct.html +++ b/UI/Reconciliation/correct.html @@ -0,0 +1,44 @@ +
+ +
Correction for Reconciliation Entry
+ + + + + + + + + + + + + + + + + + + + + +
+ Account/SCN + + +
+ Amount + + +
+ Cleared + + +
+ Cleared + + +
Reason
+ + +
\ No newline at end of file diff --git a/UI/Reconciliation/list.html b/UI/Reconciliation/list.html new file mode 100644 index 00000000..48d9bb31 --- /dev/null +++ b/UI/Reconciliation/list.html @@ -0,0 +1,12 @@ +
+ + ID + Account + + + + + +
+
+
\ No newline at end of file diff --git a/UI/Reconciliation/report.html b/UI/Reconciliation/report.html index cd6c8972..41c24a9d 100644 --- a/UI/Reconciliation/report.html +++ b/UI/Reconciliation/report.html @@ -1,22 +1,22 @@ -
Reconciliation Report for [% total.account %] for the month of [%total.month%]
+
Reconciliation Report for for the month of
- [%IF total.errorcode != 0 %] +
- [%ELSE%] +
- [%END%] + Our Balance: total.our_balance | Bank Balance: total.their_balance
-
Report generated by [% total.user %]
+
Report generated by
-[% if recon.error %] +
- [% recon.error %] +
-[%end%] + @@ -27,26 +27,34 @@ + - [% FOREACH row = records %] - [%IF row.errorcode != 0 %] + + - [% ELSIF row.id = corrected %] + - [%ELSE%] + - [%END%] - - - - - - [% IF row.errorcode > 0 %] - - [%ELSE%] + + + + + + + 0 ?> + + - [%END%] + + - [% END %] -
Their Balance Error Corrections Error Code
[% row.clear_time %][% row.transaction_type %] [% row.our_balance %][% row.their_balance%][% row.corrections %][% row.errorcode %] View Corrections View Corrections 0Correct
\ No newline at end of file + + + + +
+ +
+ \ No newline at end of file diff --git a/UI/Reconciliation/search.html b/UI/Reconciliation/search.html new file mode 100644 index 00000000..58528c64 --- /dev/null +++ b/UI/Reconciliation/search.html @@ -0,0 +1,18 @@ +
+ +
+ Date:
+ to
+
+ +
+ Account:
+ +
+ +
+ Status:
+ +
+ +
\ No newline at end of file diff --git a/UI/Reconciliation/upload.html b/UI/Reconciliation/upload.html new file mode 100644 index 00000000..fdf3ac4e --- /dev/null +++ b/UI/Reconciliation/upload.html @@ -0,0 +1,17 @@ +
+
+ New Reconciliation Report +
+ +
Error detected in file upload:
+ Please check your CSV file and try again. +
+ +
+ + + + + +
+
\ No newline at end of file -- cgit v1.2.3