From 556e1b6f75b3686c408be5e299ac68b834254983 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Tue, 29 Jul 2008 22:39:50 +0000 Subject: Rearranging the UI directory to have non-capitalized reconciliation dir. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2223 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/reconciliation/approved.html | 28 ++++++++++++++++++ UI/reconciliation/correct.html | 44 ++++++++++++++++++++++++++++ UI/reconciliation/corrections.html | 39 +++++++++++++++++++++++++ UI/reconciliation/list.html | 20 +++++++++++++ UI/reconciliation/pending.html | 54 ++++++++++++++++++++++++++++++++++ UI/reconciliation/report.html | 60 ++++++++++++++++++++++++++++++++++++++ UI/reconciliation/search.html | 25 ++++++++++++++++ UI/reconciliation/upload.html | 17 +++++++++++ 8 files changed, 287 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/list.html create mode 100644 UI/reconciliation/pending.html create mode 100644 UI/reconciliation/report.html create mode 100644 UI/reconciliation/search.html create mode 100644 UI/reconciliation/upload.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..3921f084 --- /dev/null +++ b/UI/reconciliation/correct.html @@ -0,0 +1,44 @@ +
+ +
Correction for Reconciliation Entry
+ + + + + + + + + + + + + + + + + + + + + +
+ Account + + +
+ SCN + + +
+ Amount + + +
+ Cleared at + + +
Reason
+ + +
\ No newline at end of file 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/list.html b/UI/reconciliation/list.html new file mode 100644 index 00000000..720f140d --- /dev/null +++ b/UI/reconciliation/list.html @@ -0,0 +1,20 @@ + + +
+ + + + + + + + + + + + + + + +
IDAccountDate RangeTotal
+
\ No newline at end of file diff --git a/UI/reconciliation/pending.html b/UI/reconciliation/pending.html new file mode 100644 index 00000000..c2636d09 --- /dev/null +++ b/UI/reconciliation/pending.html @@ -0,0 +1,54 @@ +
+ + + + + + + + + + + + + + + + + + + + + Year: + + Month: + + + +
+ Account + SCNEntryAmountTransaction Date
Full Entry
+
\ No newline at end of file diff --git a/UI/reconciliation/report.html b/UI/reconciliation/report.html new file mode 100644 index 00000000..41c24a9d --- /dev/null +++ b/UI/reconciliation/report.html @@ -0,0 +1,60 @@ +
Reconciliation Report for for the month of
+ +
+ +
+ +
+ + Our Balance: total.our_balance | Bank Balance: total.their_balance +
+
+ +
Report generated by
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 ?> + + + + + + + +
Clear dateTransaction TypeOur BalanceTheir BalanceError CorrectionsError Code
View Corrections 0Correct
+ + +
+ +
+ \ No newline at end of file diff --git a/UI/reconciliation/search.html b/UI/reconciliation/search.html new file mode 100644 index 00000000..a0cabf9f --- /dev/null +++ b/UI/reconciliation/search.html @@ -0,0 +1,25 @@ +
+ +
+ 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