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/Admin/delete_group.html | 0 UI/Admin/delete_user.html | 0 UI/Admin/edit_group.html | 13 ++++ UI/Admin/edit_user.html | 0 UI/Admin/login.html | 11 +++ UI/Admin/main.html | 55 +++++++++++++++ UI/Customer/customer.html | 139 +++++++++++++++++++++++++++++++++++++ UI/Reconciliation/approved.html | 28 ++++++++ UI/Reconciliation/correct.html | 0 UI/Reconciliation/corrections.html | 39 +++++++++++ UI/Reconciliation/report.html | 52 ++++++++++++++ UI/Vendor/vendor.html | 139 +++++++++++++++++++++++++++++++++++++ 12 files changed, 476 insertions(+) create mode 100644 UI/Admin/delete_group.html create mode 100644 UI/Admin/delete_user.html create mode 100644 UI/Admin/edit_group.html create mode 100644 UI/Admin/edit_user.html create mode 100644 UI/Admin/login.html create mode 100644 UI/Admin/main.html create mode 100644 UI/Customer/customer.html 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 create mode 100644 UI/Vendor/vendor.html (limited to 'UI') diff --git a/UI/Admin/delete_group.html b/UI/Admin/delete_group.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Admin/delete_user.html b/UI/Admin/delete_user.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Admin/edit_group.html b/UI/Admin/edit_group.html new file mode 100644 index 00000000..11eb98dc --- /dev/null +++ b/UI/Admin/edit_group.html @@ -0,0 +1,13 @@ + + + + +
Edit User
+ + + +
Create User
+ + + +
\ No newline at end of file diff --git a/UI/Admin/edit_user.html b/UI/Admin/edit_user.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Admin/login.html b/UI/Admin/login.html new file mode 100644 index 00000000..cf48b6ec --- /dev/null +++ b/UI/Admin/login.html @@ -0,0 +1,11 @@ + + + + +
+ + + +
+ + \ No newline at end of file diff --git a/UI/Admin/main.html b/UI/Admin/main.html new file mode 100644 index 00000000..56f4b2f8 --- /dev/null +++ b/UI/Admin/main.html @@ -0,0 +1,55 @@ + +
+ + + +
+ Administration +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + +
User IDUsernameActiveDate Added
+ + + + + + + + + +
+ +
+
+ + + + +
+
+
+ \ No newline at end of file diff --git a/UI/Customer/customer.html b/UI/Customer/customer.html new file mode 100644 index 00000000..fd0933ca --- /dev/null +++ b/UI/Customer/customer.html @@ -0,0 +1,139 @@ +
+ + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
Shipping AddressBilling Address (if different)

+ + + + +
+ + + + + +
+ + + + + days + + + +
+ + + + + + + + +
+ + + + + +
+
+ +
+ + + + + + + + + + + +
+
+
\ No newline at end of file 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 diff --git a/UI/Vendor/vendor.html b/UI/Vendor/vendor.html new file mode 100644 index 00000000..c5753409 --- /dev/null +++ b/UI/Vendor/vendor.html @@ -0,0 +1,139 @@ +
+ + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
Shipping AddressBilling Address (if different)

+ + + + +
+ + + + + +
+ + + + + days + + + +
+ + + + + + + + +
+ + + + + +
+
+ +
+ + + + + + + + + + + +
+
+
\ No newline at end of file -- cgit v1.2.3