ALERTS & EDITEABLE HEADING IN REPORT
This commit is contained in:
parent
0fa49c7ddd
commit
637762f188
@ -9049,10 +9049,10 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
|
||||
if($records['is_person_met_id_proof'] != "" && !substr_count($records['is_person_met_id_proof'],'https'))
|
||||
{
|
||||
$img_data[] = array('Name' => ($records['applicant_name'].'-id_proof'), 'image' => $records['is_person_met_id_proof'], 'link' => $records['link']);
|
||||
$where1 = ($records['applicant_name'].'-id_proof');
|
||||
$where2 = ($records['applicant_name'].'-id_proof');
|
||||
}
|
||||
|
||||
if($where1 != '' || $where2 != '')
|
||||
if($where1 != '' && $where2 != '')
|
||||
{
|
||||
$sql .= ' and (pd_document_title = ? or pd_document_title = ?)';
|
||||
$this->db->query($sql, array($where1, $where2));
|
||||
|
||||
@ -184,14 +184,21 @@ class PDALERTS
|
||||
// self::sendMail($CI,$lender_email,$msg,$core_details); // currently Mail disabled
|
||||
}
|
||||
|
||||
// if(ENVIRONMENT == 'production')
|
||||
// {
|
||||
|
||||
if($lender_sales_person_email != null){ self::sendMail($CI,$lender_sales_person_email,$msg,$core_details); }
|
||||
if($lender_credit_person_email != null){ self::sendMail($CI,$lender_credit_person_email,$msg,$core_details); }
|
||||
if($financial_institude_email != null){ self::sendMail($CI,$financial_institude_email,$msg,$core_details); }
|
||||
//}
|
||||
if($financial_institude_email != null)
|
||||
{
|
||||
self::sendMail($CI,$financial_institude_email,$msg,$core_details);
|
||||
self::sendMail($CI,'velmurugan.s@venbainfotech.com',$msg,$core_details);
|
||||
if(ENVIRONMENT == 'testing')
|
||||
{
|
||||
self::sendMail($CI,'vitvelz@gmail.com',$msg,$core_details);
|
||||
}
|
||||
}
|
||||
|
||||
self::sendMail($CI,'komalmittal@sinemanagement.com',$msg,$core_details);
|
||||
self::sendMail($CI,'velmurugan.s@venbainfotech.com',$msg,$core_details);
|
||||
|
||||
self::sendMail($CI,'sinepd@sinemanagement.com',$msg,$core_details);
|
||||
|
||||
}
|
||||
|
||||
@ -2594,7 +2594,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?>
|
||||
|
||||
<?php
|
||||
echo "<h3>Client Details</h3>";
|
||||
echo '<h3 contenteditable="true">Client Details</h3>';
|
||||
if($is_client_details_available != null)
|
||||
{
|
||||
|
||||
@ -4036,7 +4036,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// if(count($credit_officier_specific_queries))
|
||||
// {
|
||||
echo '<br>';
|
||||
echo '<h3>Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
//echo '<br>';
|
||||
if(isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed']))
|
||||
{
|
||||
@ -4055,7 +4055,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3>Documents to be collected: </h3>';
|
||||
echo '<h3 contenteditable="true">Documents to be collected: </h3>';
|
||||
//
|
||||
if(isset($credit_officier_specific_queries['docs_to_be_sighted_processed']) && count($credit_officier_specific_queries['docs_to_be_sighted_processed']))
|
||||
{
|
||||
|
||||
@ -2639,7 +2639,7 @@ if($total_no_of_business > 0) {
|
||||
?>
|
||||
|
||||
<?php
|
||||
echo "<h3>Client Details</h3>";
|
||||
echo '<h3 contenteditable="true">Client Details</h3>';
|
||||
if($is_client_details_available != null)
|
||||
{
|
||||
|
||||
@ -4097,7 +4097,7 @@ if($total_no_of_business > 0) {
|
||||
// if(count($credit_officier_specific_queries))
|
||||
// {
|
||||
echo '<br>';
|
||||
echo '<h3>Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
//echo '<br>';
|
||||
if(isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed']))
|
||||
{
|
||||
@ -4116,7 +4116,7 @@ if($total_no_of_business > 0) {
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3>Documents to be collected: </h3>';
|
||||
echo '<h3 contenteditable="true">Documents to be collected: </h3>';
|
||||
//
|
||||
if(isset($credit_officier_specific_queries['docs_to_be_sighted_processed']) && count($credit_officier_specific_queries['docs_to_be_sighted_processed']))
|
||||
{
|
||||
|
||||
@ -2622,7 +2622,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?>
|
||||
|
||||
<?php
|
||||
echo "<h3>Client Details</h3>";
|
||||
echo '<h3 contenteditable="true">Client Details</h3>';
|
||||
if($is_client_details_available != null)
|
||||
{
|
||||
|
||||
@ -4068,7 +4068,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// if(count($credit_officier_specific_queries))
|
||||
// {
|
||||
echo '<br>';
|
||||
echo '<h3>Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
//echo '<br>';
|
||||
if(isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed']))
|
||||
{
|
||||
@ -4087,7 +4087,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3>Documents to be collected: </h3>';
|
||||
echo '<h3 contenteditable="true">Documents to be collected: </h3>';
|
||||
//
|
||||
if(isset($credit_officier_specific_queries['docs_to_be_sighted_processed']) && count($credit_officier_specific_queries['docs_to_be_sighted_processed']))
|
||||
{
|
||||
|
||||
@ -1581,7 +1581,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// if(count($credit_officier_specific_queries))
|
||||
// {
|
||||
echo '<br>';
|
||||
echo '<h3>Credit Manager`s Specific Queries:</h3>';
|
||||
echo '<h3 contenteditable="true">Credit Manager`s Specific Queries:</h3>';
|
||||
//echo '<br>';
|
||||
if(isset($credit_officier_specific_queries['additional_requirements_processed']) && count($credit_officier_specific_queries['additional_requirements_processed']))
|
||||
{
|
||||
@ -1600,7 +1600,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
echo '<br>';
|
||||
echo '<h3>Documents to be collected: </h3>';
|
||||
echo '<h3 contenteditable="true">Documents to be collected: </h3>';
|
||||
//
|
||||
if(isset($credit_officier_specific_queries['docs_to_be_sighted_processed']) && count($credit_officier_specific_queries['docs_to_be_sighted_processed']))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user