mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
cleaning up client lifecycle changes
This commit is contained in:
parent
a155a6a559
commit
defeb99291
@ -168,7 +168,6 @@
|
||||
"label.button.productivecollectionsheet": "Productive Collection Sheet",
|
||||
"label.button.more": "More",
|
||||
"label.button.reject": "Reject",
|
||||
"label.button.reactivate":"Reactivate",
|
||||
"label.button.suspend": "Suspend",
|
||||
"label.button.pay": "Pay",
|
||||
"label.button.clientscreenreports":"Client screen reports",
|
||||
@ -374,7 +373,6 @@
|
||||
"label.anchor.funds": "Funds",
|
||||
"label.anchor.admin": "Admin",
|
||||
"label.anchor.reports": "Reports",
|
||||
"label.anchor.reactivate":"Reactivate",
|
||||
"label.anchor.profile": "Profile",
|
||||
"label.anchor.settings": "Settings",
|
||||
"label.anchor.navigation": "Navigation",
|
||||
@ -471,6 +469,7 @@
|
||||
"label.anchor.acceptclienttransfer": "Accept Transfer Client",
|
||||
"label.anchor.rejecttransfer": "Reject Transfer Client",
|
||||
"label.anchor.undotransfer": "Undo Transfer Client",
|
||||
"label.anchor.reactivate":"Reactivate",
|
||||
|
||||
"#Inputs": "..",
|
||||
"label.input.filterbynameaccno": "Filter by name/account#/staff/office",
|
||||
@ -481,6 +480,11 @@
|
||||
"label.input.mobilenumber": "Mobile number",
|
||||
"label.input.client.activationdate": "Activation date",
|
||||
"label.input.client.creationdate": "Creation date",
|
||||
"label.input.rejectdate":"Reject date",
|
||||
"label.input.rejectreason":"Rejection reason",
|
||||
"label.input.reactivationdate":"Re Activation date",
|
||||
"label.input.withdrawdate":"Withdraw date",
|
||||
"label.input.withdrawreason":"Withdraw reason",
|
||||
"label.input.clientName":"Client Name",
|
||||
"label.input.clientId":"Client Id",
|
||||
|
||||
@ -498,6 +502,7 @@
|
||||
"label.button.viewsig":"View Client Signature",
|
||||
"label.button.viewactiveloans":"View Active Loans",
|
||||
"label.button.viewactivesavings":"View Active Savings",
|
||||
"label.button.reactivate":"Reactivate",
|
||||
"label.button.ok" : "OK",
|
||||
|
||||
"#Misc Labels": "..",
|
||||
@ -2395,11 +2400,6 @@
|
||||
"label.input.startdate": "Start date",
|
||||
"label.input.enddate": "End date",
|
||||
"label.input.closedate": "Close date",
|
||||
"label.input.rejectdate":"Reject date",
|
||||
"label.input.rejectreason":"Rejection reason",
|
||||
"label.input.reactivationdate":"Re Activation date",
|
||||
"label.input.withdrawdate":"Withdraw date",
|
||||
"label.input.withdrawreason":"Withdraw reason",
|
||||
"label.input.includeinborrowerloancounter": "Include borrower loan counter",
|
||||
"label.input.decimalplace": "Decimal places",
|
||||
"label.input.principal": "Principal",
|
||||
|
||||
@ -52,12 +52,6 @@
|
||||
}
|
||||
],
|
||||
"Closed":[
|
||||
{
|
||||
name: "label.button.edit",
|
||||
href: "#/editclient",
|
||||
icon: "icon-edit",
|
||||
taskPermissionName: "UPDATE_CLIENT"
|
||||
},
|
||||
{
|
||||
name: "label.button.reactivate",
|
||||
href: "#/client",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user