diff --git a/global-translations/locale-en.json b/global-translations/locale-en.json index d35ff330..cddd1cbe 100644 --- a/global-translations/locale-en.json +++ b/global-translations/locale-en.json @@ -87,12 +87,14 @@ "label.office.externalid":"External Id:", "#view client":"", + "label.firstname":"First Name:", + "label.lastname":"Last Name:", "label.accountno":"Account No:", "label.numofloancycle":"Loan Cycle #:", - "label.lastloanamount":"Last Loan:", - "label.numofactiveloans":"# of loans:", - "label.totalsavings":"Total Savings:", - "label.numofactivesavings":"# of savings:", + "label.lastloanamount":"Last loan amount:", + "label.numofactiveloans":"# of active loans:", + "label.totalsavings":"Total savings amount:", + "label.numofactivesavings":"# of active savings:", "label.activationdate":"Activation Date:", "label.officename":"Office Name:", "label.memberof":"Member Of:", diff --git a/html/clients/viewclient.html b/html/clients/viewclient.html index fac0403b..378b9af9 100644 --- a/html/clients/viewclient.html +++ b/html/clients/viewclient.html @@ -26,33 +26,81 @@
-
-
- -
-
-
- {{ 'label.accountno' | translate }} - {{ 'label.activationdate' | translate }} - {{ 'label.officename' | translate }} - {{ 'label.loanofficer' | translate }} - {{ 'label.memberof' | translate }} +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{'label.firstname' | translate}}{{client.firstname}}
{{'label.lastname' | translate}}{{client.lastname}}
{{ 'label.accountno' | translate }}{{client.accountNo}}
{{ 'label.activationdate' | translate }}{{client.activationDate}}
{{ 'label.officename' | translate }}{{client.officeName}}
{{ 'label.loanofficer' | translate }}{{client.ClientSummary.totalSavings}}
{{client.staffName}} + {{group.name}} |  +
- {{client.accountNo}}
- {{client.activationDate}}
- {{client.officeName}}
- {{client.staffName}}
- {{group.name}}  + + + + + + + + + + + + + + + + + + + + + + + + + + +
Performance History
{{ 'label.numofloancycle' | translate }}{{client.ClientSummary.loanCycle}}
{{ 'label.lastloanamount' | translate }}{{client.ClientSummary.lastLoanAmount}}
{{ 'label.numofactiveloans' | translate }}{{client.ClientSummary.activeLoans}}
{{ 'label.totalsavings' | translate }}{{client.ClientSummary.totalSavings}}
{{ 'label.numofactivesavings' | translate }}{{client.ClientSummary.activeSavings}}
-
+
+

@@ -98,37 +146,6 @@
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Performance History
{{ 'label.numofloancycle' | translate }}{{client.ClientSummary.loanCycle}}
{{ 'label.lastloanamount' | translate }}{{client.ClientSummary.lastLoanAmount}}
{{ 'label.numofactiveloans' | translate }}{{client.ClientSummary.activeLoans}}
{{ 'label.totalsavings' | translate }}{{client.ClientSummary.totalSavings}}
{{ 'label.numofactivesavings' | translate }}{{client.ClientSummary.activeSavings}}
-
-
diff --git a/index.html b/index.html index edbad521..09251550 100644 --- a/index.html +++ b/index.html @@ -95,14 +95,14 @@