From 8e71f2d956a5f82759c93ae461f9fd60ce09eefe Mon Sep 17 00:00:00 2001 From: goutham-M Date: Tue, 10 Sep 2013 11:55:35 +0530 Subject: [PATCH] breadcrumb added --- global-translations/locale-en.json | 46 ++- html/accounting/accounting_coa.html | 6 + html/accounting/accounting_rules.html | 8 +- html/accounting/accounts_closure.html | 6 + html/accounting/add_acc_rule.html | 183 ++++----- html/accounting/createglaccounting.html | 9 +- html/accounting/edit_acc_rule.html | 14 +- html/accounting/editglaccounting.html | 194 +++++----- html/accounting/freqposting.html | 6 + html/accounting/journalentry_posting.html | 7 + html/accounting/search_transaction.html | 6 + html/accounting/view_acc_rule.html | 9 +- html/accounting/viewglaccounting.html | 9 +- html/administration/createuser.html | 8 +- html/administration/edituser.html | 13 +- html/administration/organization.html | 6 +- html/administration/system/datatables.html | 6 + html/administration/system/viewdatatable.html | 73 ++-- html/administration/userslist.html | 5 + html/administration/viewuser.html | 9 +- html/clients/createclient.html | 2 +- html/clients/editclient.html | 2 +- html/clients/viewclient.html | 1 - html/organization/createemployee.html | 7 + .../{addhol.html => createholiday.html} | 9 +- html/organization/createoffice.html | 9 +- html/organization/currencyconfig.html | 83 ++-- html/organization/editemployee.html | 12 +- html/organization/employees.html | 8 +- .../{managefunds.html => funds.html} | 7 +- .../{managehol.html => holidays.html} | 12 +- html/organization/offices.html | 6 + html/organization/viewemployee.html | 11 +- html/organization/viewoffice.html | 9 +- html/products/charges.html | 6 + html/products/loanproducts.html | 7 +- html/products/savingproducts.html | 6 + html/products/viewcharge.html | 29 +- html/products/viewloanproduct.html | 362 +++++++++--------- html/products/viewsavingproduct.html | 272 ++++++------- html/system/addcode.html | 9 +- html/system/codes.html | 8 +- html/system/editcode.html | 10 +- html/system/viewcode.html | 9 +- index.html | 2 +- js/controllers/AccEditGLAccountController.js | 1 + js/controllers/AccEditRuleController.js | 2 +- js/controllers/EditCodeController.js | 1 + js/controllers/EditEmployeeController.js | 1 + js/controllers/EditUserController.js | 1 + js/controllers/ViewClientController.js | 1 - js/controllers/ViewUserController.js | 2 +- js/routes.js | 16 +- 53 files changed, 925 insertions(+), 621 deletions(-) rename html/organization/{addhol.html => createholiday.html} (88%) rename html/organization/{managefunds.html => funds.html} (68%) rename html/organization/{managehol.html => holidays.html} (62%) diff --git a/global-translations/locale-en.json b/global-translations/locale-en.json index cddd1cbe..d46decc5 100644 --- a/global-translations/locale-en.json +++ b/global-translations/locale-en.json @@ -36,6 +36,7 @@ "label.heading.paymenttype":"Payment Type", "label.heading.fundsource":"Fund Source", "label.income":"Income", + "label.accountingrules":"Accounting Rules", "label.annualfeeon":"Annual fees on:", "label.advancedaccountingrules":"Advanced accounting rules", "label.heading.configurefundsourcesforpaymentchannels":"Configure Fund sources for payment channels", @@ -56,6 +57,20 @@ "label.currency":"Currency:", "label.name":"Name:", "label.filename":"File name:", + "label.manageoffices":"Manage Offices", + "label.manageholidays":"Manage Holidays", + "label.manageemployees":"Manage Employees", + "label.managedatatables":"Manage Data Table", + "label.createoffice":"Create Office", + "label.createemployee":"Create Employee", + "label.managefunds":"Manage Funds", + "label.currencyconfig":"Currecny configuration", + "label.editcurrencyconfig":"Edit Currecny Configuration", + "label.charges":"Charges", + + "Admin users":"", + "label.edituser":"Edit User", + "label.createuser":"Create User", "#common button name":"", "button.edit":"Edit", @@ -81,7 +96,7 @@ "label.employee.isLoanOfficer":"is Loan Officer?:", "#view employee":"....", - "label.office.parentoffice":"label.office.parentoffice:", + "label.office.parentoffice":"Parent office:", "label.office.openedon":"Opened on:", "label.office.namedecorated":"Name Decorated:", "label.office.externalid":"External Id:", @@ -107,6 +122,8 @@ "label.externalid":"External Id", "label.active":"Active", "label.fullname":"Full name or Business name:", + "label.editclient":"Edit Client", + "label.createclient":"Create Client", "#view client loan account details":"....", "button.addloancharge":"Add Loan Charge", @@ -234,6 +251,7 @@ "link.products.charges" : "Charges/Penalties", "link.admin.users" : "Users", "link.admin.organisation" : "Organisation", + "link.admin.products" : "Products", "link.admin.system" : "System", "link.admin.products" : "Products", "link.profile" : "Profile", @@ -241,6 +259,7 @@ "link.logout" : "LogOut", "#accounting coa":"....", + "label.coa":"Chart Of Accounts", "button.addaccount":"Add Account", "table.heading.accname":"Account name", "table.heading.glcode":"GL code", @@ -256,9 +275,15 @@ "label.manualentriesallowed":"Manual Entries Allowed?", "label.description":"Description", "label.tag":"Tag", + "label.editglaccount":"Edit GL Account", + "label.createglaccount":"Create GL Account", "label.parentaccountname":"Parent Account", "label.position":"Position", + "Admin System":"", + "label.managecodes":"Manage Codes", + "label.addcode":"Add Code", + "label.editcode":"Edit Code", "#Office ":"....", "label.officename":"Office name:", @@ -272,7 +297,7 @@ "#Journal Entry Predefined Postings":"........", - "label.journalentry.posting.title":"Add journal entry", + "label.journalentry.posting.title":"Add Journal Entry", "label.journalentry.accounting.rules":"Accounting Rules", "label.journalentry.effected.entries":"Effected GL Entries", "label.journalentry.credit":"Credit", @@ -283,10 +308,13 @@ "label.save":"Save", "label.cancel":"Cancel", "label.journalentry.transaction.number":"Transaction Number #", + "label.searchjournalentries":"Search Journal Entries", "#Accounting Related":".............", + "button.addrule":"Add Rule", "label.accounting.closure.closing.date":"ClosedOn Date", "label.accounting.closure":"Close Accounting", + "label.closingentries.title":"Closing Entries", "label.accounting.closure.comments":"Comments", "label.previous.closedOn" : "Previous Closed date:", "label.closed.accounting.details" : "Closed Accounting Details", @@ -295,6 +323,7 @@ "label.debit.account.details" : "Debit Account Details", "label.accounting.rule.name" : "Rule Name", "label.accounting.rule.title":"Create Accounting Rule", + "label.accounting.rule.edit.title":"Edit Accounting Rule", "label.credit.rule.type":"Type:", "label.debit.rule.type":"Type:", "label.allowMultipleCreditEntries":"Allow Multiples", @@ -302,12 +331,13 @@ "app erros end" :"------------------------------------------------------", - "label.holiday.name":"Holiday Name:", - "label.holiday.fromdate":"From Date:", - "label.holiday.todate":"To Date:", - "label.holiday.repaymentsheduleto":"Alternate Working Date:", - "label.holiday.applicableoffices":"Applicable Offices:", - "label.holiday.desc":"Description:" + "Holidays":"", + "label.createholiday":"Create Holiday", + "label.holiday.fromdate":"From Date:", + "label.holiday.todate":"To Date:", + "label.holiday.repaymentsheduleto":"Alternate Working Date:", + "label.holiday.applicableoffices":"Applicable Offices:", + "label.holiday.desc":"Description:" diff --git a/html/accounting/accounting_coa.html b/html/accounting/accounting_coa.html index 0e4f2117..c8023af0 100644 --- a/html/accounting/accounting_coa.html +++ b/html/accounting/accounting_coa.html @@ -1,3 +1,9 @@ +
+ +
diff --git a/html/accounting/accounting_rules.html b/html/accounting/accounting_rules.html index c8c383d0..61386c25 100644 --- a/html/accounting/accounting_rules.html +++ b/html/accounting/accounting_rules.html @@ -1,6 +1,12 @@ +
+ +
diff --git a/html/accounting/accounts_closure.html b/html/accounting/accounts_closure.html index ed7c9fe6..20907ee2 100644 --- a/html/accounting/accounts_closure.html +++ b/html/accounting/accounts_closure.html @@ -1,3 +1,9 @@ +
+ +
{{ 'label.accounting.closure' | translate }}
diff --git a/html/accounting/add_acc_rule.html b/html/accounting/add_acc_rule.html index fa7fa499..42d5ba68 100644 --- a/html/accounting/add_acc_rule.html +++ b/html/accounting/add_acc_rule.html @@ -1,88 +1,95 @@ - -
- {{ 'label.accounting.rule.title' | translate }} -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- - - - - - - - - - - - - -
- {{ 'label.journalentry.credit' | translate }} - - {{ 'label.journalentry.debit' | translate }} -
- {{ 'label.credit.rule.type' | translate }}   - Account     - Tags - - {{ 'label.debit.rule.type' | translate }}  - Account     - Tags -
-
- -
-
- - -     -
-
- -   -
-
-
-
- -
-
- - -     -
-
- -   -
-
-
-
-
-
- - -
-
- +
+ +
+
+
+ {{ 'label.accounting.rule.title' | translate }} +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + + + + + + + + + + + + +
+ {{ 'label.journalentry.credit' | translate }} + + {{ 'label.journalentry.debit' | translate }} +
+ {{ 'label.credit.rule.type' | translate }}   + Account     + Tags + + {{ 'label.debit.rule.type' | translate }}  + Account     + Tags +
+
+ +
+
+ + +     +
+
+ +   +
+
+
+
+ +
+
+ + +     +
+
+ +   +
+
+
+
+
+
+ + +
+
+
diff --git a/html/accounting/createglaccounting.html b/html/accounting/createglaccounting.html index 30171788..133ce1da 100644 --- a/html/accounting/createglaccounting.html +++ b/html/accounting/createglaccounting.html @@ -1,6 +1,13 @@ +
+ +
- Create GL Account + {{'label.createglaccount' | translate}} diff --git a/html/accounting/edit_acc_rule.html b/html/accounting/edit_acc_rule.html index cd7ad752..597c67f7 100644 --- a/html/accounting/edit_acc_rule.html +++ b/html/accounting/edit_acc_rule.html @@ -1,6 +1,15 @@ - +
+
+ +
+
- {{ 'label.accounting.rule.title' | translate }} + {{ 'label.accounting.rule.edit.title' | translate }}
@@ -86,3 +95,4 @@
+
diff --git a/html/accounting/editglaccounting.html b/html/accounting/editglaccounting.html index 32386260..af975b39 100644 --- a/html/accounting/editglaccounting.html +++ b/html/accounting/editglaccounting.html @@ -1,99 +1,109 @@ - -
- Edit GL Account - -
- - - - - - - - + + + + + + + + + + + + + +
-
- -
- -
-
-
-
- -
- -
-
-
-
- -
- +
+
+ +
+ +
+ Edit GL Account + + + + - - - + + + - - - - - - - - - + + + - - - + + + - -
+
+ +
+ +
- -
-
- -
- +
+
+ +
+ +
- -
-
- -
-
-
- -
-
-
- +
+
+
- +
-
-
-
- +
+
+
+
- +
-
-
+
+
+
+ +
+
+
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
- -
- - -
- -
- + +
+ + +
+ + + +
\ No newline at end of file diff --git a/html/accounting/freqposting.html b/html/accounting/freqposting.html index 6dd34cba..a8a0e16d 100644 --- a/html/accounting/freqposting.html +++ b/html/accounting/freqposting.html @@ -1,3 +1,9 @@ +
+ +
{{ 'label.journalentry.posting.title' | translate }} diff --git a/html/accounting/journalentry_posting.html b/html/accounting/journalentry_posting.html index 1027db34..47c16932 100644 --- a/html/accounting/journalentry_posting.html +++ b/html/accounting/journalentry_posting.html @@ -1,4 +1,11 @@ +
+ +
+
{{ 'label.journalentry.posting.title' | translate }}
diff --git a/html/accounting/search_transaction.html b/html/accounting/search_transaction.html index be493c0c..3fee6c22 100644 --- a/html/accounting/search_transaction.html +++ b/html/accounting/search_transaction.html @@ -1,4 +1,10 @@
+
+ +
diff --git a/html/accounting/view_acc_rule.html b/html/accounting/view_acc_rule.html index 9912a823..e8d7492d 100644 --- a/html/accounting/view_acc_rule.html +++ b/html/accounting/view_acc_rule.html @@ -1,5 +1,12 @@
-
+ +
Edit diff --git a/html/accounting/viewglaccounting.html b/html/accounting/viewglaccounting.html index 85e9a3cc..819b028e 100644 --- a/html/accounting/viewglaccounting.html +++ b/html/accounting/viewglaccounting.html @@ -1,5 +1,12 @@
-
+ +
Edit diff --git a/html/administration/createuser.html b/html/administration/createuser.html index 2e638dcb..d526f247 100644 --- a/html/administration/createuser.html +++ b/html/administration/createuser.html @@ -1,6 +1,12 @@ +
+ +
- Create User + {{'label.createuser' | translate}}
diff --git a/html/administration/edituser.html b/html/administration/edituser.html index f84e8d86..26a1b049 100644 --- a/html/administration/edituser.html +++ b/html/administration/edituser.html @@ -1,6 +1,14 @@ - +
+
+ +
+
- Edit User + {{'label.edituser' | translate}}
@@ -53,3 +61,4 @@
+
diff --git a/html/administration/organization.html b/html/administration/organization.html index 7bded889..c7261095 100644 --- a/html/administration/organization.html +++ b/html/administration/organization.html @@ -5,7 +5,7 @@

  Manage Offices

