↑'; $downarrow = ''; $dash = ' '; // $product_name = $master[0]['abbr']; $rupee_symbol = ""; // echo $pd_master_details[0]['main_applicant']; // echo $applicant_details[0]['company_name'];die(); // $pd_type = ""; // if($master[0]['sales_pd_type'] == 1){$pd_type = "Physical "; }else if($master[0]['sales_pd_type'] == 2){$pd_type = "Telephonic ";} // $company = array(); // $arr = $pd_section_data[1]['borrower_details']; // if(!empty($arr)){ // for($i=0;$i

'; } $ownership_type = ''; if( isset($pd_section_data[8]['business_ownership_type']) && (strtolower($pd_section_data[8]['business_ownership_type'])) == 'owned') { $ownership_type = '( Owned )'; } else if(isset($pd_section_data[8]['business_ownership_type']) && (strtolower($pd_section_data[8]['business_ownership_type'])) == 'rented') { $ownership_type = ' ( Rented ) - Rent paid '.$rupee_symbol.' '.MYUTIL::customIndianNumberFormat($pd_section_data[8]['business_monthly_rented_amt']); } echo ''; if(isset($pd_section_data[8]['is_business_address']) && strtolower($pd_section_data[8]['is_business_address']) == 'yes') { echo ''; } echo ''; echo ''; echo ''; echo ''; } ?>
Personal Discussion Sheet -
Application ID
Name of the Company/Firm.
Name of Person Met During Visit and Contact Number
City State PIN
Actual PD Address '.$pd_section_data[2]['alternative_address'].'
Address Type / Ownership '.$pd_section_data[2]['address_type']['address_type'].$ownership_type.'
Period for which business has been
in operation from this address
'.($pd_section_data[8]['business_years'].' Year(s)'.(isset($pd_section_data[8]['business_months']) && $pd_section_data[8]['business_months'] != '' ? ' & ' . $pd_section_data[8]['business_months'] .' Month(s)': '')).'
PD locality '.$pd_section_data[2]['pd_locality']['locality_name'].'
Location Approach '.$pd_section_data[2]['pd_location']['description'].'
Comment On Locality '.$pd_section_data[2]['comment_locality']['rating'].'
Estimated Area of Business Premise '.$pd_section_data[2]['business_estimated_area'].' '.$pd_section_data[2]['uom'].'



Satellite Image of PD Location

GPS Coordinates of location where PD Visit was done :

PD Visted Location Satellite Image Due to location access not provided by loan applicant Geo coordinates on photographs and Satellite image of PD location is not shown

