From 74afbb457aac6a1f6e2d4a2357768f710977a640 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Mon, 10 Sep 2007 23:02:09 +0000 Subject: Creation of next-gen admin.pl, admin.pm, and admin.sql systems. Admin.pm defines the new controller admin.pl is the direct view-backing software. POD is not completed, will be provided shortly. Full UI templates provided for the Reconciliation, Vendor, Customer, and Employee as well. UI/ is being delineated by subdirectories for Admin, Vendor, Customer and Employee, to date. Minor whitespace cleanup. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1557 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Reconciliation/approved.html | 28 ++++++++++++++++++++ UI/Reconciliation/correct.html | 0 UI/Reconciliation/corrections.html | 39 ++++++++++++++++++++++++++++ UI/Reconciliation/report.html | 52 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+) create mode 100644 UI/Reconciliation/approved.html create mode 100644 UI/Reconciliation/correct.html create mode 100644 UI/Reconciliation/corrections.html create mode 100644 UI/Reconciliation/report.html (limited to 'UI/Reconciliation') diff --git a/UI/Reconciliation/approved.html b/UI/Reconciliation/approved.html new file mode 100644 index 00000000..16afc6cc --- /dev/null +++ b/UI/Reconciliation/approved.html @@ -0,0 +1,28 @@ +
+
+ Bank statement for on has been approved! +
+
+ + + + + + + + + + + + + + + + + + + + + + +
Clear dateTransaction TypeOur BalanceTheir BalanceError CorrectionsError Code
\ No newline at end of file diff --git a/UI/Reconciliation/correct.html b/UI/Reconciliation/correct.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Reconciliation/corrections.html b/UI/Reconciliation/corrections.html new file mode 100644 index 00000000..bdf7424a --- /dev/null +++ b/UI/Reconciliation/corrections.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + +
Clear dateTransaction TypeOur BalanceTheir Balance
+ + +Corrections: + + + + + + + +
+
+ at +
+ +
+
+
+ + +
+ No corrections found. +
+ + \ No newline at end of file diff --git a/UI/Reconciliation/report.html b/UI/Reconciliation/report.html new file mode 100644 index 00000000..cd6c8972 --- /dev/null +++ b/UI/Reconciliation/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