diff --git a/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php b/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php
index f865dc43..0e993b21 100644
--- a/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php
+++ b/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php
@@ -414,7 +414,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
';
- echo '
General Information:
';
+ echo 'GENERAL INFORMATION:
';
$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 'Address Details:
';
+ echo 'ADDRESS DETAILS:
';
if ($address_value['is_pd_done_on_initiated_address'] == 'yes') {
echo '' . '
Visit Initiated Address: '.$address_value['initiated_address'].' , '.$address_value['city_master'].' , '.$address_value['state_master'].' , '.$address_value['pincode_master'].'.
';
@@ -455,7 +455,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
';
- echo 'Visit Details:
';
+ echo 'VISIT DETAILS:
';
$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');
}
}
?>
- Neighbourhood / Reference Check
+ NEIGHBOURHOOD / REFERENCE CHECK
';
- echo 'Credit Manager`s Specific Queries:
';
+ echo 'CREDIT MANAGER`S SPECIFIC QUERIES:
';
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 '
';
- echo 'Document to be photographed/scanned:
';
+ echo 'DOCUMENT TO BE PHOTOGRAPHED/SCANNED:
';
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');
- VISITING OFFICER`S REMARKS
+ VISITING OFFICER`S REMARKS
';
+ echo 'VISIT PICTURES
';
echo '
';
$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;
diff --git a/api/application/views/report_templates/JSONTOREPORT_FI_OV_SAL.php b/api/application/views/report_templates/JSONTOREPORT_FI_OV_SAL.php
index dda7dd57..fbf66fc6 100644
--- a/api/application/views/report_templates/JSONTOREPORT_FI_OV_SAL.php
+++ b/api/application/views/report_templates/JSONTOREPORT_FI_OV_SAL.php
@@ -414,7 +414,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
';
- echo 'General Information:
';
+ echo 'GENERAL INFORMATION:
';
$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 'Address Details:
';
+ echo 'ADDRESS DETAILS:
';
if ($address_value['is_pd_done_on_initiated_address'] == 'yes') {
echo '' . '
Visit Initiated Address: '.$address_value['initiated_address'].' , '.$address_value['city_master'].' , '.$address_value['state_master'].' , '.$address_value['pincode_master'].'.
';
@@ -455,7 +455,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
';
- echo 'Visit Details:
';
+ echo 'VISIT DETAILS:
';
$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 '
';
- echo 'Credit Manager`s Specific Queries:
';
+ echo 'CREDIT MANAGER`S SPECIFIC QUERIES:
';
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 '';
+ echo 'VISIT PICTURES
';
echo '
';
$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;
diff --git a/api/application/views/report_templates/JSONTOREPORT_FI_RV.php b/api/application/views/report_templates/JSONTOREPORT_FI_RV.php
index a8f4891d..27d88628 100644
--- a/api/application/views/report_templates/JSONTOREPORT_FI_RV.php
+++ b/api/application/views/report_templates/JSONTOREPORT_FI_RV.php
@@ -449,7 +449,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
';
- echo 'General Information:
';
+ echo 'GENERAL INFORMATION:
';
$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 'Address Details:
';
+ echo 'ADDRESS DETAILS:
';
if ($address_value['is_pd_done_on_initiated_address'] == 'yes') {
echo '' . '
Visit Initiated Address: '.$address_value['initiated_address'].' , '.$address_value['city_master'].' , '.$address_value['state_master'].' , '.$address_value['pincode_master'].'.
';
@@ -490,7 +490,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
';
- echo 'VISIT DETAILS:
';
+ echo 'VISIT DETAILS:
';
$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');
}
}
?>
- Neighbourhood / Reference Check
+ NEIGHBOURHOOD / REFERENCE CHECK
';
- echo 'Credit Manager`s Specific Queries:
';
+ echo 'CREDIT MANAGER`S SPECIFIC QUERIES:
';
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 '
';
- echo 'Document to be photographed/scanned:
';
+ echo 'DOCUMENT TO BE PHOTOGRAPHED/SCANNED:
';
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');
- VISITING OFFICER`S REMARKS
+ VISITING OFFICER`S REMARKS
';
+ echo 'VISIT PICTURES
';
echo '
';
$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;