
| PD Initiated Date | : | '.$pd_master_details[0]['createdon'].' | '; echo '|||||||
| PD Visit Date | : | '.$pd_master_details[0]['pd_visit_date'].' | |||||||
| PD Report Date | : | '.$pd_master_details[0]['pd_report_generated_date'].' | |||||||
| PD Initiated by | : | '.$pd_master_details[0]['branch_name'].' Branch | |||||||
| Loan Application ID | : | '.$pd_master_details[0]['lender_applicant_id'].' | |||||||
| Product | : | '.$pd_master_details[0]['product_name'].' | |||||||
| Customer Segment | : | '.(explode('-',$pd_master_details[0]['customer_segment_name'])[0]).' | |||||||
| Loan Amount (As Per PD Initiation) | : | ₹' .' '. MYUTIL::customIndianNumberFormat($pd_master_details[0]['loan_amount']). ' ('. MYUTIL::numtowords($pd_master_details[0]['loan_amount']) .') |
| Loan Amount (As Per Loan Applicants during PD) | : | ₹' .' '. MYUTIL::customIndianNumberFormat($loan_form['loan_amount']). ' ('. MYUTIL::numtowords($loan_form['loan_amount']) .') |
Disclaimer: '. $header_lender_disclaimer['disclaimer'] .'
'; } echo 'Registered / Corporate Office: SineEdge Consulting Private Limited. A-211, Pioneer Urban Square, Golf Course Extension Road, Sector 62, Gurgaon, Haryana - 122002
'; ?> $individual) { if($individual['is_person_met'] == true) { //array_push($person_met_images); $temp_person_met = array(); $applicant_name = $individual['applicant_name']; //echo 'Person(s) Met:
'; //echo ''.$person_met_details.'
'; //if($display_for_person_met != "" || $display_for_person_met != null){ echo 'Loan Applicants:
| Name | Age (Yrs/Mns) | Qualification / Type of Entity | Relationships |
|---|---|---|---|
| '.$title.' '.$applicant_name.$kyc_data.' | '.$individual['age'].' | '.$education_qualification.' | ';
$company_relationship_data = null;
//print_r($general_form['company_with_relationships']);
foreach($general_form['company_with_relationships'] as $company_with_relationship)
{
//print_r($company_with_relationship);
if($individual['pd_co_applicant_id'] == $company_with_relationship['applicant_name'])
{
//FInd Company Name from JSON
//echo "ONCE";
$company_relationship_data = ($company_with_relationship['company_relationship_master'] .' '.$company_with_relationship['company_name']);
$company_relationship_data.=' '; } } $personal_relationship_data = null; foreach($general_form['persons_with_relationships'] as $persons_with_relationship) { if(($individual['pd_co_applicant_id'] == $persons_with_relationship['pd_co_applicant_id'] || !strcasecmp($applicant_name,$persons_with_relationship['applicant_name']))&& isset($persons_with_relationship['relationship'])) { if( isset($persons_with_relationship['relation_to_master'])) { $RSNA = $persons_with_relationship['relation_to_master']; if(isset($persons_with_relationship['relationship_master'])) { $personal_relationship_data .= $persons_with_relationship['relationship_master'] .' of '. $RSNA; $personal_relationship_data.=' '; } } } } $company_relationship_data .= $personal_relationship_data; echo substr_replace($company_relationship_data, '', strrpos($company_relationship_data, ' '),strlen($company_relationship_data)); echo " |
| '. $ind_company['company_name'] .' | '. $ind_company['business_years']. (isset($ind_company['business_month']) ? ' . ' . $ind_company['business_month']: null) .' | '. ( $ind_company['business_entity_type'] == 1 ? $ind_company['business_entity_type_other'] : $business_entity_type_master[ $ind_company['business_entity_type'] ] ).' | Not Applicable |
PD LOCATION
Address at which PD was initiated: '.$pd_address['address'].', '.$pd_address['city_master'].', '.$pd_address['state_master'].' - '.$pincode.'.';
echo '
Address at which PD Visit actually done: '.$pd_alternative_address['alternative_address'].', '.$pd_alternative_address['city_master'].', '.$pd_alternative_address['state_master'].' - '.$alter_native_pincode.'.';
echo '
Reason for change in PD address:'.$pd_alternative_address['reason_for_alternative_address'];
}
else
{
echo 'PD Location Address : '.$pd_address['address'].', '.$pd_address['city_master'].', '.$pd_address['state_master'].' - '.$pincode.'.';
}
if(!empty($distances['distance'])){
echo '
Distance to PD location : '.$distances['distance'];
}
echo '
GPS Coordinates of location where PD Visit was done : '.$pd_master_details[0]['start_location'];
echo '
';
?>
$com_value)
{
// if($com_value['image_key'] == 'face_mark'){ array_push($faceimage_url,$com_value['doc_url']);}
if($com_value['pd_document_title'] == 'satellite')
{
$satellite_url = $com_value['doc_url'];
unset($pd_images['common_images'][$com_key]);
break;
}
}
}
?>
Location Summary
'; echo 'The PD visit was done at '. $address_type. 'Address Form - Type of Address of the loan applicants. '; //echo 'The '.$address_type.'Address Form - Type of Address is '.$property_owner_type.'Business Assest Form - Owner of the Property and the business has been in operation from here for the last '.$yrs_being_run.'Business Assest Form - Business running Yrs in this premise .'; echo 'LOAN DETAILS:
During the PD visit, person met provide the following information about loan applied for:'; $is_current_product_bl = $pd_master_details[0]['prod_catagory'] == "BL" ? true: false; $is_current_product_lab = $pd_master_details[0]['prod_catagory'] == "LAP" ? true: false; $is_current_product_laep = $pd_master_details[0]['prod_catagory'] == "LAEP" ? true: false; // echo $pd_master_details[0]['product_abbr']; // die(); $loan_table_dispaly_rows = array(); $loan_table_dispaly_rows[] = array('particulars' => 'Total Loan Amount applied for','details' => "₹"." ".$loan_amount.' ('.MYUTIL::numtowords($loan_form['loan_amount']).')'); if($is_current_product_bl || $is_current_product_laep) { $to_dispaly = !strcasecmp($loan_form['is_there_total_fund'], 'yes disclose') ? ('Disclosed '."₹"." ".MYUTIL::customIndianNumberFormat($loan_form['fund_amt']).' ('.MYUTIL::numtowords($loan_form['fund_amt']).')'):'Not Disclosed'; $loan_table_dispaly_rows[] = array('particulars' => 'Total Fund Requirement','details' => $to_dispaly); } $loan_table_dispaly_rows[] = array('particulars' => 'Loan Tenure expected','details' => $loan_form['loan_tenure'] != "" ? $loan_form['loan_tenure'].' Months' : 'Not provided'); $end_use = ''; $to_remove_for = false; foreach($loan_form['end_use_master'] as $enduse) { if(strpos(strval($enduse), 'Others') === false) { $end_use.= $enduse.' and ';} else { $to_remove_for = true; $end_use.=$loan_form['end_use_other'].' and'; } } $end_use = substr_replace($end_use, '', strrpos($end_use, 'and'),strlen($end_use)); //echo substr($end_use,0,3); if(strcasecmp(substr($end_use,0,3),'for')) { if(!(count($loan_form['end_use_master']) == 1 && $to_remove_for)) { $end_use = 'For '.$end_use; } } $loan_table_dispaly_rows[] = array('particulars' => 'Loan Purpose','details' => $end_use); if(strcasecmp($loan_form['is_transfer'],'no')) { $loan_table_dispaly_rows[] = array('particulars' => 'Balance Transfer Amount','details' => "₹"." ".MYUTIL::customIndianNumberFormat($loan_form['balance_transfer_amount']).' ('.MYUTIL::numtowords($loan_form['balance_transfer_amount']).')'); $loan_table_dispaly_rows[] = array('particulars' => 'Top Up Amount applied for','details' => "₹"." ".MYUTIL::customIndianNumberFormat($loan_form['topup_amount']).($loan_form['topup_amount'] ? (' ('.MYUTIL::numtowords($loan_form['topup_amount']).')') : '') ); if($loan_form['end_use_topup_master']) { $loan_table_dispaly_rows[] = array('particulars' => 'End Use of Topup','details' => ( strcasecmp('others',$loan_form['end_use_topup_master'])) ? $loan_form['end_use_topup_master'] : $loan_form['other_end_use_topup'] ); } $loan_table_dispaly_rows[] = array('particulars' => 'Balance Transfer from','details' => $loan_form['lender'] == 1 ? $loan_form['other_bt_lender']: $loan_form['lender_master']); } else{ //echo 'sdn-'.((!$is_current_product_bl) && !$is_current_product_lab); die(); if((!$is_current_product_bl) && !$is_current_product_lab && !$is_current_product_laep) { $loan_table_dispaly_rows[] = array('particulars' => 'Amount of Own Contribution','details' =>"₹"." ".MYUTIL::customIndianNumberFormat($loan_form['own_contribution']).' ('.MYUTIL::numtowords($loan_form['own_contribution']).')' ); $source_of_own_contribution = ''; foreach($loan_form['source_of_own_contribution_master'] as $own_source) { if(!strcasecmp($own_source, 'others')) { $source_of_own_contribution.=$loan_form['other_source'].' and ';}else{ $source_of_own_contribution.= $own_source.' and '; } } $source_of_own_contribution = substr_replace($source_of_own_contribution, '', strrpos($source_of_own_contribution, ' and '),strlen($source_of_own_contribution)); $loan_table_dispaly_rows[] = array('particulars' => 'Source of Own Contribution','details' => $source_of_own_contribution); } } $loan_table_dispaly_rows[] = array('particulars' => 'EMI Comfortable Paying','details' => $rupee_symbol." ".MYUTIL::customIndianNumberFormat($loan_form['emi_level']).' ('.MYUTIL::numtowords($loan_form['emi_level']).')' ); if(!$is_current_product_bl && !$is_current_product_laep) { if(isset($loan_form['property_type_master']) && $loan_form['property_type_master'] != "") { $loan_table_dispaly_rows[] = array('particulars' => 'Type of Property Being Mortgaged','details' => substr_count($loan_form['property_type_master'],'Others') ? $loan_form['property_type_others'] : $loan_form['property_type_master']); $owners_list = null;foreach($loan_form['owners_list_master'] as $owner){ $owners_list.=$owner.' and '; } $owners_list = substr_replace($owners_list, '', strrpos($owners_list, 'and'),strlen($owners_list)); if($owners_list == '') { if(isset($loan_form['owner_name_group'][0]['owner_name'])) { $owners_list = $loan_form['owner_name_group'][0]['owner_name']['name']; } } $loan_table_dispaly_rows[] = array('particulars' => 'Name of the current / proposed owner(s) of the Property being Mortgaged','details' => $owners_list); $loan_table_dispaly_rows[] = array('particulars' => 'Status of Construction','details' => $loan_form['construction_status_master']); $loan_table_dispaly_rows[] = array('particulars' => 'Estimated Market Value of the property being mortgaged','details' => ($loan_form['emv_per_customer'] != "" ? $rupee_symbol." ".MYUTIL::customIndianNumberFormat($loan_form['emv_per_customer']).' ('.MYUTIL::numtowords($loan_form['emv_per_customer']).')' : 'Not Provided')); } } if(isset($loan_form['property_seller']) && $loan_form['property_seller'] != '') { $loan_table_dispaly_rows[] = array('particulars' => 'Current Owner/Seller of the property','details' => $loan_form['property_seller'] ); } if(isset($loan_form['address']) && $loan_form['address'] != '') { $address_of_owner_seller_property = $loan_form['address'] . (isset($loan_form['city_master']) ? ', '.$loan_form['city_master'] : '') . (isset($loan_form['state_master']) ? ', '.$loan_form['state_master'] : '') . (isset($loan_form['pincode_master']) ? ', '.$loan_form['pincode_master'] : ''); $loan_table_dispaly_rows[] = array('particulars' => 'Address of the property','details' => $address_of_owner_seller_property ); } //print_r($loan_table_dispaly_rows); ?>| S.No | Loan Particulars | Loan Particular Details |
|---|---|---|
| '.($row_key + 1)." | ".$row['particulars']." | ".$row['details'] ." |
Person met/contacted has not provided ID Card
";} else if($employeement_data['photo_id_card'] == 'Others'){ echo "Person met/contacted provided ".$employeement_data['photo_id_others']." as ID Card.
"; } else{echo "Person met/contacted provided ".$employeement_data['photo_id_card']." as ID Card.
"; } } echo "Employer Name : ". explode('-', $employeement_data['employer_name'])[1] ."
" ; echo "Company Profile : ". $employeement_data['employer_in_brief'] ."
" ; echo "The applicant has served ". $employeement_data['how_long_year'] ." Years ".($employeement_data['how_long_month'] ? ' and '.$employeement_data['how_long_month'].' months' : '' )." as employee in this firm / company. " ; echo "Applicant has total work experience of ". $employeement_data['total_business_experience']." years.
"; echo $employeement_data['total_business_previous_experience'] ? ("Previously, applicant ".$employeement_data['total_business_previous_experience']) : ''; echo $employeement_data['was_met'] == 'no'? "
No one was met at the visited premises who could confirm the employment details of loan applicant.
":"During PD visit, ".$employeement_data['name_person_met'].' ( '. ($employeement_data['others_person_met'] ? $employeement_data['others_person_met'] : $employeement_data['designation_person_met_master']) .' ) was met at the visited premises.'; echo ($employeement_data['confirm_salary'] == 'no'? '
Salary amount was not confirmed because '.$employeement_data['sal_amount_was_not_confirmed'].'
' : 'Salary amount confirmed by person met is '.$rupee_symbol.' '.MYUTIL::customIndianNumberFormat($employeement_data['confirm_salary_amount']).'.
'); echo $employeement_data['attendance_seen'] == 'no' ? "Attendance Register was not seen during visit.
": "Attendance register was seen during visit.
"; echo $employeement_data['sal_reg_seen'] == 'no' ? "Salary register was not seen during visit.
": "Salary register was seen during visit.
"; echo "Salary paid to the applicant between ".MYUTIL::addOrdinalNumberSuffix($employeement_data['from_date_the_salary_is_rcv']) ." and ".MYUTIL::addOrdinalNumberSuffix($employeement_data['to_date_the_salary_is_rcv']). " of every month via ".$salary_mode_text [ $employeement_data['mode_of_getting_salary'] ]."
"; if((isset($employeement_data['amount_paid_in_cash']) && $employeement_data['amount_paid_in_cash']) && (isset($employeement_data['amount_paid_through_bank']) && $employeement_data['amount_paid_through_bank'])) { echo $rupee_symbol.' '.$employeement_data['amount_paid_in_cash']." paid as cash and ".$rupee_symbol.' '.$employeement_data['amount_paid_through_bank']." as bank transfer"; } // else if(isset($employeement_data['amount_paid_in_cash']) && $employeement_data['amount_paid_in_cash']) // { // echo "entire salary is paid as cash."; // } // else if(isset($employeement_data['amount_paid_through_bank']) && $employeement_data['amount_paid_through_bank']) // { // echo "entire salary is paid as bank transfer."; // } echo "Applicant gets monthly gross salary of ". $rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['gross_monthly_salary'])." and net monthly salary of ".$rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['net_monthly_salary'])."
"; echo $employeement_data['check_validated'] == "not validated" ? "The salary amount was not validated during visit because ".$employeement_data['why_was_it_not_validated']."
": "The salary amount was validated during visit ".$employeement_data['how_was_it_validated']."
"; echo $employeement_data['any_delays'] == 'yes' ? 'As per person met, sometimes there is delay in salary payment.
' : 'Generally, there is no delay in salary payment.
'; // echo $employeement_data['bonus_incentive'] ? "The applicant receives a bonus ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.
': 'Applicant does not get any Bonus amount or Incentives.
'; if(isset($employeement_data['bonus_incentive'])){ if($employeement_data['bonus_incentive'] > 0){ echo $employeement_data['bonus_incentive'] ? "The applicant receives a bonus ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.
': 'Applicant does not get any Bonus amount or Incentives.
'; } else{ echo "Applicant does not get any Bonus amount or Incentives "; } } echo $employeement_data['id_card_issued_company'] == 'yes' ? 'ID card issued by employer was seen by PD officer and same is available in zipped file enclosed with report.
' : '
ID card issued by employer was not seen because, '.$employeement_data['why_company_id_proof_not_available'].'
'; //echo "".$employeement_data['employment_remarks']."
": ""; } //die(); */ $employeement_data = array(); $salary_mode_text = array('both_bank_transfer_cash' => 'both bank and cash','bank_transfer' => 'bank transfer','paid_in_cash' => 'cash'); if(isset($pd_processed_forms[12])) { $employeement_data = json_decode($pd_processed_forms[12][0]['processed_json'],true); } //print_r($employeement_data); echo "During PD '.$employeement_data['name_person_met'] .' who is ('.$designation_of_person_met .') of the company/firm was met/contacted.
'; } else { echo 'During PD employer/Manager was not met/contacted.
'; } // print_r($employeement_data); if(isset($employeement_data['photo_id_card'])){ if ($employeement_data['photo_id_card'] == 'Not Provided'){ echo "Person met/contacted has not provided ID Card
";} else if($employeement_data['photo_id_card'] == 'Others'){ echo "Person met/contacted provided ".$employeement_data['photo_id_others']." as ID Card.
"; } else{echo "Person met/contacted provided ".$employeement_data['photo_id_card']." as ID Card.
"; } } if($employeement_data['visiting_card'] == 'yes'){ echo 'Person met/contacted provided company ID Card/Visiting Card.
';} else{ echo 'Person met/contacted was not provided company ID Card/Visiting Card.
'; } echo "Employer Name : ". explode('-', $employeement_data['employer_name'])[1] ."
" ; echo "Company Profile : ". $employeement_data['employer_in_brief'] ."
" ; echo "The applicant has served ". $employeement_data['how_long_year'] ." Years ".($employeement_data['how_long_month'] ? ' and '.$employeement_data['how_long_month'].' months' : '' )." as employee in this firm / company. " ; echo "Applicant has total work experience of ". $employeement_data['total_business_experience']." years.
"; echo $employeement_data['total_business_previous_experience'] ? ("Previously, applicant ".$employeement_data['total_business_previous_experience']) : ''; if(isset($employeement_data['employer_applicant_relation']) && $employeement_data['employer_applicant_relation'] == 'yes'){ echo '
Employer and applicant are relatives. Employer is ( '.$employeement_data['employer_applicant_relation_type'].' ) of applicant.
'; }else if(isset($employeement_data['employer_applicant_relation']) && $employeement_data['employer_applicant_relation'] == 'no'){ echo 'There is no relationship between employer and applicant.
'; } if(isset($employeement_data['no_of_employee_in_firm'])){ echo 'Number of employees working in firm '.$employeement_data['no_of_employee_in_firm'].'
'; } // echo $employeement_data['was_met'] == 'no'? "No one was met at the visited premises who could confirm the employment details of loan applicant.
":"During PD visit, ".$employeement_data['name_person_met'].' ( '. ($employeement_data['others_person_met'] ? $employeement_data['others_person_met'] : $employeement_data['designation_person_met_master']) .' ) was met at the visited premises.'; // echo ($employeement_data['confirm_salary'] == 'no'? '
Salary amount was not confirmed person met/contacted because '.$employeement_data['sal_amount_was_not_confirmed'].'
' : 'Salary amount confirmed by person met/contacted is '.$rupee_symbol.' '.MYUTIL::customIndianNumberFormat($employeement_data['confirm_salary_amount']).'.
'); // echo $employeement_data['attendance_seen'] == 'no' ? "Attendance Register was not seen during visit.
": "Attendance register was seen during visit.
"; // echo $employeement_data['sal_reg_seen'] == 'no' ? "Salary register was not seen during visit.
": "Salary register was seen during visit.
"; echo "Salary paid to the applicant between ".MYUTIL::addOrdinalNumberSuffix($employeement_data['from_date_the_salary_is_rcv']) ." and ".MYUTIL::addOrdinalNumberSuffix($employeement_data['to_date_the_salary_is_rcv']). " of every month via ".$salary_mode_text [ $employeement_data['mode_of_getting_salary'] ].".
"; if((isset($employeement_data['amount_paid_in_cash']) && $employeement_data['amount_paid_in_cash']) && (isset($employeement_data['amount_paid_through_bank']) && $employeement_data['amount_paid_through_bank'])) { echo "Applicant is getting ".$rupee_symbol.' '.$employeement_data['amount_paid_in_cash']." paid as cash and ".$rupee_symbol.' '.$employeement_data['amount_paid_through_bank']." as bank transfer."; } if(isset($employeement_data['sal_paid_regularly']) && $employeement_data['sal_paid_regularly'] == 'yes') { echo 'Salary has been paid regularly for last three months.
'; } else { echo 'Salary has been not paid regularly for last three months becasue '.$employeement_data['reason_not_sal_pay'].'.
' ; } // else if(isset($employeement_data['amount_paid_in_cash']) && $employeement_data['amount_paid_in_cash']) // { // echo "entire salary is paid as cash."; // } // else if(isset($employeement_data['amount_paid_through_bank']) && $employeement_data['amount_paid_through_bank']) // { // echo "entire salary is paid as bank transfer."; // } echo "Applicant gets monthly gross salary of ". $rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['gross_monthly_salary'])." and net monthly salary of ".$rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['net_monthly_salary'])."
"; if(isset($employeement_data['bonus_incentive'])){ if($employeement_data['bonus_incentive'] > 0){ echo $employeement_data['bonus_incentive'] ? "The applicant receives a bonus/incentives ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.
': 'Applicant does not get any Bonus amount or Incentives.
'; } else{ echo "Applicant does not get any Bonus amount or Incentives "; } } // echo $employeement_data['check_validated'] == "not validated" ? "The salary amount was not validated during visit because ".$employeement_data['why_was_it_not_validated']."
": "The salary amount was validated during visit ".$employeement_data['how_was_it_validated']."
"; // echo $employeement_data['any_delays'] == 'yes' ? 'As per person met, sometimes there is delay in salary payment.
' : 'Generally, there is no delay in salary payment.
'; // echo $employeement_data['bonus_incentive'] ? "The applicant receives a bonus ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.
': 'Applicant does not get any Bonus amount or Incentives.
'; echo $employeement_data['id_card_issued_company'] == 'yes' ? 'ID card issued by employer was seen by PD officer and same is available in zipped file enclosed with report.
' : '
ID card issued by employer was not seen because, '.$employeement_data['why_company_id_proof_not_available'].'
'; //echo "".$employeement_data['employment_remarks']."
": ""; echo "$document_name were seen during Field visit and photographs of same is available in zipped file enclosed with report.
"; } else { $reason = vendor_form::getSalNotConfirmedResons($employeement_data['docs_sighted']['doc_not_available'],(isset($employeement_data['docs_sighted']['doc_not_available_specify']) ? $employeement_data['docs_sighted']['doc_not_available_specify'] : '')); $dis = 'Applicant’s employment documents were not seen during Field visit'; if($reason) { $dis .= " becasue, $reason"; }; $reason .= '
.'; echo $dis; } //******************old // if(!$employeement_data['doc_not_available']) // { // echo 'Following documents sighted of applicant’s employment.
'; // // foreach ($variable as $key => $value) // // { // // } // } // else // { // $doc_not_available_resan = ''; // foreach ($employeement_data['doc_not_available'] as $dna_key => $dna_value) // { // $doc_not_available_resan .= $dna_value.', '; // } // //$doc_not_available_resan = $employeement_data['doc_not_available_specify'] ? ($doc_not_available_resan.', ') : $doc_not_available_resan; // $doc_not_available_resan = $doc_not_available_resan ? ( substr_replace($doc_not_available_resan,' ',-2)) : ''; // $ids = 'Applicant’s employment documents were not seen'; // if($doc_not_available_resan){$ids .= 'because '.$doc_not_available_resan;} // $ids .= '
'; // echo $ids; // } } ?> $rental_property) { //echo $rental_property_key; $current_property = json_decode($rental_property['processed_json'],true); $rental_data[] = RENTALFORM::getRentalText($current_property); } if(count($rental_data)) { echo ''; echo 'Rental Income Details
'; foreach ($rental_data as $key => $value) { echo 'Multistorey Details:
'; echo '| Floor Name | No of Units | Rent same for all Units | Unit Details | Total Rent Amount |
|---|---|---|---|---|
| '. $multistorey_value['floor_name'] .' | '. $multistorey_value['no_units_in_floor'] .' | '. $multistorey_value['same_rent'] .' | '. $multistorey_value['unit_details'] .' | '. $multistorey_value['total_floor_rent'] .' |
| Total | '. $rupee_symbol.' '.$value['unit_details']['multistorey_over_all_total'].' | |||
Unit Details:
'; foreach ($value['unit_details']['property_core'] as $u_key => $unit_value) { echo '| Sr.No | Asset Type | Asset Description | Asset Owned By | Approx Market Value(Rs) | Age of the Assest | Loan Again Assest |
|---|---|---|---|---|---|---|
| '. $rupee_symbol.' '.MYUTIL::customIndianNumberFormat($paRow['approximate_market_value']) : ( ($paRow['approximate_market_value'] != '' && $paRow['approximate_market_value'] != 0 ? $rupee_symbol.' '.MYUTIL::customIndianNumberFormat($paRow['approximate_market_value']): 'Not Provided' )); ?> |
As per Loan applicant, he does not have any other assets.
'.$other_assest_common_remrks.''; } ?> $ibRow) { $individualBankRow = json_decode($ibRow['processed_json'],true); $ind_banking_common_remarks = $individualBankRow['banking_form_remark']; if(isset($individualBankRow['bank_info_available']) && $individualBankRow['bank_info_available'] == 1) { $is_personal_banking_available = 1; if(count($individualBankRow['banking_details'])>0){ $getIndividualEachValues=BANKINGFORM::getIndividualBankingDetails($individualBankRow['banking_details'],$pd_master_details[0]['pd_id']); $bankingResult = array_merge($bankingResult,$getIndividualEachValues); } } } ?>Below bank account details were shared :
| Sr.No | Account Holder's Name | Bank Name | Account Type | OD / CC Limit | Vintage |
|---|---|---|---|---|---|
| Sr.No | Income Source | Earned by | Amount(Rs) |
|---|---|---|---|
As per the loan applicants, they do not have any other source of Income.
'. $other_source_income_common_remarks.''; } ?> $fRow) { $familyRow = json_decode($fRow['processed_json'],true); //print_r($familyRow);die(); $other_family_form_common_remarks = $familyRow['family_details_form_remark']; if(array_key_exists('family_details',$familyRow) && count($familyRow['family_details'])>0){ $familyResult=OTHERFAMILYFORM::getFamilyDetails($familyRow['family_details'],$pd_master_details[0]['pd_id']); } } ?>' . $intro_text . '
';echo '' . $residence_text . '
'; ?>The table below provides details of other family members of
| Sr.No | Name | Relation | Age | Earning Status | Occupation Details |
|---|---|---|---|---|---|
Other Family Members is not available.
'.$other_family_form_common_remarks.''; } ?> $elRow) { $otherLoanRow = json_decode($elRow['processed_json'],true); $existing_loan_form_common_remarks = $otherLoanRow['currentloan_remarks']; $total_no_of_data = 0; if(strtoupper($otherLoanRow['existing_loan'])=='YES' && count($otherLoanRow['loan_details'])>0){ $is_existing_loans_available = 1; $is_all_loan_details_availble ='yes'; $total_no_of_data = count($otherLoanRow['loan_details']); $existLoanResult=FINANCIALFORM::getOtherLoanDetails($otherLoanRow['loan_details'],$pd_master_details[0]['pd_id']); } } //print_r($existLoanResult);//die(); ?>| Particulars | Loan $pre_loan_no"; } ?>
|---|
As per loan applicant he does not have any existing loan obligations.
'.$existing_loan_form_common_remarks.'';} ?> '; echo ''.$final_remark_data['market_intelligence'].'
'; echo '|
Polite
|
Rude
|
Others*
|
|
Well Suited
|
Fairly Suited
|
Not Suited
|
|
Positive
|
Refer to Credit
|
Negative
|
Others*
|
PD officer recommendation is '.$fo_diplay.'.
';?>The following key points were considered while arriving at the aforementioned status.
"; foreach($final_remark_data['recommendation_positive'] as $pos){ echo "'.$pd_officer_final_remark.'
' ?> $value) // { // if($value['img_type'] == 1 || $value['img_type'] == 2 || $value['pd_document_title'] == 'satellite') // { // unset($pd_images['common_images'][$key]); // } // } //echo count($pd_images['common_images']); // print_r($pd_images['common_images']); $pd_images['common_images'] = array_values($pd_images['common_images']); $tot_rows = ceil(count($pd_images['common_images'])/3); echo ''; echo '| Photograph`s |
|---|
| '. $doc_title .' | ';
}
//unset($p_key);
}
echo '
'. $footer_lender_disclaimer['disclaimer'] .'
'; } echo ""; // ########################### End disclaimer end ######################################### ?>