Label Text FIreport : ps
This commit is contained in:
parent
2d1f419d83
commit
deca0bfc2e
@ -414,7 +414,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ####################### general information ############################-->
|
||||
<?php
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">General Information: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>GENERAL INFORMATION</u>: </h3>';
|
||||
$general_form = json_decode($pd_processed_forms[27][0]['processed_json'], true);
|
||||
$value = $general_form['json'];
|
||||
$all_applicant_details = $applicants_details;
|
||||
@ -435,7 +435,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
$address_form = json_decode($pd_processed_forms[28][0]['processed_json'], true);
|
||||
$address_value = $address_form['json'];
|
||||
if(!empty($address_value)){
|
||||
echo '<h3 contenteditable="true">Address Details: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>ADDRESS DETAILS</u>: </h3>';
|
||||
if ($address_value['is_pd_done_on_initiated_address'] == 'yes') {
|
||||
echo '<p>' . '
|
||||
<b>Visit Initiated Address:</b> '.$address_value['initiated_address'].' , '.$address_value['city_master'].' , '.$address_value['state_master'].' , '.$address_value['pincode_master'].'. </p>';
|
||||
@ -455,7 +455,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ####################### office visit DI ############################-->
|
||||
<?php
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Visit Details: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>VISIT DETAILS</u>: </h3>';
|
||||
$Office_visit_data = json_decode($pd_processed_forms[29][0]['processed_json'], true);
|
||||
$ov_value = $Office_visit_data['json'];
|
||||
|
||||
@ -503,7 +503,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<h3 contenteditable="true">Neighbourhood / Reference Check</h3>
|
||||
<h3 contenteditable="true"><u>NEIGHBOURHOOD / REFERENCE CHECK</u></h3>
|
||||
<?php
|
||||
|
||||
//echo $pd_offiecer_status_about_neighbor;
|
||||
@ -614,7 +614,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true"><u>CREDIT MANAGER`S SPECIFIC QUERIES</u>:</h3>';
|
||||
|
||||
if (isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed'])) {
|
||||
|
||||
@ -629,7 +629,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Document to be photographed/scanned: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>DOCUMENT TO BE PHOTOGRAPHED/SCANNED</u>: </h3>';
|
||||
|
||||
if (isset($credit_officier_specific_queries['docs_to_be_sighted_processed']) && count($credit_officier_specific_queries['docs_to_be_sighted_processed'])) {
|
||||
|
||||
@ -674,7 +674,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ################# final remarks #################-->
|
||||
<div class="page_break"></div>
|
||||
<br>
|
||||
<h3 contenteditable="true">VISITING OFFICER`S REMARKS</h3>
|
||||
<h3 contenteditable="true"><u>VISITING OFFICER`S REMARKS</u></h3>
|
||||
<?php
|
||||
$final_remark_data = json_decode($pd_processed_forms[33][0]['processed_json'],true) ;
|
||||
//print_r($final_remark_data);
|
||||
@ -955,8 +955,9 @@ if (count($pd_images['common_images'])) {
|
||||
//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);
|
||||
$tot_rows = ceil(count($pd_images['common_images']) / 2);
|
||||
echo '<div id="page_break"></div>';
|
||||
echo '<h3 contenteditable="true"><u>VISIT PICTURES</u></h3>';
|
||||
echo '<table class="scorecard_table"><tr><th class="thlargefont" colspan="10">Photograph`s</th></tr></table><br><table ><tbody>';
|
||||
$employment_img_names = array('attendance_seen_pic' => 'Attendance Register Image', 'sal_reg_seen_pic' => 'Salary Register Image', 'id_card_image' => 'Employee ID card', 'name_board_img' => 'Name Board Image');
|
||||
$add_factor = 0;
|
||||
|
||||
@ -414,7 +414,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ####################### general information ############################-->
|
||||
<?php
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">General Information: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>GENERAL INFORMATION</u>: </h3>';
|
||||
$general_form = json_decode($pd_processed_forms[27][0]['processed_json'], true);
|
||||
$value = $general_form['json'];
|
||||
$all_applicant_details = $applicants_details;
|
||||
@ -435,7 +435,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
$address_form = json_decode($pd_processed_forms[28][0]['processed_json'], true);
|
||||
$address_value = $address_form['json'];
|
||||
if(!empty($address_value)){
|
||||
echo '<h3 contenteditable="true">Address Details: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>ADDRESS DETAILS</u>: </h3>';
|
||||
if ($address_value['is_pd_done_on_initiated_address'] == 'yes') {
|
||||
echo '<p>' . '
|
||||
<b>Visit Initiated Address:</b> '.$address_value['initiated_address'].' , '.$address_value['city_master'].' , '.$address_value['state_master'].' , '.$address_value['pincode_master'].'. </p>';
|
||||
@ -455,7 +455,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ####################### office visit DI ############################-->
|
||||
<?php
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Visit Details: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>VISIT DETAILS</u>: </h3>';
|
||||
$Office_visit_data = json_decode($pd_processed_forms[29][0]['processed_json'], true);
|
||||
$ov_value = $Office_visit_data['json'];
|
||||
// print_r($ov_value);
|
||||
@ -547,7 +547,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true"><u>CREDIT MANAGER`S SPECIFIC QUERIES</u>:</h3>';
|
||||
|
||||
if (isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed'])) {
|
||||
|
||||
@ -888,8 +888,9 @@ if (count($pd_images['common_images'])) {
|
||||
//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);
|
||||
$tot_rows = ceil(count($pd_images['common_images']) / 2);
|
||||
echo '<div id="page_break"></div>';
|
||||
echo '<h3 contenteditable="true"><u>VISIT PICTURES</u></h3>';
|
||||
echo '<table class="scorecard_table"><tr><th class="thlargefont" colspan="10">Photograph`s</th></tr></table><br><table ><tbody>';
|
||||
$employment_img_names = array('attendance_seen_pic' => 'Attendance Register Image', 'sal_reg_seen_pic' => 'Salary Register Image', 'id_card_image' => 'Employee ID card', 'name_board_img' => 'Name Board Image');
|
||||
$add_factor = 0;
|
||||
|
||||
@ -449,7 +449,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ####################### general information ############################-->
|
||||
<?php
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">General Information: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>GENERAL INFORMATION</u>: </h3>';
|
||||
$general_form = json_decode($pd_processed_forms[27][0]['processed_json'], true);
|
||||
$value = $general_form['json'];
|
||||
$all_applicant_details = $applicants_details;
|
||||
@ -470,7 +470,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
$address_form = json_decode($pd_processed_forms[28][0]['processed_json'], true);
|
||||
$address_value = $address_form['json'];
|
||||
if(!empty($address_value)){
|
||||
echo '<h3 contenteditable="true">Address Details: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>ADDRESS DETAILS</u>: </h3>';
|
||||
if ($address_value['is_pd_done_on_initiated_address'] == 'yes') {
|
||||
echo '<p>' . '
|
||||
<b>Visit Initiated Address:</b> '.$address_value['initiated_address'].' , '.$address_value['city_master'].' , '.$address_value['state_master'].' , '.$address_value['pincode_master'].'. </p>';
|
||||
@ -490,7 +490,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ####################### office visit DI ############################-->
|
||||
<?php
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">VISIT DETAILS: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>VISIT DETAILS</u>: </h3>';
|
||||
|
||||
|
||||
$residence_visit_data = json_decode($pd_processed_forms[30][0]['processed_json'], true);
|
||||
@ -536,7 +536,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<h3 contenteditable="true">Neighbourhood / Reference Check</h3>
|
||||
<h3 contenteditable="true"><u>NEIGHBOURHOOD / REFERENCE CHECK</u></h3>
|
||||
<?php
|
||||
|
||||
//echo $pd_offiecer_status_about_neighbor;
|
||||
@ -647,7 +647,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true"><u>CREDIT MANAGER`S SPECIFIC QUERIES</u>:</h3>';
|
||||
|
||||
if (isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed'])) {
|
||||
|
||||
@ -662,7 +662,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3 contenteditable="true">Document to be photographed/scanned: </h3>';
|
||||
echo '<h3 contenteditable="true"><u>DOCUMENT TO BE PHOTOGRAPHED/SCANNED</u>: </h3>';
|
||||
|
||||
if (isset($credit_officier_specific_queries['docs_to_be_sighted_processed']) && count($credit_officier_specific_queries['docs_to_be_sighted_processed'])) {
|
||||
|
||||
@ -707,7 +707,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<!-- ################# final remarks #################-->
|
||||
<div class="page_break"></div>
|
||||
<br>
|
||||
<h3 contenteditable="true">VISITING OFFICER`S REMARKS</h3>
|
||||
<h3 contenteditable="true"><u>VISITING OFFICER`S REMARKS</u></h3>
|
||||
<?php
|
||||
$final_remark_data = json_decode($pd_processed_forms[33][0]['processed_json'],true) ;
|
||||
//print_r($final_remark_data);
|
||||
@ -988,8 +988,9 @@ if (count($pd_images['common_images'])) {
|
||||
//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);
|
||||
$tot_rows = ceil(count($pd_images['common_images']) / 2);
|
||||
echo '<div id="page_break"></div>';
|
||||
echo '<h3 contenteditable="true"><u>VISIT PICTURES</u></h3>';
|
||||
echo '<table class="scorecard_table"><tr><th class="thlargefont" colspan="10">Photograph`s</th></tr></table><br><table ><tbody>';
|
||||
$employment_img_names = array('attendance_seen_pic' => 'Attendance Register Image', 'sal_reg_seen_pic' => 'Salary Register Image', 'id_card_image' => 'Employee ID card', 'name_board_img' => 'Name Board Image');
|
||||
$add_factor = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user