Add new office or modify or inactivate office or modify office heirarchy

- +

  Manage Holidays

Define holidys for offices

@@ -17,11 +17,11 @@
- +

  Currency Configuration

Currencies availble across organiation for diferent products like loan, fees etc

- +

  Manage Funds

Funds are associated with loans

diff --git a/html/administration/system/datatables.html b/html/administration/system/datatables.html index 624b4c8c..a08bb6aa 100644 --- a/html/administration/system/datatables.html +++ b/html/administration/system/datatables.html @@ -1,3 +1,9 @@ +
+ +
diff --git a/html/administration/system/viewdatatable.html b/html/administration/system/viewdatatable.html index 2c7e06a0..b5ebfcca 100644 --- a/html/administration/system/viewdatatable.html +++ b/html/administration/system/viewdatatable.html @@ -1,34 +1,43 @@ -
-
-
- +
+ -
- {{datatable.registeredTableName}} - {{'label.associatedwith' | translate}}  {{datatable.applicationTableName}} - - - - - - - - - - - - - - - - - - - -
{{'table.heading.fieldname' | translate}}{{'table.heading.type' | translate}}{{'table.heading.length' | translate}}{{'table.heading.code' | translate}}{{'table.heading.mandatory' | translate}}
{{column.columnName}}{{column.columnType}}{{column.columnLength}}{{column.code}}{{column.isColumnNullable}}
-
+
+ {{datatable.registeredTableName}} + {{'label.associatedwith' | translate}}  {{datatable.applicationTableName}} + + + + + + + + + + + + + + + + + + + +
{{'table.heading.fieldname' | translate}}{{'table.heading.type' | translate}}{{'table.heading.length' | translate}}{{'table.heading.code' | translate}}{{'table.heading.mandatory' | translate}}
{{column.columnName}}{{column.columnType}}{{column.columnLength}}{{column.code}}{{column.isColumnNullable}}
+
+
diff --git a/html/administration/userslist.html b/html/administration/userslist.html index 93ae88c6..fccb76ac 100644 --- a/html/administration/userslist.html +++ b/html/administration/userslist.html @@ -1,3 +1,8 @@ +
+ +
diff --git a/html/administration/viewuser.html b/html/administration/viewuser.html index b98b4af7..dc277978 100644 --- a/html/administration/viewuser.html +++ b/html/administration/viewuser.html @@ -1,6 +1,11 @@
-
- +
+ +
+
Edit diff --git a/html/clients/createclient.html b/html/clients/createclient.html index 7c1abb80..e0cbe751 100644 --- a/html/clients/createclient.html +++ b/html/clients/createclient.html @@ -1,6 +1,6 @@
- Create Client + {{'label.createclient' | translate}}
diff --git a/html/clients/editclient.html b/html/clients/editclient.html index 223afe36..b00f6273 100644 --- a/html/clients/editclient.html +++ b/html/clients/editclient.html @@ -1,6 +1,6 @@
- Edit Client + {{'label.editclient' | translate}}
diff --git a/html/clients/viewclient.html b/html/clients/viewclient.html index 378b9af9..b0c2bde5 100644 --- a/html/clients/viewclient.html +++ b/html/clients/viewclient.html @@ -21,7 +21,6 @@ Belongs to "{{client.officeName}}" office -
diff --git a/html/organization/createemployee.html b/html/organization/createemployee.html index 5d193ab6..225a1870 100644 --- a/html/organization/createemployee.html +++ b/html/organization/createemployee.html @@ -1,3 +1,10 @@ +
+ +
Create Employee diff --git a/html/organization/addhol.html b/html/organization/createholiday.html similarity index 88% rename from html/organization/addhol.html rename to html/organization/createholiday.html index 1a940a87..922a7241 100644 --- a/html/organization/addhol.html +++ b/html/organization/createholiday.html @@ -1,6 +1,13 @@ +
+ +
- Add Office + {{'label.createholiday' | translate}}
diff --git a/html/organization/createoffice.html b/html/organization/createoffice.html index 005e742c..f536d6a4 100644 --- a/html/organization/createoffice.html +++ b/html/organization/createoffice.html @@ -1,6 +1,13 @@ +
+ +
- Create Office + {{'label.createoffice' | translate}} - + diff --git a/html/organization/offices.html b/html/organization/offices.html index 4dc4f932..6adf0c45 100644 --- a/html/organization/offices.html +++ b/html/organization/offices.html @@ -1,3 +1,9 @@ +
+ +
diff --git a/html/organization/viewemployee.html b/html/organization/viewemployee.html index 776a06e4..ebb9b419 100644 --- a/html/organization/viewemployee.html +++ b/html/organization/viewemployee.html @@ -1,12 +1,19 @@
-
+
+ +
+ +

