mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
Correct labels for savings products
This commit is contained in:
parent
b10fa4187e
commit
1f3231bcdb
@ -1434,7 +1434,7 @@
|
||||
"label.heading.closerecurringdepositaccount":"Recurring Deposit Closure on Maturity",
|
||||
"label.heading.editrecurringdepositaccounttransaction":"Edit Recurring Account Transaction",
|
||||
"label.heading.editfixeddepositaccounttransaction":"Edit Fixed Deposit Account Transaction",
|
||||
"label.heading.enforceMinRequiredBalance":"Enforce to maintain minimum balance",
|
||||
"label.heading.enforceMinRequiredBalance":"Enforce minimum balance",
|
||||
"label.heading.minRequiredBalance":"Minimum balance",
|
||||
|
||||
|
||||
@ -1508,7 +1508,7 @@
|
||||
"label.input.same.as.group.meeting":"Deposit Frequency Same as Group/Center meeting",
|
||||
"label.input.minbalanceforinterest":"Balance Required For Interest Calculation",
|
||||
"label.heading.minbalanceforinterestcalculation":"Balance Required For Interest Calculation",
|
||||
"label.input.enforceMinRequiredBalance":"Enforce to maintain minimum balance",
|
||||
"label.input.enforceMinRequiredBalance":"Enforce minimum balance",
|
||||
"label.input.minRequiredBalance":"Minimum balance",
|
||||
|
||||
"#Buttons": "..",
|
||||
@ -2217,6 +2217,7 @@
|
||||
"label.heading.savingsreference": "Savings Reference",
|
||||
"label.heading.savingscontrol": "Savings Control",
|
||||
"label.heading.interestonsavings": "Interest on Savings",
|
||||
"label.heading.interest.on.overdrafts": "Overdraft Interest Income",
|
||||
"label.heading.incomefromfee": "Income from Fee",
|
||||
"label.heading.principalCycleVariations":"Principal Variations for Borrower Cycle",
|
||||
"label.heading.interestRateCycleVariations":"Interest Rate for Borrower Cycle ",
|
||||
@ -2317,6 +2318,7 @@
|
||||
"label.input.receivablepenalties": "Penalties Receivable",
|
||||
"label.input.transfersinsuspense": "Transfer in suspense",
|
||||
"label.input.incomefrominterest": "Income from interest",
|
||||
"label.input.interest.on.overdrafts": "Overdraft Interest Income",
|
||||
"label.input.incomefromfees": "Income from fees",
|
||||
"label.input.recoverypayments": "Income from Recovery Repayments",
|
||||
"label.input.incomefrompenalties": "Income from penalties",
|
||||
|
||||
@ -308,7 +308,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2">{{ 'label.input.incomefrominterest' | translate }}</label>
|
||||
<label class="control-label col-sm-2">{{ 'label.input.interest.on.overdrafts' | translate }}</label>
|
||||
<i class="icon-question-sign col-sm-1 icon-white" tooltip="{{'label.tooltip.incomefromoverdraftinterest' | translate}}"></i>
|
||||
<div class="col-sm-3">
|
||||
<select id="incomeFromInterestId" ng-model="formData.incomeFromInterestId" chosen="incomeAccountOptions"
|
||||
|
||||
@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2">{{ 'label.input.incomefrominterest' | translate }}</label>
|
||||
<label class="control-label col-sm-2">{{ 'label.input.interest.on.overdrafts' | translate }}</label>
|
||||
<i class="icon-question-sign col-sm-1 icon-white" tooltip="{{'label.tooltip.incomefromoverdraftinterest' | translate}}"></i>
|
||||
<div class="col-sm-3">
|
||||
<select id="incomeFromInterestId" ng-model="formData.incomeFromInterestId" chosen="incomeAccountOptions"
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
<td colspan="3">{{savingproduct.accountingMappings.incomeFromPenaltyAccount.name}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{'label.input.incomefrominterest' | translate}}({{'label.heading.income' | translate}})
|
||||
<td>{{'label.input.interest.on.overdrafts' | translate}}({{'label.heading.income' | translate}})
|
||||
</td>
|
||||
<td colspan="3">{{savingproduct.accountingMappings.incomeFromInterest.name}}</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user