';} ?>
$value1) { echo ''; } ?>
Borrower`s Details
Borrower
Type
Name Entity
Type
Designation Relation Realtion
to
Age/
Business vintage
Borrower's
vintage
in the
business
(Yrs)
'.$value1['borrower_type'].' '.$value1['borrower_name'].(isset($value1['mobile_numbers']) && $value1['mobile_numbers'] != '' ? ('
('. $value1['mobile_numbers'] .')'): '').'
'.$value1['entity_type'].' '.$value1['designation'].' '.$value1['relationship'].' '.$value1['relationship_to'].' '.(isset($value1['borrower_age']) && !empty($value1['borrower_age']) ? $value1['borrower_age'] : ( (strcasecmp($value1['entity_type'],'Individual')) ? $value1['numbers_of_years_business_running'] : 'NA')).' '.(isset($value1['numbers_of_years_business_running']) && !empty($value1['numbers_of_years_business_running']) && (!strcasecmp($value1['entity_type'],'Individual'))? $value1['numbers_of_years_business_running'] : 'NA').'
Remarks
'; // echo '

PD Score Summary

'; ?>
"; // echo '

'; // echo '
'; //$business_captions = array("no_of_years_business_run" => "Business Vintage >>", "location_suited_for_busienss" => "Business Location suitability >>", "business_seasonality" => "Seasonality >>", "employees_total" => "Employee Strength >>", "cerificates" => "Business Certifications Sighted >>","owned_property" => "Business Premise Ownership >>", "owned_vechile" => "Vehicle Ownership >>", "business_activity_has_seen" => "Business Activity Observed >>", "minimum_supplier_info" => "Supplier Information Provided >>", "minimum_client_info" => "Client Information Provided >>","stock_visited" => "RM/FG Stock Sufficiency >>", "stock_finished_goods_enough" => "Finished/Traded Stock Sufficiency >>", "vintage_of_business_account" => "Main Business Banking Account Vintage >>"); //$general_captions = array("otp_done" => "OTP authentication done >>","person_met_is_applicant" => "Is person Met, a loan applicant >>","qualification" => "Qualification of Loan Applicants >>","comment_locality" => "Comment on Locality >>","approcah_to_pd_location" => "Approach to PD location >>","customer_behaviour" => "Customer Behaviour >>","neighbourhood_status" => "Neighbourhood check >>","name_board_seen" => "Business Board Sighted >>","value_of_other_assets" => "Asset Value by Loan Amount % >>"); // echo '
'; // echo ''; // echo ''; // echo ''; // foreach($pd_score['business'] as $bsk => $business_score) // { // $class = null; // $answer = null; // $per = $business_score['attributed_score'] > 0 && $business_score['max_score'] > 0 ? ( ($business_score['attributed_score'] / $business_score['max_score']) * 100) : 0; // $class = ( $per >= 80 ? 'rcorners_green' : ($per >= 65 && $per < 80 ? 'rcorners_light_green' : ($per >= 50 && $per < 65 ? 'rcorners_amber' : 'rcorners_red'))); // if($bsk == 'location_suited_for_busienss') // { // //$answer = $address_type_remarks_caption[ $business_score['answer'] ]; // $answer = $business_score['answer']; // } // else if($bsk == 'no_of_years_business_run') // { // $answer = isset($business_score['answer']) ? $business_score['answer'].' Yrs' : ''; // } // else if($bsk == 'business_seasonality') // { // $answer = isset($business_score['answer']) ? ((!strcasecmp($business_score['answer'], 'yes')) ? 'Seasonal': 'Not Seasonal') : ''; // } // else // { // $answer = isset($business_score['answer']) ? $business_score['answer'] : ''; // } // if(strcasecmp($answer,'Not Applicable')) // { // echo ''; // } // } // echo ''; // echo '
Business Related Parameters Impacting Score Response
'. $business_captions[$bsk] .' '. '
'. ucfirst($answer).'
'; // echo '


'; // echo ''; // echo ''; // echo ''; // foreach($pd_score['general'] as $gsk => $general_score) // { // $class = null; // $per = $general_score['attributed_score'] > 0 && $general_score['max_score'] > 0 ? ( ($general_score['attributed_score'] / $general_score['max_score']) * 100) : 0; // $class = ( $per >= 80 ? 'rcorners_green' : ($per >= 65 && $per < 80 ? 'rcorners_light_green' : ($per >= 50 && $per < 65 ? 'rcorners_amber' : 'rcorners_red'))); // $answer = ucfirst($general_score['answer']); // if(strcasecmp($answer,'Not Applicable')) // { // echo ''; // } // } // echo ''; // echo '
Other Parameters Impacting ScoreResponse
'. $general_captions[$gsk] .' '. '
'. $answer.'
'; // echo '
'; //}?>
Fund Requirement
Loan Amount Applied for () Total Fund Requirement ()
Remarks of funds for balance Amount required
Loan tenure
End use of Loan
Is There any Balance Transfer
Balance Transfer Amount Top up amount
Lender from where BT done
Type of Property being Mortaged
Name of The Owner
Estimated Market Value as per Customer Market Value considered for LTV
Addess of property Stage of construction
Property usage Structure type
Remarks


$section5_value) { echo ''. ''. ''. ''. ''. ''. ''. ''; } } ?>
Details of Key Stakeholders in the Business
Name Share Holding Year(s) in Current Business Total Work Exp(Yrs) Previous Experience Details Started Business Name of the Company
'.$section5_value['stakeholder_name'] .''.$section5_value['share_holding'].'%'.$section5_value['vintage_in_current_biz'].''.$section5_value['total_work_exp'].''.( isset ($section5_value['previous_experience_details']) && $section5_value['previous_experience_details'] ? $section5_value['previous_experience_details'] : 'NA' ).''.$section5_value['started_biz'].''.( isset ($section5_value['company_name']) ? $company[$section5_value['company_name']] : 'NA' ).'
Remarks
$section16_value) { echo ''. ''. ''. ''. // ''. ''. ''; } } else { echo ''; } if(isset($pd_section_data[16]['common_remarks']) && !empty($pd_section_data[16]['common_remarks'])) { echo ''; } ?>
Other Family Members involved in the Business
Name Relationship Relation to Individual Stakeholders Relation to Company / Firm Started Biz (Yes / No)
'.$section16_value['member_name'] .''.$section16_value['relationship']['name'].''.$section16_value['stakeholder_relation'].''.$section16_value['company_relation']['name'].''.( isset ($section5_value['previous_experience_details']) && $section5_value['previous_experience_details'] ? $section5_value['previous_experience_details'] : 'NA' ).''.$section16_value['started_biz'].'
No Other Family Members are involved in the Business.
Remarks'.$pd_section_data[16]['common_remarks'] .'

$value) { echo "". "". "". ""; echo "". "". "". ""; echo "". "". "". ""; echo "". "". "". ""; } } ?>
General Business Information
Name of the Company".$company[$value['company_name']]."
Business Entity Type".$value['business_entity_type']."
Business Activity".$value['select_business_activity_type']."
Area of Sale".$value['area_of_sale']."

$section6_value) { // print_r($section6_value); echo ''. ''. ''. ''.''; // ''. // ''. // ''. } // if(isset($pd_section_data[6]['business_process'])) // { // echo ''; // } if(isset($pd_section_data[6]['common_remarks']) && !empty($pd_section_data[6]['common_remarks'])) { echo ''; } } ?>
Brief of the Business / Service
Product/Service Name Contribution Business Product Name of the Company Remarks
'.$section6_value['product_name'] .''.$section6_value['contribution_business_product'].'%'.$company[$section6_value['company_name']].''.$section6_value['remarks'].'
'.$section5_value['total_work_exp'].''.( isset ($section5_value['previous_experience_details']) && $section5_value['previous_experience_details'] ? $section5_value['previous_experience_details'] : 'NA' ).''.$section5_value['started_biz'].'
Remarks'.$pd_section_data[6]['business_process'] .'
Remarks'.$pd_section_data[6]['common_remarks'] .'

';?>
Business Brief
'.$pd_section_data[6]['business_process'] .'

Activity Observed during Visit (Yes / No)

Employee Strength
No of Employees as per person met No fo Employees Sighted during the Visit Approx Salary Paid per month ()
Permanent >> Permanent >> Permanent >>
Temporary >> Temporary >> Temporary >>
Remark

$value) { $low_month = ''; if(isset($value['low_sale_month']) && is_array($value['low_sale_month']) && count($value['low_sale_month'])){foreach($value['low_sale_month'] as $low){ $low_month .= $low.' ,';}} if($low_month != ''){$low_month = substr_replace($low_month, '', -1);}else{$low_month = '-';} echo ""; echo ""; echo ""; if(isset($value['low_sale_month_reason'])){ echo ""; } } } ?> '; }?>
Seasonality of the Business
Name of the Company".$company[$value['company_name']]."
Business Seasonal (Yes / No)".$value['seasonality']."
If Seasonal Please mention the Lean Months".$low_month."
Reason".$value['low_sale_month_reason']."
Remarks - '.$pd_section_data[4]['common_remarks'].'
'Property','3' => 'Vehicle','4' => 'Equipments and machinery','5' => 'Jewellery','6' => 'Life Insurance Policy','7' => 'Investments','1' => 'Others'); $address_type = array('2' => 'Clinic','3' => 'Factory','4' => 'Warehouse / Godown','5' => 'Shop','6' => 'Residence','7' => 'Residence cum Office','1' => 'Others','8' => 'Industrial Shed','9'=> 'Workshop','10'=> 'Business Centre','11'=> 'Shared Office','12'=> 'Office'); $vehicle_type = array('2' => 'Car/Jeep','3' => 'Truck/ Bus','4' => 'Rickshaw/Tempo','5' => 'Tractor','6' => 'Two Wheeler','1' => 'Others'); foreach ($pd_section_data[8]['business_assets_details'] as $asset_key => $b_asset) { $description = $b_asset['other_asset_description']; if(isset($b_asset['property_type'])) { if($b_asset['property_type'] == 1){ $description .= '('. $b_asset['property_type_others'] .')'; } else{ $description .= '('. $address_type[ $b_asset['property_type'] ] .')'; } } if(isset($b_asset['vehicle_type'])) { if($b_asset['vehicle_type'] == 1){ $description .= '('. $b_asset['vehicle_type_others'] .')'; } else{$description .= '('. $vehicle_type[ $b_asset['vehicle_type'] ] .')';} } if(isset($b_asset['business_purchase_year'])) { $description .= ' purchased at '.$b_asset['business_purchase_year']; } if(isset($b_asset['property_address'])) { $description .= ' is in '. $b_asset['property_address']; } $business_ownership_type = $b_asset['business_ownership_type'] . (isset($b_asset['business_monthly_rented_amt']) ? ' ( '. $rupee_symbol .' '. MYUTIL::customIndianNumberFormat($b_asset['business_monthly_rented_amt']) .' ) ' : ''); $business_name_of_the_owner = (isset($b_asset['business_name_of_the_owner']) ? (applicantname_grabber::getMultipleApplicantsNameById($b_asset['business_name_of_the_owner'],$applicant_details)): 'NA'); echo ''; } ?> '; } ?>
Business Assets
Asset Type Asset Description Asset Ownership Owner's Name Market Value Age of the Asset (Yrs) Loan Agst Asset (Yes/ No)Name of the Company
'.( $b_asset['business_assets_mode'] == 1 ? $b_asset['other_asset_description'] : $asset_type [ $b_asset['business_assets_mode'] ]).' '. $description .' '. $business_ownership_type .' '. $business_name_of_the_owner .' '.(isset($b_asset['business_approximate_market_value']) ? ( $rupee_symbol .' '. MYUTIL::customIndianNumberFormat($b_asset['business_approximate_market_value'])) : 'NA').' '.(isset($b_asset['business_purchase_year']) ? $b_asset['business_purchase_year'] : 'NA').''.(isset($b_asset['business_emi']) ? $b_asset['business_emi'] : 'NA').''.(isset($b_asset['company_name']) ? $company[$b_asset['company_name']] : 'NA').'
There is no other business asset available
Business Assets Remarks - '.$pd_section_data[8]['common_remarks'].'
'; echo ' Business Assets Remarks - '.$pd_section_data[8]['common_remarks'].' '; }?>
Financial Information
Name of the Company / Firm whose financials are noted
$fy_value) { // if(is_numeric($fy_key)) // { // $totol++; echo ''; // } } ?> $fy_value) { if(is_numeric($fy_key)) { echo ''; } } ?> $fy_value) { if(is_numeric($fy_key)) { echo ''; } } ?> $fy_value) { if(is_numeric($fy_key)) { // echo ''; echo ''; } } ?> $fy_value) { if(is_numeric($fy_key)) { // echo ''; if($fy_key == (count($pd_section_data[10]['financial_info']) - 1)) { echo ''; } else { // //echo $pre_year_sales; // $sales_over_py = round( ((($fy_value['sales_revenue'] - $pre_year_sales) / $pre_year_sales ) * 100),2); $sales_over_py = $fy_value['sales_py']; echo ''; } // $pre_year_sales = $fy_value['sales_revenue']; } } ?> $fy_value) { if(is_numeric($fy_key)) { if($fy_key == (count($pd_section_data[10]['financial_info']) - 1)) { echo ''; } else { // $net_profit_over_py = round( ((($fy_value['net_profit'] - $pre_year_net_profit) / $pre_year_net_profit ) * 100),2); $net_profit_over_py = $fy_value['netprofit_py']; echo ''; } // $pre_year_net_profit = $fy_value['net_profit']; } } ?> $fy_value) { if(is_numeric($fy_key)) { if($fy_key == (count($pd_section_data[10]['financial_info']) - 1)) { echo ''; } else { // $year_net_pro_loss_per_over_py = round( ((( (($fy_value['net_profit'] / $fy_value['sales_revenue'] ) * 100 ) - $pre_year_net_pro_loss_per) / $pre_year_net_pro_loss_per ) * 100),2); $year_net_pro_loss_per_over_py = $fy_value['netprofit_py_percent']; echo ''; // // echo ''; //(($fy_value['net_profit'] / $fy_value['sales_revenue'] ) * 100 ) } // $pre_year_net_pro_loss_per = (($fy_value['net_profit'] / $fy_value['sales_revenue'] ) * 100 ); } } ?> $fy_value) { if(is_numeric($fy_key)) { echo ''; } } ?> $fy_value) { if(is_numeric($fy_key)) { echo ''; } } ?> $fy_value) { if(is_numeric($fy_key)) { echo ''; } } ?>
Particulars of Financials as per books of Accounts FY - '.($fy_value['fy']).'
Sales / Revenue () '. $rupee_symbol.' '.MYUTIL::customIndianNumberFormat(($fy_value['sales_revenue'])).'
Net Profit / (Net Loss) () '.($fy_value['net_profit'] != '' ? $rupee_symbol.' '. MYUTIL::customIndianNumberFormat($fy_value['net_profit']) : '-').'
Net Profit or (Net Loss) to Sales % '.round((($fy_value['net_profit'] / $fy_value['sales_revenue'] ) * 100 ),2).'%'.($fy_value['net_profit_sales_percent'] != '' ? ($fy_value['net_profit_sales_percent'] == 'inf' ? '0' : $fy_value['net_profit_sales_percent']) : '-').'
% in Sales over PY '.($fy_value['sales_py']).'NA'. ((($sales_over_py == 0 ) ? $dash :( $sales_over_py > 0 ? $uparrow : $downarrow))).'' . abs($sales_over_py). ' %
% in Net Profit over PY NA'. ((($net_profit_over_py == 0 ) ? $dash :( $net_profit_over_py > 0 ? $uparrow : $downarrow))).' ' . abs($net_profit_over_py). '%
% in Net Profit % over PY NA'. ((($year_net_pro_loss_per_over_py == 0 ) ? $dash :( $year_net_pro_loss_per_over_py > 0 ? $uparrow : $downarrow))).' ' . abs($year_net_pro_loss_per_over_py). '% '. (($year_net_pro_loss_per_over_py > 0 )? '' : '').' ( ' . $year_net_pro_loss_per_over_py. ' )
Debtor days '.($fy_value['debtor_days_cet'] != '' ? ( $fy_value['debtor_days_cet'] == '#DIV/0!' ? '-' : number_format($fy_value['debtor_days_cet'],2,'.','')) : '-') .'
Creditor Days '.($fy_value['creditor_days_cet'] != '' ? ($fy_value['creditor_days_cet'] == '#DIV/0!' ? '-' : number_format($fy_value['creditor_days_cet'],2,'.','') ) : '-') .'
Inventory days '.( $fy_value['inventory_days_cet'] != '' ? ( $fy_value['inventory_days_cet'] == '#DIV/0!' ? '-' : number_format($fy_value['inventory_days_cet'],2,'.','') ) : '-') .'

Particulars of Financials for Latest Year as per person met during PD visit
'?> '?>
Sales / Revenue ('.$rupee_symbol.') '.(isset($pd_section_data[10]['sales_amount']) && $pd_section_data[10]['sales_amount'] != '' ? $rupee_symbol.' '. MYUTIL::customIndianNumberFormat($pd_section_data[10]['sales_amount']) : '-') .'
Net Profit / (Net Loss) ('.$rupee_symbol.') '.(isset($pd_section_data[10]['net_profit_rs']) && $pd_section_data[10]['net_profit_rs'] != '' ? $rupee_symbol.' '.MYUTIL::customIndianNumberFormat($pd_section_data[10]['net_profit_rs']) : '-') .'

'. ''?> '?> '; } ?> '?> '?> '; } if(isset($pd_section_data[10]['common_remarks']) && !empty($pd_section_data[10]['common_remarks'])) { echo ''; } ?>
Working Capital Cycle (As per Person Met during PD)
Debtor Days '.(isset($pd_section_data[10]['debtor_days_cm']) ? $pd_section_data[10]['debtor_days_cm'] : '-').'Creditor Days '.( isset($pd_section_data[10]['creditor_days_cm']) ? $pd_section_data[10]['creditor_days_cm'] : '-').' Stock Days '.(isset($pd_section_data[10]['inventory_days_cm']) ? $pd_section_data[10]['inventory_days_cm'] : '-').'
Does the business have any working capital facility from any lender other than Moneywise? (Yes / No) '.(isset($pd_section_data[10]['is_any_other_working_captial_facility'] ) && $pd_section_data[10]['is_any_other_working_captial_facility'] != '' ? $pd_section_data[10]['is_any_other_working_captial_facility'] : '-').'
If Yes, then details of the same to be captured '.(isset($pd_section_data[10]['facility_details_specify']) ? $pd_section_data[10]['facility_details_specify'] : '').'
('.(isset($pd_section_data[10]['facility_details_other']) ? $pd_section_data[10]['facility_details_other'] : $pd_section_data[10]['facility_details_other_lender']).')'.'
Broken Period starting from '.$pd_section_data[10]['broken_period_from_month'].'Broken Period starting to '.$pd_section_data[10]['broken_period_to_month'].' No of Months '.$pd_section_data[10]['broken_period_no_of_months'].'
Turn Over for Broken Period in CY '.$rupee_symbol.''. MYUTIL::customIndianNumberFormat($pd_section_data[10]['broken_period_turnover_cy']).'Turn Over for Broken Period in PY '.$rupee_symbol.''.MYUTIL::customIndianNumberFormat($pd_section_data[10]['broken_period_turnover_py']).' ('.$uparrow.'/'. $downarrow.')in Turnover for Broken Period '.$pd_section_data[10]['broken_period_turnover_percent'].'%
Finance Data Not Available
Remarks on Financials '.$pd_section_data[10]['common_remarks'].'
Supplier Details
';} else { echo ''; } if(isset($pd_section_data[11]['common_remarks']) && !empty($pd_section_data[11]['common_remarks'])){ echo '';} ?>
Supplier Information Not available. Reason - '.$pd_section_data[11]['supplier_not_available_reason'] .'
Supplier Information Not available
Remarks - '.$pd_section_data[11]['common_remarks'] .'

Client Details
';} else { echo ''; } if(isset($pd_section_data[12]['common_remarks']) && !empty($pd_section_data[12]['common_remarks'])){ echo ''; } ?>
Client Information Not available. Reason - '.$pd_section_data[12]['client_not_available_reason'] .'
Client Information Not available
Remarks - '.$pd_section_data[12]['common_remarks'] .'

$section13_value) { echo ''. // ''. ''. ''. ''. ''. ''.''; // ''.''; } if(isset($pd_section_data[13]['estimated_uom'])) { echo ''; echo ''; } } else if(isset($pd_section_data[13]['stock_not_available_reason']) && $pd_section_data[13]['stock_not_available_reason'] != '') { echo ''; } else { echo ''; } if(isset($pd_section_data[13]['common_remarks']) && !empty($pd_section_data[13]['common_remarks'])){ echo '';} ?>
Details of Stock Sighted during the PD visit
Sr. No. Type of Stock (RM / FG) Stock Item Approx Stock Value () Approx Stock Quantity Name of the Company
'.($section13_key + 1) .''.$section13_value['provider_name'].''.$section13_value['stock_type'].''.$section13_value['provider_name'].''.(isset($section13_value['estimated_stock_value']) ? $rupee_symbol.''.MYUTIL::customIndianNumberFormat($section13_value['estimated_stock_value']) : 'NA').''.(isset($section13_value['estimated_quantity']) ? $section13_value['estimated_quantity'].' '.$section13_value['estimated_uom'] : 'NA').''.(isset($section13_value['company_name']) ? $company[$section13_value['company_name']] : 'NA').'
'.(isset($section13_value['company_name']) ? MYUTIL::getCompanyNameById($section13_value['company_name']) : 'NA').'
Does stock sighted justify the business operations ? (Yes / No)'.( ucfirst($pd_section_data[13]['estimated_uom']) ) .'
Stock Information Not available. Reason - '.$pd_section_data[13]['stock_not_available_reason'] .'
Stock Information Not available.
Remarks - '.$pd_section_data[13]['common_remarks'] .'
'; } ?>
Future Plans & Business Environment
USP of the business (How applicant’s business is different from others in the business)
Future plan for business expansion
Key competitors in the business
Succession Plan for business
Brief of other group concerns/ Business run by the applicant
Remarks'.$pd_section_data[14]['common_remarks'].'

$section9_value) { // $vintage = $section9_value['vintage_year'].'Yr(s)'; // $vintage .= (isset($section9_value['vintage_month']) && $section9_value['vintage_month'] != 0 ? (' & '.$section9_value['vintage_month'].'Mt(s)') : ''); echo ''. // ''. ''. ''. ''. // ''. ''.''; } // if(isset($pd_section_data[13]['estimated_uom'])) // { // echo ''; // echo ''; // } } echo ''; } else//if no count { echo ''; } ?>
Business Banking & Personal Banking
Sr. No. Account Holder's Name Bank Name Account Type OD / CC Limit
'.($section9_key + 1) .''.$section13_value['provider_name'].''.$section9_value['applicant_name'].''.(isset($section9_value['bank_name']) ? $section9_value['bank_name'] : 'NA').''.(isset($section9_value['account_type']) ? $section9_value['account_type'] : 'NA').''.(isset($section14_value['estimated_quantity']) ? $section14_value['estimated_quantity'].' '.$section14_value['estimated_uom'] : 'NA').''.(isset($section9_value['cc_limit']) ? ($rupee_symbol.''.MYUTIL::customIndianNumberFormat($section9_value['cc_limit'])) : '-').'
Does stock sighted justify the business operations ? (Yes / No)'.( ucfirst($pd_section_data[13]['estimated_uom']) ) .'
Remarks'.$pd_section_data[9]['common_remarks'].'
Banking Details Not Available

$value15) { echo ''; } } else// if no count { echo ''; } if(isset($pd_section_data[15]['common_remarks']) && $pd_section_data[15]['common_remarks']) { echo ''; } ?>
Existing Loan Obligations
Sr. No. Loan
Type
Loan Amount Availed From Borrower`s Name Instalment Amount () Instalment Frequency () Original Tenure (Mnts) Elapsed Tenure (Mnts) Balance Tenure (Mnts)
'. ($key15 + 1) .''. $value15['loan_type'] .''.$rupee_symbol.MYUTIL::customIndianNumberFormat($value15['loan_amount']).''.($value15['lender_name'] != '' ? $value15['lender_name'] : 'NA').''.$value15['loan_taken_by'].''.$rupee_symbol.' '.MYUTIL::customIndianNumberFormat($value15['instalment_amount']).''.$value15['instalment_frequency'].''.($value15['original_tenure_months'] != '' ? $value15['original_tenure_months'] : 'NA').''.($value15['current_tenure_months'] != '' ? $value15['current_tenure_months'] : 'NA').''.($value15['elapsed_tenure_months'] != '' ? $value15['elapsed_tenure_months'] : 'NA') .'
Existing Loan Obligations Not Available
Remarks '. $pd_section_data[15]['common_remarks'] .'

