Fairoj : SMC credit pd Template changes LFMP AND WCTL

This commit is contained in:
venbatechnologies@gmail.com 2021-04-21 19:50:53 +05:30
parent 8427950eea
commit e5aa6d41b9
4 changed files with 1040 additions and 1095 deletions

View File

@ -635,6 +635,37 @@
"group_key": "financial_info",
"group_title": "Financial Information"
},
{
"question":"Name of the Company",
"question_key":"company_name",
"place_holder":"Enter text",
"type":"3",
"api_properties":{
"api":"getCompanyListForSMCList",
"api_method":"POST",
"params":{"records":{
"pd_id":"VAR_PD_ID",
"random_string":"VAR_RANDOM_STRING"
}},
"fields":[
"company_id",
"borrower_name"
]
},
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"field_type":"string",
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Company Name Required",
"value":null
}
]
},
{
"question": "Number of financial years for which we have financials",
"question_key": "no_of_financial_years",
@ -673,39 +704,6 @@
]
},
{
"question":"Name of the Company",
"question_key":"company_name",
"place_holder":"Enter text",
"type":"3",
"api_properties":{
"api":"getCompanyListForSMCList",
"api_method":"POST",
"params":{"records":{
"pd_id":"VAR_PD_ID",
"random_string":"VAR_RANDOM_STRING"
}},
"fields":[
"company_id",
"borrower_name"
]
},
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"field_type":"string",
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Company Name Required",
"value":null
}
]
},
{
"question_key": "common_remarks",
"question": "Remarks",

View File

@ -3,6 +3,39 @@
"section_name": "General Business Information",
"onsubmit": null,
"questions": [
{
"question": [
{
"question":"Name of the Company",
"question_key":"company_name",
"place_holder":"Enter text",
"type":"3",
"api_properties":{
"api":"getCompanyListForSMCList",
"api_method":"POST",
"params":{"records":{
"pd_id":"VAR_PD_ID",
"random_string":"VAR_RANDOM_STRING"
}},
"fields":[
"company_id",
"borrower_name"
]
},
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"field_type":"string",
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Company Name Required",
"value":null
}
]
},
{
"question": "Type of Business Entity",
"question_key": "business_entity_type",
@ -47,7 +80,8 @@
"type": "3",
"field_width": "45",
"api_properties": null,
"answers":[{
"answers": [
{
"answer": "Within India",
"answer_id": "Within India"
},
@ -58,8 +92,8 @@
{
"answer": "Both (within India and Export)",
"answer_id": "Both (within India and Export)"
}],
}
],
"onchange_properties": null,
"is_repeatable": null,
"validations": [
@ -78,13 +112,16 @@
"type": "2",
"field_width": "45",
"api_properties": null,
"answers":[{
"answers": [
{
"answer": "Yes",
"answer_id": "Yes"
},{
},
{
"answer": "No",
"answer_id": "No"
}],
}
],
"onchange_properties": [
{
"purpose": "FORM_CTRL",
@ -191,7 +228,6 @@
}
]
}
]
}
]
@ -207,6 +243,11 @@
"value": null
}
]
}
],
"is_repeatable": "1",
"group_title": "Details of General Business Information",
"group_key": "general_business"
},
{
"question_key": "common_remarks",
@ -219,14 +260,7 @@
"is_repeatable": null,
"field_type": "string",
"field_width": "45",
"validations":[
"validations": []
}
]
}
],
"is_repeatable":"1",
"group_title":"Details of General Business Information",
"group_key":"general_business"
}

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,37 @@
"questions":[
{
"question":[
{
"question":"Name of the Company",
"question_key":"company_name",
"place_holder":"Enter text",
"type":"3",
"api_properties":{
"api":"getCompanyListForSMCList",
"api_method":"POST",
"params":{"records":{
"pd_id":"VAR_PD_ID",
"random_string":"VAR_RANDOM_STRING"
}},
"fields":[
"company_id",
"borrower_name"
]
},
"answers":null,
"onchange_properties":null,
"is_repeatable":null,
"field_type":"string",
"validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Company Name Required",
"value":null
}
]
},
{
"question":"Type of Business Entity",
"question_key":"business_entity_type",