From 737e5a13e1b509a8e88baffd5924990af0f270a0 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 7 Jun 2023 10:43:34 +0530 Subject: [PATCH] Renamed File : ps (for flyhi) --- .../views/sale_pd_templates/DemoFSL.php | 434 ++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 api/application/views/sale_pd_templates/DemoFSL.php diff --git a/api/application/views/sale_pd_templates/DemoFSL.php b/api/application/views/sale_pd_templates/DemoFSL.php new file mode 100644 index 00000000..68a1cb65 --- /dev/null +++ b/api/application/views/sale_pd_templates/DemoFSL.php @@ -0,0 +1,434 @@ +↑'; + $downarrow = ''; + $dash = ' '; + $product_abbr = $master[0]['abbr']; + $product = $master[0]['name']; + $rupee_symbol = ""; + $title = ""; + if($section1['verification_type'] == "Office verification" || $section1['verification_type'] == "Workplace verification"){$title = "Workplace FI for ".$product; } + else if($section1['verification_type'] == "Residence verification"){$title = "Residence FI for ".$product;} + $smc_emp_code = $master[0]['smc_emp_code']; + $residence_ownership_arr = array("self_owned" => "Self-Owned","parental"=>"Parental","family_owned"=>"Family Owned","rented"=>"Rented"); + $residence_yr_arr = array("0"=>"< 1 yr","1"=>"1-2 yrs","2"=>"2 to 5 yrs","3"=>"> 5 yrs"); + $occupation_arr = array("0"=>"Salaried","1"=>"SENP","2"=>"SEP"); + $constitution_arr = array("0"=>"Ltd","1"=>"Pvt","2"=>"Ltd","3"=>"Trust/Society","4"=>"Partnership/LLP","5"=>"Proprietorship"); + +?> + + + + + + + + + + + + + +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Lender Name
Branch
Application ID
Lender Sales Person
Lender Credit Person
Product Name
Loan Amount Applied for (Rs)
Applicant Name
Applicant Mobile Number
Verification Type
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Residence Details
Address Details
CityStatePIN
Residence Ownership
Years at Current Residence
Permanent Address Same as Current Residence Address
Permanent Address
CityStatePIN
Number of Earning Family Member
Number of Dependents
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --> + + + + + + + + + + + + + + + + + +
Office Details
Address Details
CityStatePIN
Occupation of the Loan Applicant
Employer/Business Name
CityStatePIN
Constitution of Employer /Business
Years at Current employment/Business
Total Work Experience (in Years)
Net Monthly Salary/ Net Income (Rs)
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Additional Questions
Name of Student
Relationship with Applicant
Educational Institute Name
Educational Institute Address
Class /Section/ Course Name
Educational Institute Fee (Rs)
Duration of the Course (months)
Loan Amount Applied for (Rs) Loan Tenure (Months)
+
+
Satellite Image of PD Location

+

GPS Coordinates of location where PD Visit was done :

+ + PD Visted Location Satellite Image + Due to location access not provided by loan applicant Geo coordinates on photographs and Satellite image of PD location is not shown

';} + ?> + 'Selfie with person met','satellite1' => 'satellite'); + $photo_names = array('selfie_with_person_met' => 'Selfie with person met','approach_to_pd_location' => 'Approach to pd location','name_board_seen' => 'Name board seen', 'stock_image' => 'Stock image','workplace_interior_image' => 'Workplace interior image','satellite1' => 'satellite'); + + $tot_rows = ceil(count($section9) / 3); + + if(count($section9)) + { + echo '
'; + echo '
Photograph`s

'; + + $add_factor = 0; + for($row = 0;$row < $tot_rows; $row++) + { + echo ''; + + $from = $row == 0 ? $row : ($row+$add_factor); + $to = ($from + 2); + $add_factor = $add_factor + 2; + for($i = $from ; $i <= $to; $i++) + { + + if(isset($section9[$i])) + { + + echo ''; + } + + //unset($p_key); + } + echo ''; + } + echo '
'.$section9[$i]['img_name'].'
'.$photo_names [ $section9[$i]['img_name'] ].'
'; + } + ?> + + \ No newline at end of file