'; foreach ($pd_section_data[18]['cm_queries'] as $section18_key => $section18_value) { echo ''. // ''. ''.''; } } else { echo ''; } if(isset($pd_section_data[18]['common_remarks']) && !empty($pd_section_data[18]['common_remarks'])) { echo ''; } ?>
Credit Manager Specific Queries
QuestionAnswer
'.$section18_value['question'] .''.$section13_value['provider_name'].''.$section18_value['answer'].'
There are no credit manager queires
Remarks - '.$pd_section_data[18]['common_remarks'].'

'Others','2' => 'Rude','3' => 'Polite'); $over_all = array('1' => 'Others','2' => 'Positive','3' => 'Negative','4' => 'Refer to Credit'); ?> $val) { $reason .= ($key + 1).' '.$val['reason'].'
'; } if($pd_section_data[19]['pd_officer_recommendation'] != '1'){ ?> '; }?>
Final Remarks of PD officer
Customer Behaviour [Polite / Rude / Others (Please specify)]
Suitability of Business Location [Well Suited / Fairly Suited / Not Suited]
PD Officer's overall assessment [Positive / Negative / Refer to Credit / Others (Please specify)]
PD Officer's key points considered while arriving at the aforementioned status
Remarks'.$pd_section_data[19]['final_form_remarks'] .'
'Selfie with person met','person_met_id_proof' => 'Person met ID Proof','approach_to_pd_location' => 'Approach to pd location','name_board_seen' => 'Name board seen', 'stock_image' => 'Stock image','supplier_image' => 'Supplier Bills','client_image' => 'Client Bills','machinary_image' => 'Machinery Image','additional_photograph'=>'Additional Photographs','property_images'=>'Property Image'); // if($master[0]['sales_pd_type'] == 2){ $photo_names['selfie_with_person_met'] = 'Selfie of the person contacted';} // echo count($smc_images);die(); //print_r(array_keys($section9));die(); $tot_rows = ceil(count($smc_images) / 3); if(count($smc_images)) { echo '
'; echo '
Photograph`s

'; $add_factor = 0; for($row = 0;$row < $tot_rows; $row++) { echo ''; $from = $row == 0 ? $row : ($row+$add_factor); $to = ($from + 2); $add_factor = $add_factor + 2; for($i = $from ; $i <= $to; $i++) { if(isset($smc_images[$i])) { echo ''; } //unset($p_key); } echo ''; } echo '
'.$smc_images[$i]['img_name'].'
'.$photo_names [ $smc_images[$i]['img_name'] ].'
'; }?>

Name of Credit Manager
Date of PD Visit