Financial Report - validation sentence remove : ps
This commit is contained in:
parent
8b2e9053c2
commit
4b6c6fb031
@ -2351,11 +2351,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes')
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : '';
|
||||
echo '<br><br>Photograph of Kuchha Bills Allowed (Yes/No) : '. ($financial_kuccha_info['kuccha_bill_allowed'] == 'yes' ? 'Yes, enclosed with report': 'No');
|
||||
|
||||
echo '<br><br>Number of Kuccha Bills and Values therein, justifies the customer declared turnover (Yes / No): '. ( $financial_kuccha_info['customer_declared_turnover'] == 'yes' ? 'Yes': 'No');
|
||||
|
||||
@ -2357,11 +2357,14 @@ font-weight: bolder;;
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes')
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : '';
|
||||
|
||||
echo '<br><br>Photograph of Kuchha Bills Allowed (Yes/No) : '. ($financial_kuccha_info['kuccha_bill_allowed'] == 'yes' ? 'Yes, enclosed with report': 'No');
|
||||
|
||||
echo '<br><br>Number of Kuccha Bills and Values therein, justifies the customer declared turnover (Yes / No): '. ( $financial_kuccha_info['customer_declared_turnover'] == 'yes' ? 'Yes': 'No');
|
||||
|
||||
@ -2354,8 +2354,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes')
|
||||
{
|
||||
|
||||
@ -2480,11 +2480,13 @@ if($total_no_of_business > 0) {
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes' )
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : '';
|
||||
echo "<br><br>Photograph of Kuchha Bills Allowed (Yes/No) : ". ($financial_kuccha_info['kuccha_bill_allowed'] == 'yes' ? 'Yes, enclosed with report': 'No');
|
||||
|
||||
if($pd_master_details[0]['fk_pd_type'] == 1)
|
||||
|
||||
@ -2581,11 +2581,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes')
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : '';
|
||||
echo '<br><br>Photograph of Kuchha Bills Allowed (Yes/No) : '. ($financial_kuccha_info['kuccha_bill_allowed'] == 'yes' ? 'Yes, enclosed with report': 'No');
|
||||
|
||||
echo '<br><br>Number of Kuccha Bills and Values therein, justifies the customer declared turnover (Yes / No): '. ( $financial_kuccha_info['customer_declared_turnover'] == 'yes' ? 'Yes': 'No');
|
||||
|
||||
@ -2473,11 +2473,13 @@ if($total_no_of_business > 0) {
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes' )
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : '';
|
||||
echo "<br><br>Photograph of Kuchha Bills Allowed (Yes/No) : ". ($financial_kuccha_info['kuccha_bill_allowed'] == 'yes' ? 'Yes, enclosed with report': 'No');
|
||||
|
||||
if($pd_master_details[0]['fk_pd_type'] == 1)
|
||||
|
||||
@ -2478,11 +2478,12 @@ if($total_no_of_business > 0) {
|
||||
<?php
|
||||
if(count($financial_kuccha_info))
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
|
||||
// echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
// echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : 'No Kuccha Records made available to PD officer and therefore validation of customer declared financials was not possible.';
|
||||
if($financial_kuccha_info['kuccha_records_shown'] == 'yes')
|
||||
{
|
||||
echo '<p><strong>Validation of Customer Declared Financials :</strong></p>';
|
||||
echo 'Kuccha Record Seen (Yes/No) : ';echo $financial_kuccha_info['kuccha_records_shown'] == 'yes' ? 'Yes' : '' ;
|
||||
echo '<br><br>Photograph of Kuchha Bills Shared (Yes/No) : '. ($financial_kuccha_info['kuccha_bill_allowed'] == 'yes' ? 'Yes, enclosed with report': 'No');
|
||||
|
||||
// echo '<br><br>Number of Kuccha Bills and Values therein, justifies the customer declared turnover (Yes / No): '. ( $financial_kuccha_info['customer_declared_turnover'] == 'yes' ? 'Yes': 'No');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user