{{employee.displayName}}

diff --git a/html/organization/viewoffice.html b/html/organization/viewoffice.html index c0936714..1956da60 100644 --- a/html/organization/viewoffice.html +++ b/html/organization/viewoffice.html @@ -1,5 +1,12 @@
-
+ +
Edit diff --git a/html/products/charges.html b/html/products/charges.html index cba2e103..2395bec8 100644 --- a/html/products/charges.html +++ b/html/products/charges.html @@ -1,3 +1,9 @@ +
+ +
diff --git a/html/products/loanproducts.html b/html/products/loanproducts.html index 6cb4b6ba..0b2c2cc1 100644 --- a/html/products/loanproducts.html +++ b/html/products/loanproducts.html @@ -1,4 +1,9 @@ - +
+ +
diff --git a/html/products/savingproducts.html b/html/products/savingproducts.html index 4293451f..6e792f04 100644 --- a/html/products/savingproducts.html +++ b/html/products/savingproducts.html @@ -1,3 +1,9 @@ +
+ +
diff --git a/html/products/viewcharge.html b/html/products/viewcharge.html index 22f2a2b0..b5ce0323 100644 --- a/html/products/viewcharge.html +++ b/html/products/viewcharge.html @@ -1,14 +1,21 @@ -
-
-
- -
-
-
-
+
+ +
+
+ +
+
+ +
diff --git a/html/organization/currencyconfig.html b/html/organization/currencyconfig.html index f31430ce..8569670c 100644 --- a/html/organization/currencyconfig.html +++ b/html/organization/currencyconfig.html @@ -1,41 +1,54 @@ -

