AI AND FINAL REMARKS CHANGE
This commit is contained in:
parent
a73f8aa6ea
commit
411866e699
@ -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'] != '')
|
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
|
||||||
{
|
{
|
||||||
echo '<div class="intelligence">';
|
echo '<div class="intelligence">';
|
||||||
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
|
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
|
||||||
echo '<br><br><b>'.$final_remark_data['market_intelligence'].'</b>';
|
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<br>';
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@ -3383,7 +3383,7 @@ if($total_no_of_business > 0) {
|
|||||||
$ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details);
|
$ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details);
|
||||||
//print_r($ai_summary_details_processed);die();
|
//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))
|
if(isset($ai_core_details) && count($ai_summary_details_processed))
|
||||||
{
|
{
|
||||||
echo '<p contenteditable="true"> '.$order_dipaly_array[0].') Financial Snapshot</p>';
|
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'] != '')
|
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
|
||||||
{
|
{
|
||||||
echo '<div class="intelligence">';
|
echo '<div class="intelligence">';
|
||||||
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
|
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
|
||||||
echo '<br><br>'.$final_remark_data['market_intelligence'];
|
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<br>';
|
//echo '<br>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@ -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);
|
$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))
|
if(isset($ai_core_details) && count($ai_summary_details_processed))
|
||||||
{
|
{
|
||||||
echo '<p contenteditable="true"> '.$order_dipaly_array[0].') Financial Snapshot</p>';
|
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'] != '')
|
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
|
||||||
{
|
{
|
||||||
echo '<div class="intelligence">';
|
echo '<div class="intelligence">';
|
||||||
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
|
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
|
||||||
echo '<br><br><b>'.$final_remark_data['market_intelligence'].'</b>';
|
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<br>';
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@ -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'] != '')
|
if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '')
|
||||||
{
|
{
|
||||||
echo '<div class="intelligence">';
|
echo '<div class="intelligence">';
|
||||||
echo '<b>Personal feedback or market intelligence on the case (if any):</b>';
|
echo '<h3>Personal feedback or market intelligence on the case (if any):</h3>';
|
||||||
echo '<br><br><b>'.$final_remark_data['market_intelligence'].'</b>';
|
echo '<p>'.$final_remark_data['market_intelligence'].'</p>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<br>';
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user