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 | 18 ------------ UI/Reconciliation/upload.html | 17 ----------- 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 +++++++++++ 16 files changed, 287 insertions(+), 280 deletions(-) delete mode 100644 UI/Reconciliation/approved.html delete mode 100644 UI/Reconciliation/correct.html delete mode 100644 UI/Reconciliation/corrections.html delete mode 100644 UI/Reconciliation/list.html delete mode 100644 UI/Reconciliation/pending.html delete mode 100644 UI/Reconciliation/report.html delete mode 100644 UI/Reconciliation/search.html delete mode 100644 UI/Reconciliation/upload.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/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') diff --git a/UI/Reconciliation/approved.html b/UI/Reconciliation/approved.html deleted file mode 100644 index 16afc6cc..00000000 --- a/UI/Reconciliation/approved.html +++ /dev/null @@ -1,28 +0,0 @@ -
-
- 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 deleted file mode 100644 index 3921f084..00000000 --- a/UI/Reconciliation/correct.html +++ /dev/null @@ -1,44 +0,0 @@ -
- -
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 deleted file mode 100644 index bdf7424a..00000000 --- a/UI/Reconciliation/corrections.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - -
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 deleted file mode 100644 index 720f140d..00000000 --- a/UI/Reconciliation/list.html +++ /dev/null @@ -1,20 +0,0 @@ - - -
- - - - - - - - - - - - - - - -
IDAccountDate RangeTotal
-
\ No newline at end of file diff --git a/UI/Reconciliation/pending.html b/UI/Reconciliation/pending.html deleted file mode 100644 index c2636d09..00000000 --- a/UI/Reconciliation/pending.html +++ /dev/null @@ -1,54 +0,0 @@ -
- - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 41c24a9d..00000000 --- a/UI/Reconciliation/report.html +++ /dev/null @@ -1,60 +0,0 @@ -
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 deleted file mode 100644 index 58528c64..00000000 --- a/UI/Reconciliation/search.html +++ /dev/null @@ -1,18 +0,0 @@ -
- -
- Date:
- to
-
- -
- Account:
- -
- -
- Status:
- -
- -
\ No newline at end of file diff --git a/UI/Reconciliation/upload.html b/UI/Reconciliation/upload.html deleted file mode 100644 index fdf3ac4e..00000000 --- a/UI/Reconciliation/upload.html +++ /dev/null @@ -1,17 +0,0 @@ -
-
- New Reconciliation Report -
- -
Error detected in file upload:
- Please check your CSV file and try again. -
- -
- - - - - -
-
\ 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..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