Currency configuration

-
-
-
- Edit -
-

- - - - - - - - - - - - - -
Currency NameCurrency Code
{{currency.name}}{{currency.code}}
+
+
+
- -    - -
-    + +
+
+
+
+ Edit +
+

+ + + + + + + + + + + + + +
Currency NameCurrency Code
{{currency.name}}{{currency.code}}
+
-
- - -
-
+    +
+    +
+ +
+ + +
+
+ +
\ No newline at end of file diff --git a/html/organization/editemployee.html b/html/organization/editemployee.html index 393f16bf..70a4f637 100644 --- a/html/organization/editemployee.html +++ b/html/organization/editemployee.html @@ -1,4 +1,13 @@ - +
+ +
Edit Employee @@ -40,3 +49,4 @@
+
diff --git a/html/organization/employees.html b/html/organization/employees.html index cb025bc4..c4d098fe 100644 --- a/html/organization/employees.html +++ b/html/organization/employees.html @@ -1,4 +1,10 @@ -
+
+ +
+
{{ 'link.create.new.employee' | translate }} diff --git a/html/organization/managefunds.html b/html/organization/funds.html similarity index 68% rename from html/organization/managefunds.html rename to html/organization/funds.html index d505e4bb..3d37271c 100644 --- a/html/organization/managefunds.html +++ b/html/organization/funds.html @@ -1,4 +1,9 @@ -

