mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
// Configuration file for making the fields hide , show and Read only
|
|
// To enable the configuration create a folder called config under app/scripts and copy the UIconfig.json file under app/scripts/config
|
|
//Any of the values set to true the respected fields are hidden and the values set to false the fields are visible in the respected page.
|
|
{
|
|
"enableUIDisplayConfiguration": true,
|
|
"uiDisplayConfigurations": {
|
|
"loanAccount": {
|
|
"isHiddenField": {
|
|
"fundId": true,
|
|
"linkAccountId": true,
|
|
"createStandingInstruction": true,
|
|
"numberOfRepayments": true,
|
|
"repaymentEvery": true,
|
|
"repaymentFrequencyType": true,
|
|
"repaymentFrequencyNthDayType": true,
|
|
"repaymentFrequencyDayOfWeekType": true,
|
|
"interestChargedFromDate": true,
|
|
"repaymentsStartingFromDate": true,
|
|
"interestType": true,
|
|
"amortizationType": true,
|
|
"interestCalculationPeriodType": true,
|
|
"inArrearsTolerance": true,
|
|
"graceOnInterestCharged": true,
|
|
"transactionProcessingStrategyId": true,
|
|
"graceOnInterestPayment": true,
|
|
"graceOnArrearsAgeing": true
|
|
},
|
|
"isHiddenSection": {
|
|
"interestRecalculationSection": true,
|
|
"collateralSection": true
|
|
},
|
|
"isReadOnlyField": {
|
|
"loanTermFrequencyType": true
|
|
}
|
|
}
|
|
}
|
|
} |