AI AND FINAL REMARKS CHANGE

This commit is contained in:
Velz2020 2019-12-14 15:42:11 +05:30
parent a73f8aa6ea
commit 411866e699
4 changed files with 14 additions and 14 deletions

View File

@ -4286,10 +4286,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
{
echo '<div class="intelligence">';
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
echo '<br><br><b>'.$final_remark_data['market_intelligence'].'</b>';
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
echo '</div>';
echo '<br>';
}
?>
<ul>

View File

@ -3383,7 +3383,7 @@ if($total_no_of_business > 0) {
$ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details);
//print_r($ai_summary_details_processed);die();
echo "<p><b>Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."</b></p>";
echo "<h3 contenteditable='true'>Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."</h3>";
if(isset($ai_core_details) && count($ai_summary_details_processed))
{
echo '<p contenteditable="true"> '.$order_dipaly_array[0].') Financial Snapshot</p>';
@ -4253,10 +4253,10 @@ if($total_no_of_business > 0) {
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
{
echo '<div class="intelligence">';
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
echo '<br><br>'.$final_remark_data['market_intelligence'];
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
echo '</div>';
echo '<br>';
//echo '<br>';
}
?>
<ul>

View File

@ -3626,7 +3626,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details);
echo "<p>Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."</p>";
echo "<h3 contenteditable='true'>Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."</h3>";
if(isset($ai_core_details) && count($ai_summary_details_processed))
{
echo '<p contenteditable="true"> '.$order_dipaly_array[0].') Financial Snapshot</p>';
@ -4484,10 +4484,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
{
echo '<div class="intelligence">';
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
echo '<br><br><b>'.$final_remark_data['market_intelligence'].'</b>';
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
echo '</div>';
echo '<br>';
}
?>
<ul>

View File

@ -1678,10 +1678,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
{
echo '<div class="intelligence">';
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
echo '<br><br><b>'.$final_remark_data['market_intelligence'].'</b>';
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
echo '</div>';
echo '<br>';
}
?>
<ul>