Manage Funds

+
+ +
Holidays +
+ +
+
@@ -17,7 +23,7 @@
{{holiday.name}}{{holiday.name}} {{holiday.fromDate}} {{holiday.toDate}} {{holiday.repaymentsScheduleTO}}
+ + + + + +
diff --git a/html/products/viewloanproduct.html b/html/products/viewloanproduct.html index b8feba74..ea65f494 100644 --- a/html/products/viewloanproduct.html +++ b/html/products/viewloanproduct.html @@ -1,186 +1,194 @@ -
-
-
- -
-
-
- {{loanproduct.name}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-   -
- Details -
Description :{{loanproduct.description}}
FundName :{{loanproduct.fundName}}
Start date :{{loanproduct.startDate}}
Close date :{{loanproduct.closeDate}}
IncludeInBorrowerCycle :{{loanproduct.includeInBorrowerCycle}}

Terms
Currency :{{loanproduct.currency.name}}
Decimal Places :{{loanproduct.currency.decimalPlaces}}
Principal :{{loanproduct.principal}}   ( Min:{{loanproduct.minPrincipal}} , Max :{{loanproduct.maxPrincipal}} )
# Of Repayments :{{loanproduct.numberOfRepayments}}   ( Min:{{loanproduct.minNumberOfRepayments}} , Max:{{loanproduct.maxNumberOfRepayments}})
Repaid Every :{{loanproduct.repaymentEvery}}  {{loanproduct.repaymentFrequencyType.value}}
Nominal interest rate % :{{loanproduct.interestRatePerPeriod}}   ( Min:{{loanproduct.minInterestRatePerPeriod}} , Max:{{loanproduct.maxInterestRatePerPeriod}})  {{loanproduct.interestRateFrequencyType.value}}

Settings
Amortization :{{loanproduct.amortizationType.value}}
Interest method :{{loanproduct.interestType.value}}
Interest calculation period :{{loanproduct.interestCalculationPeriodType.value}}
Arrears tolerance :{{loanproduct.inArrearsTolerance}}
Repayment strategy :{{loanproduct.transactionProcessingStrategyName}}
Grace :{{loanproduct.}}
Interest-Free Period(s) :{{loanproduct.}}

Charges
NameTypeAmountCollected on
{{charge.name}}{{charge.chargeCalculationType.value}}{{charge.amount}}{{charge.chargeTimeType.value}}

Accounting None
- - - - - + +
+
+
+ +
+
+
+ {{loanproduct.name}} +
Fund Source :{{loanproduct.accountingMappings.fundSourceAccountId}}
- - - - - - - - - - - - - - - - - - - - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - - + + + + + - - - - - - - - - - - - - - - - - + + + + + + + +
Loan Portfolio :{{loanproduct.accountingMappings.loanPortfolioAccountId}}
Income from Interest :{{loanproduct.accountingMappings.interestOnLoanAccountId}}
Income from Fees :{{loanproduct.accountingMappings.incomeFromFeeAccountId}}
Income from Penalties :{{loanproduct.accountingMappings.incomeFromPenaltyAccountId}}
Losses Written Off :{{loanproduct.accountingMappings.writeOffAccountId}}

- Advance accounting rules + +   +
+ Details
Fund sources for payment channels
Description :{{loanproduct.description}}
FundName :{{loanproduct.fundName}}
Start date :{{loanproduct.startDate}}
Close date :{{loanproduct.closeDate}}
IncludeInBorrowerCycle :{{loanproduct.includeInBorrowerCycle}}

Terms
Currency :{{loanproduct.currency.name}}
Decimal Places :{{loanproduct.currency.decimalPlaces}}
Principal :{{loanproduct.principal}}   ( Min:{{loanproduct.minPrincipal}} , Max :{{loanproduct.maxPrincipal}} )
# Of Repayments :{{loanproduct.numberOfRepayments}}   ( Min:{{loanproduct.minNumberOfRepayments}} , Max:{{loanproduct.maxNumberOfRepayments}})
Repaid Every :{{loanproduct.repaymentEvery}}  {{loanproduct.repaymentFrequencyType.value}}
Nominal interest rate % :{{loanproduct.interestRatePerPeriod}}   ( Min:{{loanproduct.minInterestRatePerPeriod}} , Max:{{loanproduct.maxInterestRatePerPeriod}})  {{loanproduct.interestRateFrequencyType.value}}

Settings
Amortization :{{loanproduct.amortizationType.value}}
Interest method :{{loanproduct.interestType.value}}
Interest calculation period :{{loanproduct.interestCalculationPeriodType.value}}
Arrears tolerance :{{loanproduct.inArrearsTolerance}}
Repayment strategy :{{loanproduct.transactionProcessingStrategyName}}
Grace :{{loanproduct.}}
Interest-Free Period(s) :{{loanproduct.}}

Charges
Payment TypeFund SourceNameTypeAmountCollected on
{{paymentChannel.paymentTypeId}}{{paymentChannel.fundSourceAccountId}}
{{charge.name}}{{charge.chargeCalculationType.value}}{{charge.amount}}{{charge.chargeTimeType.value}}
Fees to Specific Income accounts
FeeIncome Account
{{feeToIncomeAccount.chargeId}}{{feeToIncomeAccount.incomeAccountId}}
Penalties to Specific income accounts
PenaltyIncome Account
{{penaltyToIncomeAccount.chargeId}}{{penaltyToIncomeAccount.incomeAccountId}}

Accounting None
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fund Source :{{loanproduct.accountingMappings.fundSourceAccountId}}
Loan Portfolio :{{loanproduct.accountingMappings.loanPortfolioAccountId}}
Income from Interest :{{loanproduct.accountingMappings.interestOnLoanAccountId}}
Income from Fees :{{loanproduct.accountingMappings.incomeFromFeeAccountId}}
Income from Penalties :{{loanproduct.accountingMappings.incomeFromPenaltyAccountId}}
Losses Written Off :{{loanproduct.accountingMappings.writeOffAccountId}}

+ Advance accounting rules +
Fund sources for payment channels
Payment TypeFund Source
{{paymentChannel.paymentTypeId}}{{paymentChannel.fundSourceAccountId}}
Fees to Specific Income accounts
FeeIncome Account
{{feeToIncomeAccount.chargeId}}{{feeToIncomeAccount.incomeAccountId}}
Penalties to Specific income accounts
PenaltyIncome Account
{{penaltyToIncomeAccount.chargeId}}{{penaltyToIncomeAccount.incomeAccountId}}
+
+ + Top +
-
- - Top -
+
\ No newline at end of file diff --git a/html/products/viewsavingproduct.html b/html/products/viewsavingproduct.html index 84c98d51..7b784ce7 100644 --- a/html/products/viewsavingproduct.html +++ b/html/products/viewsavingproduct.html @@ -1,136 +1,144 @@ -
-
-
- -
-
-
- {{savingproduct.name}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - -   - - - - +
+ +
+
+ +
+
+
+ {{savingproduct.name}} +
-   -
- {{'label.heading.details' | translate}} -
{{'label.description' | translate}}{{savingproduct.description}}

{{'label.heading.tems' | translate}}
{{'label.currency' | translate}}{{savingproduct.currency.name}}
{{'label.decimalplaces' | translate}}{{savingproduct.currency.decimalPlaces}}
{{'label.currencyinmultiplesof' | translate}}{{savingproduct.currency.inMultiplesOf}}
{{'label.nominalannualinterestrate' | translate}}{{savingproduct.nominalAnnualInterestRate}}
{{'label.interestcompoundingperiod' | translate}}{{savingproduct.interestCompoundingPeriodType.value}}
{{'label.interestpostingperiod' | translate}}{{savingproduct.interestPostingPeriodType.value}}
{{'label.interestcalculatedusing' | translate}}{{savingproduct.interestCalculationType.value}}
{{'label.daysinyears' | translate}}{{savingproduct.interestCalculationDaysInYearType.value}}

{{'label.heading.settings' | translate}}
{{'label.minimumopeningbalance' | translate}}{{loanproduct.minRequiredOpeningBalances}}
{{'label.lockinPeriodFrequency' | translate}}{{savingproduct.lockinPeriodFrequency}}{{savingproduct.lockinPeriodFrequencyType.value}}
{{'label.withdrawfee' | translate}}{{savingproduct.withdrawalFeeAmount}}{{savingproduct.withdrawalFeeType.value}}
{{'label.annualfee' | translate}}{{savingproduct.annualFeeAmount}}
{{'label.annualfeeon' | translate}}{{savingproduct.annualFeeOnMonthDay}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   + + + + + + + + + +   + + + + - - - - - + + + + + + + + +
+   +
+ {{'label.heading.details' | translate}} +
{{'label.description' | translate}}{{savingproduct.description}}

{{'label.heading.tems' | translate}}
{{'label.currency' | translate}}{{savingproduct.currency.name}}
{{'label.decimalplaces' | translate}}{{savingproduct.currency.decimalPlaces}}
{{'label.currencyinmultiplesof' | translate}}{{savingproduct.currency.inMultiplesOf}}
{{'label.nominalannualinterestrate' | translate}}{{savingproduct.nominalAnnualInterestRate}}
{{'label.interestcompoundingperiod' | translate}}{{savingproduct.interestCompoundingPeriodType.value}}
{{'label.interestpostingperiod' | translate}}{{savingproduct.interestPostingPeriodType.value}}
{{'label.interestcalculatedusing' | translate}}{{savingproduct.interestCalculationType.value}}
{{'label.daysinyears' | translate}}{{savingproduct.interestCalculationDaysInYearType.value}}

{{'label.heading.settings' | translate}}
{{'label.minimumopeningbalance' | translate}}{{loanproduct.minRequiredOpeningBalances}}
{{'label.lockinPeriodFrequency' | translate}}{{savingproduct.lockinPeriodFrequency}}{{savingproduct.lockinPeriodFrequencyType.value}}
{{'label.withdrawfee' | translate}}{{savingproduct.withdrawalFeeAmount}}{{savingproduct.withdrawalFeeType.value}}
{{'label.annualfee' | translate}}{{savingproduct.annualFeeAmount}}
{{'label.annualfeeon' | translate}}{{savingproduct.annualFeeOnMonthDay}}

{{'label.heading.accounting' | translate}} None
- - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - -
{{'label.savingsreference' | translate}}({{'label.assets' | translate}}){{savingproduct.accountingMappings.savingsReferenceAccountId}}
{{'label.savingscontrol' | translate}}({{'label.liabilities' | translate}}){{savingproduct.accountingMappings.savingsControlAccountId}}
{{'label.interestonsavings' | translate}}({{'label.expenses' | translate}}){{savingproduct.accountingMappings.savingsReferenceAccountId}}
{{'label.incomefromfee' | translate}}({{'label.income' | translate}}){{savingproduct.accountingMappings.incomeFromFeeAccountId}}

- {{'label.advancedaccountingrules' | translate}} -

{{'label.heading.accounting' | translate}} None
+ + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
{{'label.savingsreference' | translate}}({{'label.assets' | translate}}){{savingproduct.accountingMappings.savingsReferenceAccountId}}
{{'label.savingscontrol' | translate}}({{'label.liabilities' | translate}}){{savingproduct.accountingMappings.savingsControlAccountId}}
{{'label.interestonsavings' | translate}}({{'label.expenses' | translate}}){{savingproduct.accountingMappings.savingsReferenceAccountId}}
{{'label.incomefromfee' | translate}}({{'label.income' | translate}}){{savingproduct.accountingMappings.incomeFromFeeAccountId}}

+ {{'label.advancedaccountingrules' | translate}} +
{{'label.heading.configurefundsourcesforpaymentchannels' | translate}}
{{'label.heading.paymenttype' | translate}}{{'label.heading.fundsource' | translate}}
{{paymentChannel.paymentTypeId}}{{paymentChannel.fundSourceAccountId}}
-
- - Top -
+
{{'label.heading.configurefundsourcesforpaymentchannels' | translate}}
{{'label.heading.paymenttype' | translate}}{{'label.heading.fundsource' | translate}}
{{paymentChannel.paymentTypeId}}{{paymentChannel.fundSourceAccountId}}
+
+ + Top +
+ \ No newline at end of file diff --git a/html/system/addcode.html b/html/system/addcode.html index 11f07ca0..652055ff 100644 --- a/html/system/addcode.html +++ b/html/system/addcode.html @@ -1,6 +1,13 @@ +
+ +
- Add Code + {{'label.addcode' | translate}}
diff --git a/html/system/codes.html b/html/system/codes.html index ab2fa768..80d5d278 100644 --- a/html/system/codes.html +++ b/html/system/codes.html @@ -1,5 +1,9 @@ - -

Code Name

+
+ +
diff --git a/html/system/editcode.html b/html/system/editcode.html index a425ed37..3fbc3bce 100644 --- a/html/system/editcode.html +++ b/html/system/editcode.html @@ -1,5 +1,13 @@
-

Edit {{code.name}}

+
+ +
+

{{'label.editcode' | translate}}

     diff --git a/html/system/viewcode.html b/html/system/viewcode.html index 7ecfcf59..77d39f91 100644 --- a/html/system/viewcode.html +++ b/html/system/viewcode.html @@ -1,5 +1,12 @@
-
+ +
Edit diff --git a/index.html b/index.html index 09251550..d660f738 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,7 @@