FI Changes 6 : ps

This commit is contained in:
VE10-Sanjeev 2022-09-21 18:13:17 +05:30
parent e6a6f287c9
commit a8150ebb13
5 changed files with 15580 additions and 2 deletions

View File

@ -2704,7 +2704,9 @@ class PD_Controller extends REST_Controller
$records['docs_to_be_sighted'] = isset($processed_json['docs_to_be_sighted']) ? $processed_json['docs_to_be_sighted'] : null;
unset($processed_json['docs_to_be_sighted']);
case 27: case 28: case 29: case 30: case 31: case 32: case 33:
$processed_json = $records;
break;
//default:
//echo "Something Wrong! Form ID did not match, Contact System Administrator";
}
@ -5854,6 +5856,14 @@ class PD_Controller extends REST_Controller
} else if ($data['pd_master_details'][0]['customer_segment_abbr'] == 'SE-DI' || $data['pd_master_details'][0]['customer_segment_abbr'] == 'SE-AI' || $data['pd_master_details'][0]['customer_segment_abbr'] == 'SEP_INDV') {
$t = $this->load->view('report_templates/JSONTOREPORT_DI_AI_TELE_PD', $data, true);
}
} else if ($data['pd_master_details'][0]['fk_pd_type'] == 4){ //FI PD
if ($data['pd_master_details'][0]['fk_fi_type_id'] == 1 ){
$t = $this->load->view('report_templates/JSONTOREPORT_FI_OV_DI', $data, true);
} else if ($data['pd_master_details'][0]['fk_fi_type_id'] == 2 ){
$t = $this->load->view('report_templates/JSONTOREPORT_FI_OV_SAL', $data, true);
} else if ($data['pd_master_details'][0]['fk_fi_type_id'] == 3 ){
$t = $this->load->view('report_templates/JSONTOREPORT_FI_RV', $data, true);
}
}
} else {
$t = $this->load->view('report_templates/JSONTOREPORT_DI_AI_ADDON', $data, true);

View File

@ -7,7 +7,7 @@ $loan_word = $pd_master_details[0]['lender_short_name'] != 'CFPL' ? 'Loan' : 'Fa
<!DOCTYPE html>
<html lang="en" id="mydoc" onkeyup="saveEdits(event)">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff