6636 lines
242 KiB
PHP
6636 lines
242 KiB
PHP
<?php
|
|
/**
|
|
|
|
* User: velz
|
|
* This Controller deals with PD Related CRUD Operations
|
|
*/
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
require_once APPPATH . '/libraries/REST_Controller.php';
|
|
require APPPATH . 'vendor/autoload.php';
|
|
//require_once APPPATH . '/libraries/Smartie.php';
|
|
//require BASEPATH.'core/Controller.php';
|
|
|
|
|
|
class PD_Controller extends REST_Controller {
|
|
//class PD_Controller extends CI_Controller {
|
|
|
|
function __construct()
|
|
{
|
|
// Construct the parent class
|
|
parent::__construct();
|
|
|
|
$this->load->model('PD_Model');
|
|
$this->load->library('AWS_S3');
|
|
$this->load->library('AWS_SNS');
|
|
$this->load->helper('GETPDFORMDETAILS');
|
|
$this->load->helper('GETPROCESSEDJSON');
|
|
$this->load->helper('MYUTIL');
|
|
$this->load->library('pdfgenerator');
|
|
//$this->load->library('excel');
|
|
$this->load->library('phpmailer_library');
|
|
}
|
|
|
|
|
|
public function base_get()
|
|
{
|
|
$base64_img = "data:image/gif;base64,R0lGODlhPQBEAPeoAJosM//AwO/AwHVYZ/z595kzAP/s7P+goOXMv8+fhw/v739/f+8PD98fH/8mJl+fn/9ZWb8/PzWlwv///6wWGbImAPgTEMImIN9gUFCEm/gDALULDN8PAD6atYdCTX9gUNKlj8wZAKUsAOzZz+UMAOsJAP/Z2ccMDA8PD/95eX5NWvsJCOVNQPtfX/8zM8+QePLl38MGBr8JCP+zs9myn/8GBqwpAP/GxgwJCPny78lzYLgjAJ8vAP9fX/+MjMUcAN8zM/9wcM8ZGcATEL+QePdZWf/29uc/P9cmJu9MTDImIN+/r7+/vz8/P8VNQGNugV8AAF9fX8swMNgTAFlDOICAgPNSUnNWSMQ5MBAQEJE3QPIGAM9AQMqGcG9vb6MhJsEdGM8vLx8fH98AANIWAMuQeL8fABkTEPPQ0OM5OSYdGFl5jo+Pj/+pqcsTE78wMFNGQLYmID4dGPvd3UBAQJmTkP+8vH9QUK+vr8ZWSHpzcJMmILdwcLOGcHRQUHxwcK9PT9DQ0O/v70w5MLypoG8wKOuwsP/g4P/Q0IcwKEswKMl8aJ9fX2xjdOtGRs/Pz+Dg4GImIP8gIH0sKEAwKKmTiKZ8aB/f39Wsl+LFt8dgUE9PT5x5aHBwcP+AgP+WltdgYMyZfyywz78AAAAAAAD///8AAP9mZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAKgALAAAAAA9AEQAAAj/AFEJHEiwoMGDCBMqXMiwocAbBww4nEhxoYkUpzJGrMixogkfGUNqlNixJEIDB0SqHGmyJSojM1bKZOmyop0gM3Oe2liTISKMOoPy7GnwY9CjIYcSRYm0aVKSLmE6nfq05QycVLPuhDrxBlCtYJUqNAq2bNWEBj6ZXRuyxZyDRtqwnXvkhACDV+euTeJm1Ki7A73qNWtFiF+/gA95Gly2CJLDhwEHMOUAAuOpLYDEgBxZ4GRTlC1fDnpkM+fOqD6DDj1aZpITp0dtGCDhr+fVuCu3zlg49ijaokTZTo27uG7Gjn2P+hI8+PDPERoUB318bWbfAJ5sUNFcuGRTYUqV/3ogfXp1rWlMc6awJjiAAd2fm4ogXjz56aypOoIde4OE5u/F9x199dlXnnGiHZWEYbGpsAEA3QXYnHwEFliKAgswgJ8LPeiUXGwedCAKABACCN+EA1pYIIYaFlcDhytd51sGAJbo3onOpajiihlO92KHGaUXGwWjUBChjSPiWJuOO/LYIm4v1tXfE6J4gCSJEZ7YgRYUNrkji9P55sF/ogxw5ZkSqIDaZBV6aSGYq/lGZplndkckZ98xoICbTcIJGQAZcNmdmUc210hs35nCyJ58fgmIKX5RQGOZowxaZwYA+JaoKQwswGijBV4C6SiTUmpphMspJx9unX4KaimjDv9aaXOEBteBqmuuxgEHoLX6Kqx+yXqqBANsgCtit4FWQAEkrNbpq7HSOmtwag5w57GrmlJBASEU18ADjUYb3ADTinIttsgSB1oJFfA63bduimuqKB1keqwUhoCSK374wbujvOSu4QG6UvxBRydcpKsav++Ca6G8A6Pr1x2kVMyHwsVxUALDq/krnrhPSOzXG1lUTIoffqGR7Goi2MAxbv6O2kEG56I7CSlRsEFKFVyovDJoIRTg7sugNRDGqCJzJgcKE0ywc0ELm6KBCCJo8DIPFeCWNGcyqNFE06ToAfV0HBRgxsvLThHn1oddQMrXj5DyAQgjEHSAJMWZwS3HPxT/QMbabI/iBCliMLEJKX2EEkomBAUCxRi42VDADxyTYDVogV+wSChqmKxEKCDAYFDFj4OmwbY7bDGdBhtrnTQYOigeChUmc1K3QTnAUfEgGFgAWt88hKA6aCRIXhxnQ1yg3BCayK44EWdkUQcBByEQChFXfCB776aQsG0BIlQgQgE8qO26X1h8cEUep8ngRBnOy74E9QgRgEAC8SvOfQkh7FDBDmS43PmGoIiKUUEGkMEC/PJHgxw0xH74yx/3XnaYRJgMB8obxQW6kL9QYEJ0FIFgByfIL7/IQAlvQwEpnAC7DtLNJCKUoO/w45c44GwCXiAFB/OXAATQryUxdN4LfFiwgjCNYg+kYMIEFkCKDs6PKAIJouyGWMS1FSKJOMRB/BoIxYJIUXFUxNwoIkEKPAgCBZSQHQ1A2EWDfDEUVLyADj5AChSIQW6gu10bE/JG2VnCZGfo4R4d0sdQoBAHhPjhIB94v/wRoRKQWGRHgrhGSQJxCS+0pCZbEhAAOw==";
|
|
|
|
$output_file = APPPATH."/docs/temp_base64_image.png";
|
|
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
$charactersLength = strlen($characters);
|
|
$randomString = '';
|
|
for ($i = 0; $i < 5; $i++) {
|
|
$randomString .= $characters[rand(0, $charactersLength - 1)];
|
|
}
|
|
$temp_file_name = $randomString.date('Y-m-d-h:i:s');
|
|
|
|
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
|
|
// split the string on commas
|
|
// $data[ 0 ] == "data:image/png;base64"
|
|
// $data[ 1 ] == <actual base64 string>
|
|
$data = explode( ',', $base64_img );
|
|
print_r($data);
|
|
// we could add validation here with ensuring count( $data ) > 1
|
|
fwrite( $ifp, base64_decode( $data[ 1 ] ) );
|
|
|
|
// clean up the file resource
|
|
fclose( $ifp );
|
|
|
|
print_r($output_file);
|
|
|
|
$tempdoc = $output_file;
|
|
$tempdocname = $temp_file_name.'.png';
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.'1';
|
|
$key = 'pd'.'1'.'/'.$tempdocname ;
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
print_r($s3result);
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
// $record_data = array('fk_pd_id' => $pd_id,'pd_document_title'=>$title,'pd_document_name'=>$tempdocname);
|
|
// $this->PD_Model->saveRecords($record_data,PDDOCUMENTS);
|
|
}
|
|
}
|
|
/***********************Get get List Of Lenders Details for PD Trigger Page************************/
|
|
|
|
public function getListOfLenders_get()
|
|
{
|
|
$fields = array('entity_id','full_name','short_name');
|
|
$where_condition_array = array('isactive' => 1,'fk_entity_type_id' => 2);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENTITY);
|
|
if(count($result_data))
|
|
{
|
|
|
|
foreach($result_data as $key => $value)
|
|
{
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1,'fk_entity_id' => $value['entity_id']);
|
|
$result_data[$key]['billing_address'] = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENTITYBILLING);
|
|
|
|
$fields = array('entity_lender_branch_id', 'branch_name');
|
|
$where_condition_array = array('fk_entity_id' => $value['entity_id'],'isactive'=>1);
|
|
$result_data[$key]['branches'] = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENTITYLENDERBRANCH);
|
|
|
|
}
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
/********************Get get List Of Products and SubProducts Name Details for PD Trigger Page*********/
|
|
|
|
public function getListOfProducts_get()
|
|
{
|
|
$fields = array('product_id','name as product_name','abbr as product_abbr');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PRODUCTS);
|
|
if(count($result_data))
|
|
{
|
|
foreach($result_data as $key => $product)
|
|
{
|
|
$fields = array('subproduct_id','name as subproduct_name','abbr as subproduct_abbr','is_others');
|
|
$where_condition_array = array('isactive' => 1,'fk_product_id' => $product['product_id']);
|
|
$subproducts = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,SUBPRODUCTS);
|
|
//array_push($result_data[$key],$subproducts);
|
|
$result_data[$key]['subproducts'] = $subproducts;
|
|
}
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/********************Get get List Of CustomerSegments Details for PD Trigger Page*********/
|
|
|
|
public function getListOfCustomerSegments_get()
|
|
{
|
|
$fields = array('customer_segment_id','name as customer_segment','abbr');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,CUSTOMERSEGMENT);
|
|
if(count($result_data))
|
|
{
|
|
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
/********************Get get List Of Both PD Allocation Types and PD Types Details for PD Trigger Page*********/
|
|
|
|
public function getListOfPDAllocationTypes_get()
|
|
{
|
|
$fields = array('pd_allocation_type_id','pd_allocation_type_name','pd_allocation_logic','default');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$result_data['pd_allocation_type'] = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDALLOCATIONTYPE);
|
|
|
|
$fields1 = array('pd_type_id','type_name');
|
|
$where_condition_array1 = array('isactive' => 1);
|
|
$result_data['pd_type'] = $this->PD_Model->selectCustomRecords($fields1,$where_condition_array1,PDTYPE);
|
|
if(count($result_data))
|
|
{
|
|
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/********************Get get List Of States and Cities Name and Pincodes Details for PD Trigger Page*********/
|
|
|
|
public function getListOfStatesAndCities_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$stateid = $records['state_id'];
|
|
// $fields = array('state_id','name as state_name','code');
|
|
// $where_condition_array = array('isactive' => 1);
|
|
// $result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,STATE);
|
|
|
|
|
|
$fields = array('city_id','name as city_name');
|
|
$where_condition_array = array('isactive' => 1,'fk_state_id' => $stateid);
|
|
$cities = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,CITY);
|
|
//array_push($result_data[$key],$cities);
|
|
$result_data['cities'] = $cities;
|
|
|
|
// $fields = array('pincode_id','pincode');
|
|
// $where_condition_array = array('isactive' => 1,'fk_state_id' => $stateid);
|
|
// $pincode = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PINCODE);
|
|
//echo "sds";
|
|
$pincode = $this->db->DISTINCT()->SELECT('pincode,pincode_id')->FROM(PINCODE)->WHERE('fk_state_id',$stateid)->OR_WHERE('fk_state_id is null')->ORDER_BY('is_others')->GROUP_BY('pincode')->ORDER_BY('pincode')->GET()->result_array();
|
|
//print_r($this->db->last_query());
|
|
$result_data['pincode'] = $pincode;
|
|
|
|
|
|
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
//For RI form list display
|
|
public function getStateCityNamesAndPincode_post()
|
|
{
|
|
$records = $this->post('records');
|
|
|
|
//get state name
|
|
$fields = array('name as state_name');
|
|
$where_condition_array = array('isactive' => 1,'state_id' => $records['state_id']);
|
|
$state = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,STATE);
|
|
|
|
//get city name
|
|
$fields = array('name as city_name');
|
|
$where_condition_array = array('isactive' => 1,'city_id' => $records['city_id']);
|
|
$city = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,CITY);
|
|
|
|
//get pincode
|
|
$fields = array('pincode');
|
|
$where_condition_array = array('isactive' => 1,'pincode_id' => $records['pincode_id']);
|
|
$pincode = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PINCODE);
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = array('state_name' => $state[0]['state_name'],'city_name' => $city[0]['city_name'],'pincode' => $pincode[0]['pincode']);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
/********************Get get List Of States and Cities Name only for Business form *********/
|
|
|
|
public function getListOfStatesCities_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$stateid = $records['state_id'];
|
|
$fields = array('state_id','name as state_name','code');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,STATE);
|
|
|
|
if(count($result_data))
|
|
{
|
|
foreach($result_data as $key => $res)
|
|
{
|
|
// $fields = array('city_id','name as city_name');
|
|
// $where_condition_array = array('isactive' => 1,'fk_state_id' => $res['state_id']);
|
|
// $cities = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,CITY);
|
|
//array_push($result_data[$key],$cities);
|
|
$cities = $this->db->DISTINCT()->SELECT('city_id,name as city_name')->FROM(CITY)->WHERE('fk_state_id',$res['state_id'])->OR_WHERE('fk_state_id is null')->ORDER_BY('fk_state_id,city_name')->GET()->result_array();
|
|
$result_data[$key]['cities'] = $cities;
|
|
//print_r($this->db->last_query());
|
|
|
|
// $fields = array('pincode_id','pincode');
|
|
// $where_condition_array = array('isactive' => 1,'fk_state_id' => $stateid);
|
|
// $pincode = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PINCODE);
|
|
// //array_push($result_data[$key],$cities);
|
|
// $result_data['pincode'] = $pincode;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/********For Save New PD while Trigger****/
|
|
|
|
public function triggerNewPD_post()
|
|
{
|
|
|
|
|
|
$pd_details = json_decode($this->post('pd_details'),true);
|
|
$pd_addtional_requirements = array();
|
|
$addresses = array();
|
|
$company = array();
|
|
if($this->post('addtional_requirements'))
|
|
{
|
|
$pd_addtional_requirements = json_decode($this->post('addtional_requirements'),true);
|
|
}
|
|
|
|
if($this->post('addresses'))
|
|
{
|
|
$addresses = json_decode($this->post('addresses'),true);
|
|
}
|
|
|
|
if($this->post('company'))
|
|
{
|
|
$company = json_decode($this->post('company'),true);
|
|
}
|
|
$pd_applicant_details = json_decode($this->post('pd_applicant_details'),true);
|
|
$pd_document_titles = "";
|
|
$pd_document_from_mobile = "";
|
|
if($this->post('pd_document_titles')){ $pd_document_titles = json_decode($this->post('pd_document_titles'),true); }
|
|
|
|
if($this->post('pd_document_from_mobile')){ $pd_document_from_mobile = json_decode($this->post('pd_document_from_mobile'),true); }
|
|
|
|
$pd_documents = array();
|
|
|
|
$count = 0;
|
|
/***********************CHOOSE PD TEMPALATE*********************/
|
|
if($pd_details['pd_status'] == TRIGGERED)
|
|
{
|
|
$fields = array('fk_template_id');
|
|
|
|
$where_condition_array = array('fk_lender_id'=>$pd_details['fk_lender_id'] ,'fk_product_id'=> $pd_details['fk_product_id'],'fk_customer_segment'=> $pd_details['fk_customer_segment'],'isactive' => 1);
|
|
|
|
$table = LENDERTEMPLATE;
|
|
|
|
$choosed_template_id = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,$table);
|
|
|
|
if(count($choosed_template_id))// CHOOSE FILTERED TEMPLATE//
|
|
{
|
|
|
|
$pd_details['fk_pd_template_id'] = $choosed_template_id[0]['fk_template_id'];
|
|
}
|
|
else // CHOOSE GENERIC TEMPLATE//
|
|
{
|
|
if($pd_details['fk_customer_segment'] == 1 || $pd_details['fk_customer_segment'] == 2)
|
|
{
|
|
//SAL - (CASH/CHQ)
|
|
$pd_details['fk_pd_template_id'] = 1;
|
|
}
|
|
else if($pd_details['fk_customer_segment'] == 3 || $pd_details['fk_customer_segment'] == 5)
|
|
{
|
|
//* SENP/SEP - (DI)
|
|
$pd_details['fk_pd_template_id'] = 2;
|
|
}
|
|
else if($pd_details['fk_customer_segment'] == 4 || $pd_details['fk_customer_segment'] == 6)
|
|
{
|
|
//* SENP/SEP - (DI)
|
|
$pd_details['fk_pd_template_id'] = 3;
|
|
}
|
|
else if($pd_details['fk_customer_segment'] == 8)
|
|
{
|
|
//* SENP/SEP - (RI)
|
|
$pd_details['fk_pd_template_id'] = 4;
|
|
}
|
|
}
|
|
}
|
|
|
|
/***********************PD ALLOCATION TYPE PROCESS **********/
|
|
|
|
// $pd_details['pd_status'] = TRIGGERED;
|
|
// $pd_details['fk_pd_allocated_to'] = null;
|
|
// $where_condition_array = array('fk_city_id' => $pd_details['fk_city'],'fk_lender_id' => $pd_details['fk_lender_id']);
|
|
// $temp_city_id = $this->PD_Model->selectRecords(PDTEAMMAP,$where_condition_array,$limit=0,$offset=0);
|
|
// //print_r($temp_city_id);
|
|
// if(count($temp_city_id))
|
|
// {
|
|
// if(isset($temp_city_id[0]['team_type']))
|
|
// {
|
|
// if($temp_city_id[0]['team_type'] == 0) // Allocate to Vendor
|
|
// {
|
|
// $pd_details['pd_agency_id'] = $temp_city_id[0]['fk_team_id'];
|
|
// $pd_details['pd_status'] = ALLOCATED_TO_PARTNER;
|
|
// $pd_details['fk_pd_allocated_to'] = null;
|
|
// }
|
|
// else //Allocate to SineEdge Team with allocation logics
|
|
// {
|
|
// //echo "SineEdge TEAm";
|
|
// $local_pd_allocation_type = $pd_details['fk_pd_allocation_type'];
|
|
// if($local_pd_allocation_type == 1)// AUTO - Load Balance Allocation
|
|
// {
|
|
|
|
// //echo "AUTO LOAD";
|
|
// //select list of pd officers based on pd type, product, customer segment, and team from table (t_pd_officiers_details) and choose minimun allocated one and assign pd Officer and change status form TRIGGERED to ALLOCATED
|
|
// $fields = array('fk_user_id','allocated');
|
|
|
|
// $where_condition_array = array('fk_pd_type_id' => $pd_details['fk_pd_type'],'fk_team_id' => $temp_city_id[0]['fk_team_id'],'fk_customer_segment' => $pd_details['fk_customer_segment'],'fk_product_id' => $pd_details['fk_product_id'],'isactive' => 1);
|
|
|
|
// $list_of_pd_officers = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDOFFICIERSDETAILS);
|
|
// //echo "PD OFF";
|
|
// //print_r($list_of_pd_officers);
|
|
// $allocated_values = array_column($list_of_pd_officers,'allocated');
|
|
|
|
// $min_allocated = min($allocated_values);
|
|
// $key = array_search($min_allocated,$allocated_values);
|
|
// $final_pd_officer_to_allocate = $list_of_pd_officers[$key]['fk_user_id'];
|
|
|
|
// //For Random Allocaiton not in use
|
|
// // $key = mt_rand(0, count($list_of_pd_officers) - 1);
|
|
// // $final_pd_officer_to_allocate = isset($list_of_pd_officers[$key])? $list_of_pd_officers[$key]: null;
|
|
|
|
// $pd_details['fk_pd_allocated_to'] = $final_pd_officer_to_allocate;
|
|
// $pd_details['pd_status'] = ALLOCATED;
|
|
// //echo "final".$final_pd_officer_to_allocate;
|
|
|
|
// }
|
|
// else if($local_pd_allocation_type == 2) // AUTO - NEAREST Allocation
|
|
// {
|
|
|
|
// }
|
|
// else // Manual Allocation
|
|
// {
|
|
// // Do nothing, cause fk_pd_allocated_to value comes from front end.
|
|
// }
|
|
|
|
// }
|
|
// }//End Of isset
|
|
// }
|
|
|
|
/***********************END OF PD ALLOCATION TYPE AND PROCESS***********/
|
|
|
|
$pd_details['pd_date_of_initiation'] = date("Y-m-d H:i:s");
|
|
// if($pd_details['pd_status'] == "" || $pd_details['pd_status'] == null)
|
|
// {
|
|
// $pd_details['pd_status'] = DRAFT;
|
|
|
|
// }
|
|
|
|
|
|
//die();
|
|
|
|
$pd_details['parent_pd_id'] = isset($pd_details['parent_pd_id']) ? $pd_details['parent_pd_id'] : NULL;
|
|
$pd_id = $this->PD_Model->saveRecords($pd_details,PDTRIGGER);
|
|
|
|
|
|
/***********************PD DOCUMENTS UPLOAD SECTION FROM WEB***********/
|
|
if($pd_id != null || $pd_id != '')
|
|
{
|
|
|
|
if(!empty($_FILES['pddocuments']) && !empty($pd_document_titles))
|
|
{
|
|
|
|
foreach($pd_document_titles as $iter => $title)
|
|
{
|
|
|
|
$tempdoc = $_FILES['pddocuments']['tmp_name'][$iter];
|
|
$tempdocname = $_FILES['pddocuments']['name'][$iter];
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$pd_details['fk_lender_id'];
|
|
$key = 'pd'.$pd_id.'/'.$tempdocname ;
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
$record_data = array('fk_pd_id' => $pd_id,'pd_document_title'=>$title,'pd_document_name'=>$tempdocname);
|
|
$this->PD_Model->saveRecords($record_data,PDDOCUMENTS);
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
/***********************END OF PD DOCUMENTS UPLOAD SECTION FROM WEB***********/
|
|
if($pd_id != null || $pd_id != '')
|
|
{
|
|
|
|
if($pd_applicant_details != "" || $pd_applicant_details != null)
|
|
{
|
|
foreach($pd_applicant_details as $pd_applicant_detail)
|
|
{
|
|
$pd_applicant_detail['fk_pd_id'] = $pd_id;
|
|
$pd_applicant_detail['applicant_name'] = MYUTIL::applicantNameCamelCaseConvertion($pd_applicant_detail['applicant_name']);
|
|
$co_applicant_id = $this->PD_Model->saveRecords($pd_applicant_detail,PDAPPLICANTSDETAILS);
|
|
if($co_applicant_id != null || $co_applicant_id != '')
|
|
{
|
|
$count = $count + 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/***********************PD DOCUMENTS(base64 type) UPLOAD SECTION FROM MOBILE***********/
|
|
if($pd_id != null || $pd_id != '')
|
|
{
|
|
|
|
if(!empty($pd_document_from_mobile))
|
|
{
|
|
$this->saveBase64Images($pd_id,null,null,$pd_document_from_mobile);
|
|
// foreach($pd_document_from_mobile as $iter => $doc)
|
|
// {
|
|
// $temp_base64_string = $doc['image'];
|
|
// $title = $doc['Name'];
|
|
// $output_file = APPPATH."/docs/temp_base64_image.png";
|
|
|
|
// //Generate Random File Name
|
|
// $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
// $charactersLength = strlen($characters);
|
|
// $randomString = '';
|
|
// for ($i = 0; $i < 5; $i++) {
|
|
// $randomString .= $characters[rand(0, $charactersLength - 1)];
|
|
// }
|
|
// $temp_file_name = $randomString.date('Y-m-d-h:i:s').'.png';
|
|
|
|
|
|
// $ifp = fopen( $output_file, 'wb' );
|
|
// $temp_data = explode( ',', $temp_base64_string );
|
|
// fwrite( $ifp, base64_decode( $temp_data[ 1 ] ) );
|
|
// fclose( $ifp );
|
|
// $tempdoc = $output_file;
|
|
// $tempdocname = $temp_file_name;
|
|
// $bucketname = LENDER_BUCKET_NAME_PREFIX.$pd_details['fk_lender_id'];
|
|
// $key = 'pd'.$pd_id.'/'.$tempdocname ;
|
|
// $sourcefile = $tempdoc;
|
|
|
|
// $bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
// $s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
// if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
// {
|
|
// $record_data = array('fk_pd_id' => $pd_id,'pd_document_title'=>$title,'pd_document_name'=>$tempdocname);
|
|
// $this->PD_Model->saveRecords($record_data,PDDOCUMENTS);
|
|
// }
|
|
|
|
// }
|
|
}
|
|
}
|
|
/***********************END OF PD DOCUMENTS(base64 type) UPLOAD SECTION FROM MOBILE***********/
|
|
|
|
|
|
/****************ADDTIONAL REQUIREMENTS SECTION*******************************************/
|
|
if($pd_id != null || $pd_id != '')
|
|
{
|
|
if(count($pd_addtional_requirements))
|
|
{
|
|
foreach($pd_addtional_requirements as $pd_addtional_requirement_key => $pd_addtional_requirement)
|
|
{
|
|
$pd_addtional_requirement['fk_pd_id'] = $pd_id;
|
|
$this->PD_Model->saveRecords($pd_addtional_requirement,PDADDTIONALREQUIREMENTS);
|
|
}
|
|
}
|
|
|
|
|
|
$temp_address_id = null;
|
|
if(count($addresses))
|
|
{
|
|
|
|
foreach($addresses as $address_key => $address)
|
|
{
|
|
$address['fk_pd_id'] = $pd_id;
|
|
$address['is_primary'] = count($addresses) == 1 ? 1:0;
|
|
$address['assigned_pd'] = count($addresses) == 1 ? $pd_id:null;
|
|
$address_id = $this->PD_Model->saveRecords($address,PDADDRESS);
|
|
if($address_key == 0)
|
|
{
|
|
$temp_address_id = $address_id;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//update parent pd id for same pd itself after PK generated
|
|
$temp = array('parent_pd_id' => $pd_id);
|
|
if(count($addresses) == 1)
|
|
{
|
|
$temp['fk_primary_address_id'] = $temp_address_id;
|
|
$temp['fk_address_id'] = $temp_address_id;
|
|
}
|
|
$where_condition_array = array('pd_id' => $pd_id);
|
|
$this->PD_Model->updateRecords($temp,PDTRIGGER,$where_condition_array);
|
|
|
|
if(count($company))
|
|
{
|
|
foreach($company as $company_key => $new_company)
|
|
{
|
|
$new_company['fk_pd_id'] = $pd_id;
|
|
$this->PD_Model->saveRecords($new_company,PDCOMPANY);
|
|
}
|
|
}
|
|
}
|
|
|
|
/****************END OF ADDTIONAL REQUIREMENTS SECTION*******************************************/
|
|
|
|
|
|
if($pd_id != null || $pd_id != '' && $count != 0)
|
|
{
|
|
// CALL pdnotification Helper function to send pd alerts @ params pdid,pdstatus
|
|
$logger = MYLOG::logFunction();
|
|
$logger->info("NEW PD Trigged : ".$pd_id,array('ENV'=>ENVIRONMENT,'DATA' => $pd_details));
|
|
PDALERTS::pdnotification($pd_id);
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $pd_id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
public function savePDAdditionalRequiremets_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pd_addtional_requirements = $records['addtional_requirements'];
|
|
$count = 0;
|
|
|
|
if(count($pd_addtional_requirements))
|
|
{
|
|
foreach($pd_addtional_requirements as $requirement_key => $pd_addtional_requirement)
|
|
{
|
|
if($pd_addtional_requirement['add_req_id'] != null || $pd_addtional_requirement['add_req_id'] != "")
|
|
{
|
|
$where_condition_array = array('add_req_id' => $pd_addtional_requirement['add_req_id']);
|
|
$pk_id = $this->PD_Model->updateRecords($pd_addtional_requirement,PDADDTIONALREQUIREMENTS,$where_condition_array);
|
|
if($pk_id != "" || $pk_id != null){ $count++; }
|
|
}
|
|
else
|
|
{
|
|
$pd_addtional_requirement['fk_pd_id'] = $records['pdid'];
|
|
$pk_id = $this->PD_Model->saveRecords($pd_addtional_requirement,PDADDTIONALREQUIREMENTS);
|
|
if($pk_id != "" || $pk_id != null){ $count++; }
|
|
}
|
|
}
|
|
}
|
|
if($count != 0 && $count == count($pd_addtional_requirements))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Some thing went wrong";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
*
|
|
*Update PD trigger Master Details(Web app only) from PD trigger Edit/view page
|
|
*/
|
|
public function updatePDMaster_post()
|
|
{
|
|
$pd_details = $this->post('records');
|
|
$logger = MYLOG::logFunction();
|
|
if(isset($pd_details['pd_id']) && $pd_details['pd_id'] != "")
|
|
{
|
|
|
|
$exist_pd_details = $this->PD_Model->getPDMasterDetails($pd_details['pd_id']);
|
|
//print_r($exist_pd_details);
|
|
if(isset($pd_details['pd_status']) && $pd_details['pd_status'] == INITIATED)
|
|
{
|
|
|
|
unset($pd_details['mobile_no']);
|
|
unset($pd_details['firstName']);
|
|
unset($pd_details['officerName']);
|
|
$pd_details['initiate_location'] = $pd_details['link'];
|
|
unset($pd_details['link']);
|
|
|
|
/************ASSIGN Random URL******************/
|
|
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
$charactersLength = strlen($characters);
|
|
$randomString = '';
|
|
for ($i = 0; $i < 16; $i++)
|
|
{
|
|
$randomString .= $characters[rand(0, $charactersLength - 1)];
|
|
}
|
|
$pd_details['random_string'] = $randomString;
|
|
|
|
|
|
$url = 'https://ssa.sineedge.com/officertracking/#/officertracking/'.$randomString;
|
|
/* $ch = curl_init();
|
|
$timeout = 5;
|
|
$url = 'https://ssa.sineedge.com/ot/#/officertracking/'.$randomString;
|
|
|
|
//echo "$url";
|
|
curl_setopt($ch,CURLOPT_URL,'http://tinyurl.com/api-create.php?url='.$url);
|
|
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
|
|
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);
|
|
$tinyurl = curl_exec($ch);
|
|
curl_close($ch); */
|
|
$pd_details['encrypted_url'] = $url;
|
|
//echo $tinyurl;
|
|
/************ASSIGN Random URL******************/
|
|
|
|
}
|
|
if(isset($pd_details['pd_status']) && $pd_details['pd_status'] == STARTED)
|
|
{
|
|
|
|
$pd_details['start_location'] = $pd_details['link'];
|
|
$pd_details['pd_visit_date'] = date('Y-m-d h:i:s');
|
|
unset($pd_details['link']);
|
|
$string2 = str_shuffle('1234567890');
|
|
$OTP = substr($string2,0,6);
|
|
$msg = "OTP for starting your personal discussions with the verification officer is ".$OTP.".Pls share this only when the officer has reached your place in person.";
|
|
$no = (string)$pd_details['mobile_no'];
|
|
unset($pd_details['mobile_no']);
|
|
$pd_details['OTP'] = $OTP;
|
|
//$pd_details['OTP'] = '123456';
|
|
|
|
|
|
// $client = new \GuzzleHttp\Client();
|
|
// $response = $client->post($url);
|
|
SMS_GUPSHUP::sendSMS($msg,$no);
|
|
|
|
}
|
|
|
|
if(isset($pd_details['pd_status']) && $pd_details['pd_status'] == COMPLETED)
|
|
{
|
|
|
|
if(array_key_exists('link',$pd_details))
|
|
{
|
|
$pd_details['complete_location'] = $pd_details['link'];
|
|
unset($pd_details['link']);
|
|
}
|
|
|
|
//get satellite image blob and store it in DB
|
|
$pd_details['satellite_image_base64_blob'] = $this->getSatelliteImage($pd_details['pd_id']);
|
|
//die();
|
|
//If it is Addtional PD ,then update 'COMPLETE' status for primary and all other addtional PD's
|
|
if($exist_pd_details[0]['is_child'] == 1)
|
|
{
|
|
//echo "child";
|
|
$all_pd_id = array();
|
|
//get all associated PD ID's from address table
|
|
$all_associated_addresses = $this->PD_Model->getPDAddress($exist_pd_details[0]['parent_pd_id']);
|
|
//print_r($all_associated_addresses);
|
|
if(count($all_associated_addresses))
|
|
{
|
|
foreach($all_associated_addresses as $address)
|
|
{
|
|
if($address['assigned_pd'] != $pd_details['pd_id'])
|
|
{
|
|
$all_pd_id[] = array('pd_id' => $address['assigned_pd'],'pd_status' => COMPLETED, 'fk_updatedby' => $pd_details['fk_updatedby']);
|
|
}
|
|
}
|
|
}
|
|
//print_r($all_pd_id);
|
|
foreach($all_pd_id as $single_pd)
|
|
{
|
|
$this->PD_Model->updateRecords($single_pd,PDTRIGGER,array('pd_id' => $single_pd['pd_id']));
|
|
}
|
|
|
|
|
|
|
|
}
|
|
//print_r($pd_details);
|
|
}
|
|
//die();
|
|
|
|
if(isset($pd_details['pd_status']) && ($pd_details['pd_status'] == TRIGGERED || $pd_details['pd_status'] == INITIATED))
|
|
{
|
|
|
|
/***********************CHOOSE PD TEMPALATE*********************/
|
|
$pd_details['fk_pd_template_id'] = $this->assignPDTempalate($pd_details['pd_id']);
|
|
|
|
if($pd_details['fk_pd_template_id'] != "" || $pd_details['fk_pd_template_id'] != null)
|
|
{
|
|
|
|
$logger->info("TEMPLATE ASSIGN FUNCTIONALTIY".$pd_details['fk_pd_template_id']." CHOOSED",array('ENV'=>ENVIRONMENT,'PDID' => $pd_details['pd_id'],'Pre-Status' => $exist_pd_details[0]['pd_status'],'Current_status' => $pd_details['pd_status']));
|
|
|
|
|
|
|
|
$dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'PD Template Assign','Template ID'=>$pd_details['fk_pd_template_id'] ,'PDID'=> $pd_details['pd_id'],'Method' => 'UpdatePDMaster','Pre-Status' => $exist_pd_details[0]['pd_status'],'Current_status' => $pd_details['pd_status']);
|
|
MYHTTPCLIENT::sendPOST($dataToBot);
|
|
}
|
|
|
|
}
|
|
|
|
$primary_address_id = null;
|
|
|
|
if( $exist_pd_details[0]['fk_primary_address_id'] == null && $exist_pd_details[0]['is_child'] == 0)//Master PD only
|
|
{
|
|
$primary_address_id = isset($pd_details['fk_primary_address_id'])?$pd_details['fk_primary_address_id']:null;
|
|
$pd_details['fk_address_id'] = $primary_address_id;
|
|
}
|
|
|
|
|
|
if( $exist_pd_details[0]['is_child'] == 0)
|
|
{
|
|
if(isset($pd_details['parent_pd_id']) && ($pd_details['parent_pd_id'] == null || $pd_details['parent_pd_id'] == ""))
|
|
{
|
|
$pd_details['parent_pd_id'] = $exist_pd_details[0]['pd_id'] != "" || $exist_pd_details[0]['pd_id'] != null ? $exist_pd_details[0]['pd_id'] : $pd_details['pd_id'];
|
|
}
|
|
}
|
|
|
|
|
|
$where_condition_array = array('pd_id' => $pd_details['pd_id']);
|
|
$pd_id_modified = $this->PD_Model->updateRecords($pd_details,PDTRIGGER,$where_condition_array);
|
|
//print_r($pd_details);
|
|
|
|
//Update Address table,if primary address choosed
|
|
if($primary_address_id != null)
|
|
{
|
|
|
|
$where_condition_array = array('pd_address_id' => $primary_address_id);
|
|
$temp_data = array('is_primary' => 1,'assigned_pd' => $pd_details['pd_id']);
|
|
|
|
$id = $this->PD_Model->updateRecords($temp_data,PDADDRESS,$where_condition_array);
|
|
}
|
|
|
|
|
|
if($pd_id_modified != null || $pd_id_modified != '' && $count != 0)
|
|
{
|
|
|
|
$logger->info("PD UPDATED",array('ENV'=>ENVIRONMENT,'DATA' => $pd_details,'Pre-Status' => $exist_pd_details[0]['pd_status'],'Current_status' => $pd_details['pd_status']));
|
|
|
|
PDALERTS::pdnotification($pd_details['pd_id']);
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}//end of normal PD
|
|
else//#################### Handle Addtional PD
|
|
{
|
|
//echo 'else';
|
|
if(($pd_details['parent_pd_id'] != "" || $pd_details['parent_pd_id'] != null) &&
|
|
(($pd_details['fk_customer_segment'] != "" || $pd_details['fk_customer_segment'] != null)) &&
|
|
(($pd_details['fk_address_id'] != "" || $pd_details['fk_address_id'] != null)) &&
|
|
(($pd_details['pd_status'] != "" || $pd_details['pd_status'] != null)) &&
|
|
(($pd_details['fk_updatedby'] != "" || $pd_details['fk_updatedby'] != null)) )
|
|
{
|
|
//GET PArent PD Details
|
|
$parent_pd_details = $this->PD_Model->getPDMasterDetails($pd_details['parent_pd_id']);
|
|
|
|
if(count($parent_pd_details))
|
|
{
|
|
$newpd['fk_lender_id'] = $parent_pd_details[0]['fk_lender_id'];
|
|
$newpd['pd_date_of_initiation'] = $parent_pd_details[0]['pd_date_of_initiation_sqlformat'];
|
|
$newpd['fk_entity_billing_id'] = $parent_pd_details[0]['fk_entity_billing_id'];
|
|
$newpd['lender_applicant_id'] = $parent_pd_details[0]['lender_applicant_id'];
|
|
$newpd['fk_product_id'] = $parent_pd_details[0]['fk_product_id'];
|
|
$newpd['fk_subproduct_id'] = $parent_pd_details[0]['fk_subproduct_id'];
|
|
$newpd['fk_pd_type'] = $parent_pd_details[0]['fk_pd_type'];
|
|
$newpd['pd_branch_id'] = $parent_pd_details[0]['pd_branch_id'];
|
|
$newpd['is_child'] = 1;
|
|
$newpd['loan_amount'] = $parent_pd_details[0]['loan_amount'];
|
|
$newpd['fk_pd_allocated_to'] = $parent_pd_details[0]['fk_pd_allocated_to'];
|
|
|
|
$newpd['pd_status'] = $pd_details['pd_status'];
|
|
$newpd['fk_updatedby'] = $pd_details['fk_updatedby'];
|
|
$newpd['fk_customer_segment'] = $pd_details['fk_customer_segment'];
|
|
$newpd['fk_address_id'] = $pd_details['fk_address_id'];
|
|
$newpd['parent_pd_id'] = $pd_details['parent_pd_id'];
|
|
//$newpd['fk_pd_allocated_to'] = $pd_details['fk_pd_allocated_to'] ? $pd_details['fk_pd_allocated_to'] : null;
|
|
//$newpd['scheduled_on'] = $pd_details['scheduled_on'] ? $pd_details['scheduled_on'] : null;
|
|
|
|
$newpd['fk_pd_template_id'] = $this->assignPDTempalate(array('lender' => $newpd['fk_lender_id'],'product' => $newpd['fk_product_id'],'customer_segment' => $newpd['fk_customer_segment']));
|
|
//print_r($newpd);die();
|
|
|
|
$pd_id = $this->PD_Model->saveRecords($newpd,PDTRIGGER);
|
|
if($pd_id != "" || $pd_id != null)
|
|
{
|
|
|
|
//update Applicant details
|
|
$fields = array('pd_co_applicant_id'=>$pd_details['pd_co_applicant_id'],'mobile_no' => $pd_details['mobile_no']);
|
|
$where_condition_array = array('additional_pd_id' => $pd_id);
|
|
$this->PD_Model->updateRecords($fields,PDAPPLICANTSDETAILS,$where_condition_array);
|
|
|
|
//update Assiged PD to Address Table
|
|
$where_condition_array = array('pd_address_id' => $newpd['fk_address_id']);
|
|
$temp_data = array('assigned_pd' => $pd_id);
|
|
$id = $this->PD_Model->updateRecords($temp_data,PDADDRESS,$where_condition_array);
|
|
|
|
|
|
$logger = MYLOG::logFunction();
|
|
$logger->info("TEMPLATE ASSIGN FUNCTIONALTIY CALLED AND TEMPLATED ID - ".$newpd['fk_pd_template_id']." CHOOSED",array('ENV'=>ENVIRONMENT,'Parent-PDID' => $newpd['parent_pd_id'],'Addresss ID'=>$newpd['fk_address_id'] ,'PDID' => $pd_id,'PD Type' => "Addtional PD",'Current_status' => $newpd['pd_status']));
|
|
|
|
$dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'PD Template Assign','Template ID'=>$newpd['fk_pd_template_id'] ,'PDID' => $pd_id,'PD Type' => "Addtional PD",'Method' => 'UpdatePDMaster - Addtional PD Creation','Pre-Status' => null,'Current_status' => $newpd['pd_status']);
|
|
MYHTTPCLIENT::sendPOST($dataToBot);
|
|
|
|
|
|
|
|
|
|
|
|
//PDALERTS::pdnotification($newpd['pd_id']);
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $pd_id;
|
|
$data['msg'] = "Addtional PD Created!";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong. Try later!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'Parent PD Details Not available!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'Addtional PD :- ParentPD ID,Customer Segment, Address,, PD Status, Created by Required!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
//While PD Completion stage, send lenth of PD address
|
|
public function getPDCompleteDetails_post()
|
|
{
|
|
|
|
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
$pd_master_detials = $this->PD_Model->getPDMasterDetails($pdid);
|
|
|
|
$address_count = $this->db->SELECT('count(*) as count')->FROM(PDADDRESS.' as PDADDRESS')->WHERE('PDADDRESS.fk_pd_id',$pd_master_detials[0]['parent_pd_id'])->WHERE('assigned_pd is null')->WHERE('PDADDRESS.isactive',1)->GET()->result_array();
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = array('address_count' => (int)$address_count[0]['count']);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
public function assignPDTempalate($data)
|
|
{
|
|
$logger = MYLOG::logFunction();
|
|
$logger->info("TEMPLATE ASSIGN FUNCTIONALTIY CALLED",array('ENV'=>ENVIRONMENT,'DATA' => $data));
|
|
//print_r($data);
|
|
if(!is_array($data))
|
|
{
|
|
$fields = array('fk_lender_id','fk_product_id','fk_customer_segment','pd_status');
|
|
$where_condition_array = array('pd_id' => $data);
|
|
$res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
}
|
|
|
|
$templateid = null;
|
|
$fields = array('fk_template_id');
|
|
$where_condition_array = array();
|
|
|
|
if(!is_array($data))
|
|
{
|
|
$where_condition_array = array('fk_lender_id'=>$res_array[0]['fk_lender_id'] ,'fk_product_id'=> $res_array[0]['fk_product_id'],'fk_customer_segment'=> $res_array[0]['fk_customer_segment'],'isactive' => 1);
|
|
}
|
|
else
|
|
{
|
|
//print_r('else');
|
|
$where_condition_array = array('fk_lender_id'=>$data['lender'] ,'fk_product_id'=> $data['product'],'fk_customer_segment'=> $data['customer_segment'],'isactive' => 1);
|
|
}
|
|
|
|
|
|
$table = LENDERTEMPLATE;
|
|
|
|
$choosed_template_id = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,$table);
|
|
|
|
if(count($choosed_template_id))// CHOOSE FILTERED TEMPLATE//
|
|
{
|
|
$templateid = $choosed_template_id[0]['fk_template_id'];
|
|
|
|
}
|
|
else // CHOOSE GENERIC TEMPLATE//
|
|
{
|
|
//echo "CHOOSE GENERIC ";
|
|
$customer_segment = isset($res_array[0]['fk_customer_segment']) ? $res_array[0]['fk_customer_segment'] : $data['customer_segment'];
|
|
|
|
|
|
if($customer_segment == 1 || $customer_segment == 2)
|
|
{
|
|
//SAL - (CASH/CHQ)
|
|
$templateid = 1;
|
|
}
|
|
else if($customer_segment == 3 || $customer_segment == 5)
|
|
{
|
|
//* SENP/SEP - (DI)
|
|
$templateid = 2;
|
|
}
|
|
else if($customer_segment == 4 || $customer_segment == 6)
|
|
{
|
|
//* SENP/SEP - (AI)
|
|
$templateid = 3;
|
|
|
|
}
|
|
else if($customer_segment == 8)
|
|
{
|
|
//* SENP/SEP - (RI)
|
|
$templateid = 4;
|
|
}
|
|
}
|
|
return $templateid;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
public function updatePDAddress_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $key => $value)
|
|
{
|
|
if(count($records) == 1)
|
|
{
|
|
$value['is_primary'] = 1;
|
|
}
|
|
|
|
if($value['pd_address_id'] != "" || $value['pd_address_id'] != null)
|
|
{
|
|
$where_condition_array = array('pd_address_id' => $value['pd_address_id']);
|
|
$id = $this->PD_Model->updateRecords($value,PDADDRESS,$where_condition_array);
|
|
if($id != "" || $id != null){ $count++; }
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($value,PDADDRESS);
|
|
if($id != "" || $id != null){ $count++; }
|
|
}
|
|
}
|
|
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
/**
|
|
* Pd Discussion OTP Checking function
|
|
* sriram
|
|
*/
|
|
|
|
public function checkOTP_post()
|
|
{
|
|
$pdotp = $this->post('records');
|
|
|
|
$pdotpStatus = 0;
|
|
if(!array_key_exists('reason',$pdotp))
|
|
{
|
|
$pdotpStatus = $this->PD_Model->checkotp($pdotp);
|
|
$updatePd['pd_id'] = $pdotp['pd_id'];
|
|
$updatePd['pd_status'] = INPROGRESS;
|
|
$updatePd['is_otp_done'] = 1;
|
|
$updatePd['fk_updatedby'] = $pdotp['fk_updatedby'];
|
|
//$updatePd['updatedon'] = date('Y-m-d h:i:00');
|
|
|
|
if($pdotpStatus != 0 || $pdotpStatus != '' && count($pdotpStatus) != 0)
|
|
{
|
|
$where_condition_array = array('pd_id' => $pdotp['pd_id']);
|
|
$pd_id_modified = $this->PD_Model->updateRecords($updatePd,PDTRIGGER,$where_condition_array);
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
//echo "WITHOUT OTP CALLED";
|
|
|
|
$updatePd['pd_id'] = $pdotp['pd_id'];
|
|
$updatePd['pd_status'] = INPROGRESS;
|
|
$updatePd['is_otp_done'] = 0;
|
|
$updatePd['otp_reject_reason'] = $pdotp['reason'];
|
|
$updatePd['otp_reject_other_reason'] = $pdotp['other_reason'];
|
|
//$updatePd['updatedon'] = date('Y-m-d h:m:00');
|
|
$updatePd['fk_updatedby'] = $pdotp['fk_updatedby'];
|
|
|
|
$where_condition_array = array('pd_id' => $pdotp['pd_id']);
|
|
$pd_id_modified = $this->PD_Model->updateRecords($updatePd,PDTRIGGER,$where_condition_array);
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
*
|
|
*Update PD trigger Applicats Details(Web app only) from PD trigger Edit/view page
|
|
*/
|
|
public function updatePDApplicants_post()
|
|
{
|
|
$pd_applicant_details = $this->post('pd_applicant_details');
|
|
$count = 0;
|
|
$pd_id = 0;
|
|
//print_r($this->post());die();
|
|
foreach($pd_applicant_details as $pd_applicant_detail)
|
|
{
|
|
if($pd_applicant_detail['pd_co_applicant_id'] != null || $pd_applicant_detail['pd_co_applicant_id'] != "")
|
|
{
|
|
//$pd_id = $pd_applicant_detail['fk_pd_id'];
|
|
$where_condition_array = array('pd_co_applicant_id' => $pd_applicant_detail['pd_co_applicant_id']);
|
|
$co_applicant_id = $this->PD_Model->updateRecords($pd_applicant_detail,PDAPPLICANTSDETAILS,$where_condition_array);
|
|
if($co_applicant_id != null || $co_applicant_id != '')
|
|
{
|
|
$count = $count + 1;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
//$pd_applicant_detail['fk_pd_id'] = $pd_id;
|
|
$co_applicant_id = $this->PD_Model->saveRecords($pd_applicant_detail,PDAPPLICANTSDETAILS);
|
|
if($co_applicant_id != null || $co_applicant_id != '')
|
|
{
|
|
$count = $count + 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
if($count != 0 && count($pd_applicant_details) == $count)
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
*
|
|
*delete single PD Document - delete form table entry and S3 obj
|
|
*/
|
|
public function deletePDDoc_post()
|
|
{
|
|
$pd_document_details = $this->post('pd_document_details');
|
|
|
|
if(count($pd_document_details))
|
|
{
|
|
//Select lender_id userin pdid
|
|
$pdid = $pd_document_details[0]['fk_pd_id'];
|
|
$fields = array('fk_lender_id');
|
|
$where_condition_array = array('pd_id' => $pdid);
|
|
$lender_id = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$lender_id[0]['fk_lender_id'];
|
|
$key = 'pd'.$pd_document_details[0]['fk_pd_id'].'/'.$pd_document_details[0]['pd_document_name'];
|
|
$this->aws_s3->deleteSingleObjFromBucket($bucketname,$key);
|
|
|
|
//delete old entry
|
|
$modified = $this->db->where('pd_document_id',$pdid)->$this->db->delete(PDDOCUMENTS);
|
|
if($modified)
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
*
|
|
*Update PD Documents details from PD Trigger(Web application only) edit/view page
|
|
*/
|
|
public function updatePDDocs_post()
|
|
{
|
|
|
|
|
|
$pd_document_titles = json_decode($this->post('pd_document_titles'),true);
|
|
if(count($pd_document_titles))
|
|
{
|
|
//Get Lender id from PD Master
|
|
$pdid = $pd_document_titles[0]['fk_pd_id'];
|
|
$fields = array('fk_lender_id');
|
|
$where_condition_array = array('pd_id' => $pdid);
|
|
$lender_id = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
foreach($pd_document_titles as $iter => $doc)
|
|
{
|
|
if($doc['pd_document_id'] != null || $doc['pd_document_id'] != '')
|
|
{
|
|
|
|
$tempdoc = $_FILES['pddocuments']['tmp_name'][$iter];
|
|
$tempdocname = $_FILES['pddocuments']['name'][$iter];
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$lender_id[0]['fk_lender_id'];
|
|
$key = 'pd'.$doc['fk_pd_id'].'/'.$tempdocname ;
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
|
|
//delete old doc from s3 bucket_data
|
|
$fields = array('pd_document_name');
|
|
$where_condition_array1 = array('pd_document_id' => $doc['pd_document_id']);
|
|
$old_doc_name = $this->PD_Model->selectCustomRecords($fields,$where_condition_array1,PDDOCUMENTS);
|
|
|
|
if($old_doc_name != "" || $old_doc_name != null)
|
|
{
|
|
$key = 'pd'.$doc['fk_pd_id'].'/'.$old_doc_name[0]['pd_document_name'];
|
|
$this->aws_s3->deleteSingleObjFromBucket($bucketname,$key);
|
|
}
|
|
|
|
//Update entry in PD Doc table
|
|
$record_data = array('pd_document_name'=>$tempdocname);
|
|
$where_condition_array = array('pd_document_id' => $doc['pd_document_id']);
|
|
$this->PD_Model->updateRecords($record_data,PDDOCUMENTS,$where_condition_array);
|
|
}
|
|
|
|
|
|
}
|
|
else
|
|
{
|
|
|
|
$tempdoc = $_FILES['pddocuments']['tmp_name'][$iter];
|
|
$tempdocname = $_FILES['pddocuments']['name'][$iter];
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$lender_id;
|
|
$key = 'pd'.$doc['fk_pd_id'].'/'.$tempdocname ;
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
$record_data = array('fk_pd_id' => $pdid,'pd_document_title'=>$doc['pd_document_title'],'pd_document_name'=>$tempdocname);
|
|
$this->PD_Model->saveRecords($record_data,PDDOCUMENTS);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
*Allocate PD to Some PD officer
|
|
*/
|
|
public function allocatePD_post()
|
|
{
|
|
$records = $this->post('records');
|
|
//print_r($records);
|
|
//if($records['fk_pd_allocated_to'] != "" || $records['fk_pd_allocated_to'] != null)
|
|
//{
|
|
$records['pd_status'] = ALLOCATED;
|
|
//}
|
|
$where_condition_array = array('pd_id' => $records['pd_id']);
|
|
$pd_id_modified = $this->PD_Model->updateRecords($records,PDTRIGGER,$where_condition_array);
|
|
|
|
// $where_condition_array = array('fk_user_id' => $records['fk_pd_allocated_to']);
|
|
// $temp_array = array('');
|
|
// $pd_id_modified = $this->PD_Model->updateRecords($records,PDTRIGGER,$where_condition_array);
|
|
|
|
if($pd_id_modified != "" || $pd_id_modified != null)
|
|
{
|
|
PDALERTS::pdnotification($records['pd_id']);
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Not Updated! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
/*
|
|
*Schedule PD by PD officer(only on Manual Schedule)
|
|
*/
|
|
public function schdulePD_post()
|
|
{
|
|
$records = $this->post('records');
|
|
if($records['schedule_time'] != "" || $records['schedule_time'] != null)
|
|
{
|
|
//$id = $this->PD_Model->saveRecords($records,PDSCHEDULE);
|
|
|
|
$where_condition_array = array('pd_id' => $records['fk_pd_id']);
|
|
$temp_array = array('pd_status' => SCHEDULED,'fk_updatedby'=>$records['fk_scheduled_by'],'scheduled_on'=>$records['schedule_time']);
|
|
$pd_id_modified = $this->PD_Model->updateRecords($temp_array,PDTRIGGER,$where_condition_array);
|
|
|
|
/******* Code Snippt for Save Template Category Weightage info to PD category Info*/
|
|
$fields = array('fk_pd_template_id');
|
|
$where_condition_array = array('pd_id'=>$records['fk_pd_id']);
|
|
$res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
|
|
if(count($res_array))
|
|
{
|
|
$fields = array('fk_pd_template_id');
|
|
$where_condition_array = array('pd_id'=>$records['fk_pd_id']);
|
|
$res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
|
|
if(count($res_array))
|
|
{
|
|
$template_id = $res_array[0]['fk_pd_template_id'];
|
|
|
|
$fields = array('fk_question_category_id','weightage');
|
|
$where_condition_array = array('fk_template_id'=>$template_id);
|
|
$template_categories = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,TEMPLATECATEGORYWEIGHTAGE);
|
|
|
|
foreach($template_categories as $key => $category)
|
|
{
|
|
$temp_data = array('fk_pd_id'=>$records['fk_pd_id'],'fk_category_id'=>$category['fk_question_category_id'],'pd_category_weightage'=>$category['weightage']);
|
|
$this->PD_Model->saveRecords($temp_data,PDCATEGORYWEIGHTAGE);
|
|
}
|
|
}
|
|
}
|
|
/******* End of Code Snippt Save Template Category Weightage info to PD category Info*/
|
|
|
|
|
|
if($pd_id_modified != "" || $pd_id_modified != null)
|
|
{
|
|
PDALERTS::pdnotification($records['fk_pd_id']);
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Not Updated! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
/*
|
|
*GET List of PD officers for PD edit/view page for manual allocation
|
|
*@param pd
|
|
*/
|
|
public function getListPDOfficers_post()
|
|
{
|
|
|
|
$pdid = $this->post('pdid');
|
|
//1.Get LenderID and CityID by using pdid
|
|
$fields = array('fk_lender_id','fk_city','fk_pd_type','fk_product_id','fk_customer_segment');
|
|
$where_condition_array = array('pd_id'=>$pdid);
|
|
$res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
//print_r($res_array);
|
|
//2.Get Team ID based on Lender ID
|
|
if(count($res_array))
|
|
{
|
|
$where_condition_array = array('lender_id' => $res_array[0]['fk_lender_id'],'city_id' =>$res_array[0]['fk_city'] ,'cs_id' =>$res_array[0]['fk_customer_segment'] ,'product_id' =>$res_array[0]['fk_product_id']);
|
|
$temp_city_id = $this->PD_Model->selectRecords(PDTEAM_CTY_PRODUCT_CS_COMBINATIONS,$where_condition_array,$limit=0,$offset=0);
|
|
//print_r($temp_city_id);die();
|
|
if(count($temp_city_id))
|
|
{
|
|
if(isset($temp_city_id[0]['team_type']))
|
|
{
|
|
if($temp_city_id[0]['team_type'] == 0) // Allocate to Vendor
|
|
{
|
|
// $pd_details['pd_agency_id'] = $temp_city_id[0]['fk_team_id'];
|
|
// $pd_details['fk_pd_allocated_to'] = ALLOCATED_TO_PARTNER;
|
|
|
|
}
|
|
else //Allocate to SineEdge Team with allocation logics
|
|
{
|
|
|
|
//select list of pd officers based on pd type, product, customer segment, and team from table (t_pd_officiers_details) and choose minimun allocated one and assign pd Officer and change status form TRIGGERED to ALLOCATED
|
|
$fields = array('fk_user_id','fk_pd_type_id');
|
|
|
|
$where_condition_array = array('fk_team_id' => $temp_city_id[0]['pdteam_id'],'isactive' => 1);
|
|
|
|
$list_of_pd_officers = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDOFFICIERSDETAILS);
|
|
|
|
if(count($list_of_pd_officers))
|
|
{
|
|
foreach($list_of_pd_officers as $key => $pdofficer)
|
|
{
|
|
$this->db->SELECT('USERPROFILE.first_name,USERPROFILE.last_name,USERPROFILE.profilepic,USERPROFILE.mobile_no');
|
|
$this->db->FROM(USERPROFILE.' as USERPROFILE');
|
|
$this->db->WHERE('USERPROFILE.userid',$pdofficer['fk_user_id']);
|
|
$names = $this->db->GET()->result_array();
|
|
if(count($names)){
|
|
|
|
|
|
$list_of_pd_officers[$key]['first_name'] = $names[0]['first_name'];
|
|
$list_of_pd_officers[$key]['last_name'] = $names[0]['last_name'];
|
|
$list_of_pd_officers[$key]['mobile_no'] = $names[0]['mobile_no'];
|
|
$list_of_pd_officers[$key]['count'] = 0;
|
|
|
|
$this->db->SELECT('pd_id,pd_status,fk_pd_type,DATE_FORMAT(PDTRIGGER.scheduled_on,"%d/%m/%Y %H:%i:%s %p") as scheduled_on,PDAPPLICANTSDETAILS.applicant_name,PDTYPE.type_name as pd_type_name,PDTRIGGER.addressline1,PDTRIGGER.addressline2,PDTRIGGER.addressline3,PDTRIGGER.fk_city,CITY.name as city_name,PDTRIGGER.fk_state,STATE.name as state_name,PDTRIGGER.pincode,PDTRIGGER.lender_applicant_id,ENTITY.short_name');
|
|
$this->db->FROM(PDTRIGGER.' as PDTRIGGER');
|
|
$this->db->JOIN(PDAPPLICANTSDETAILS.' as PDAPPLICANTSDETAILS','PDTRIGGER.pd_id = PDAPPLICANTSDETAILS.fk_pd_id AND PDAPPLICANTSDETAILS.applicant_type = 1');
|
|
$this->db->JOIN(PDTYPE.' as PDTYPE','PDTRIGGER.fk_pd_type = PDTYPE.pd_type_id AND PDTYPE.isactive = 1');
|
|
$this->db->JOIN(STATE.' as STATE','PDTRIGGER.fk_state = STATE.state_id ','LEFT');
|
|
$this->db->JOIN(CITY.' as CITY','PDTRIGGER.fk_city = CITY.city_id','LEFT');
|
|
$this->db->JOIN(ENTITY.' as ENTITY','PDTRIGGER.fk_lender_id = ENTITY.entity_id','LEFT');
|
|
|
|
$this->db->OR_GROUP_START();
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',SCHEDULED);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',INPROGRESS);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',ALLOCATED);
|
|
$this->db->GROUP_END();
|
|
if($pdofficer['fk_pd_type_id'] == 1)
|
|
{
|
|
$this->db->WHERE('PDTRIGGER.fk_pd_allocated_to',$pdofficer['fk_user_id']);
|
|
}
|
|
else
|
|
{
|
|
$this->db->WHERE('PDTRIGGER.executive_id',$pdofficer['fk_user_id']);
|
|
}
|
|
$pd_count = $this->db->GET()->result_array();
|
|
//print_r($this->db->last_query());
|
|
if(count($pd_count)){
|
|
$list_of_pd_officers[$key]['pd_details'] = $pd_count;
|
|
$list_of_pd_officers[$key]['count'] =count($pd_count); }
|
|
|
|
// Get Profile Pic from S3
|
|
|
|
$bucket_name = PROFILE_PICTURE_BUCKET_NAME;
|
|
$profilepics3path = 'sineedge/'.$names[0]['profilepic'];
|
|
$singed_uri = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucket_name,$profilepics3path,'+10 minutes');
|
|
$list_of_pd_officers[$key]['profile_url'] = $singed_uri;
|
|
}
|
|
}
|
|
// Get Central PD Officers List
|
|
$central_pd_officers = array();
|
|
if($res_array[0]['fk_pd_type'] == 2 || $res_array[0]['fk_pd_type'] == 3)
|
|
{
|
|
$this->db->SELECT('USERPROFILE.userid as fk_user_id,USERPROFILE.first_name,USERPROFILE.last_name,USERPROFILE.profilepic,USERPROFILE.mobile_no,USERPROFILEROLES.user_role,ROLES.role_name');
|
|
$this->db->FROM(USERPROFILE.' as USERPROFILE');
|
|
$this->db->JOIN(USERPROFILEROLES.' as USERPROFILEROLES','USERPROFILE.userid = USERPROFILEROLES.fk_userid');
|
|
$this->db->JOIN(ROLES.' as ROLES','USERPROFILEROLES.user_role = ROLES.role_id');
|
|
$this->db->WHERE('ROLES.role_id',2);
|
|
$central_pd_officers = $this->db->GET()->result_array();
|
|
//print_r($central_pd_officers);
|
|
if(count($central_pd_officers))
|
|
{
|
|
foreach($central_pd_officers as $k => $central_pd_officer)
|
|
{
|
|
|
|
//Get PD Details assigned to Central Officers
|
|
$this->db->SELECT('pd_id,pd_status,fk_pd_type,DATE_FORMAT(PDTRIGGER.scheduled_on,"%d/%m/%Y %H:%i:%s %p") as scheduled_on,PDAPPLICANTSDETAILS.applicant_name,PDTYPE.type_name as pd_type_name,PDTRIGGER.addressline1,PDTRIGGER.addressline2,PDTRIGGER.addressline3,PDTRIGGER.fk_city,CITY.name as city_name,PDTRIGGER.fk_state,STATE.name as state_name,PDTRIGGER.pincode,PDTRIGGER.lender_applicant_id,ENTITY.short_name');
|
|
$this->db->FROM(PDTRIGGER.' as PDTRIGGER');
|
|
$this->db->JOIN(PDAPPLICANTSDETAILS.' as PDAPPLICANTSDETAILS','PDTRIGGER.pd_id = PDAPPLICANTSDETAILS.fk_pd_id AND PDAPPLICANTSDETAILS.applicant_type = 1');
|
|
$this->db->JOIN(PDTYPE.' as PDTYPE','PDTRIGGER.fk_pd_type = PDTYPE.pd_type_id AND PDTYPE.isactive = 1');
|
|
$this->db->JOIN(STATE.' as STATE','PDTRIGGER.fk_state = STATE.state_id ','LEFT');
|
|
$this->db->JOIN(CITY.' as CITY','PDTRIGGER.fk_city = CITY.city_id','LEFT');
|
|
$this->db->JOIN(ENTITY.' as ENTITY','PDTRIGGER.fk_lender_id = ENTITY.entity_id','LEFT');
|
|
|
|
$this->db->OR_GROUP_START();
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',SCHEDULED);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',INPROGRESS);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',ALLOCATED);
|
|
$this->db->GROUP_END();
|
|
$this->db->WHERE('PDTRIGGER.central_pd_officer_id',$central_pd_officer['fk_user_id']);
|
|
$pd_count = $this->db->GET()->result_array();
|
|
//print_r($this->db->last_query());
|
|
$central_pd_officers[$k]['count'] = 0;
|
|
if(count($pd_count)){
|
|
$central_pd_officers[$k]['pd_details'] = $pd_count;
|
|
$central_pd_officers[$k]['count'] = count($pd_count); }
|
|
//End Get PD Details assigned to Central Officers
|
|
|
|
|
|
$bucket_name = PROFILE_PICTURE_BUCKET_NAME;
|
|
$profilepics3path = 'sineedge/'.$central_pd_officer['profilepic'];
|
|
$singed_uri = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucket_name,$profilepics3path,'+10 minutes');
|
|
$central_pd_officers[$k]['profile_url'] = $singed_uri;
|
|
}
|
|
}
|
|
}
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = array('pdofficers' => $list_of_pd_officers,'centralpdofficers' => $central_pd_officers);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'Officers Records Not Found!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
else // Find Officers in General Team
|
|
{
|
|
|
|
|
|
|
|
//Find General Team ID
|
|
$fields = array('pdteam_id');
|
|
$where_condition_array = array('team_name' => "General");
|
|
$general_team_id = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTEAM);
|
|
|
|
if(count($general_team_id))
|
|
{
|
|
|
|
|
|
$fields = array('fk_user_id','fk_pd_type_id');
|
|
$where_condition_array = array('fk_team_id' => $general_team_id[0]['pdteam_id'],'isactive' => 1);
|
|
$list_of_pd_officers = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDOFFICIERSDETAILS);
|
|
|
|
if(count($list_of_pd_officers))
|
|
{
|
|
foreach($list_of_pd_officers as $key => $pdofficer)
|
|
{
|
|
$this->db->SELECT('USERPROFILE.first_name,USERPROFILE.last_name,USERPROFILE.profilepic,USERPROFILE.mobile_no');
|
|
$this->db->FROM(USERPROFILE.' as USERPROFILE');
|
|
$this->db->WHERE('USERPROFILE.userid',$pdofficer['fk_user_id']);
|
|
$names = $this->db->GET()->result_array();
|
|
|
|
|
|
if(count($names)){
|
|
$list_of_pd_officers[$key]['first_name'] = $names[0]['first_name'];
|
|
$list_of_pd_officers[$key]['last_name'] = $names[0]['last_name'];
|
|
$list_of_pd_officers[$key]['mobile_no'] = $names[0]['mobile_no'];
|
|
$list_of_pd_officers[$key]['count'] = 0;
|
|
|
|
$this->db->SELECT('pd_id,pd_status,fk_pd_type,DATE_FORMAT(PDTRIGGER.scheduled_on,"%d/%m/%Y %H:%i:%s %p") as scheduled_on,PDAPPLICANTSDETAILS.applicant_name,PDTYPE.type_name as pd_type_name,PDTRIGGER.addressline1,PDTRIGGER.addressline2,PDTRIGGER.addressline3,PDTRIGGER.fk_city,CITY.name as city_name,PDTRIGGER.fk_state,STATE.name as state_name,PDTRIGGER.pincode,PDTRIGGER.lender_applicant_id,ENTITY.short_name');
|
|
$this->db->FROM(PDTRIGGER.' as PDTRIGGER');
|
|
$this->db->JOIN(PDAPPLICANTSDETAILS.' as PDAPPLICANTSDETAILS','PDTRIGGER.pd_id = PDAPPLICANTSDETAILS.fk_pd_id AND PDAPPLICANTSDETAILS.applicant_type = 1');
|
|
$this->db->JOIN(PDTYPE.' as PDTYPE','PDTRIGGER.fk_pd_type = PDTYPE.pd_type_id AND PDTYPE.isactive = 1');
|
|
$this->db->JOIN(STATE.' as STATE','PDTRIGGER.fk_state = STATE.state_id ','LEFT');
|
|
$this->db->JOIN(CITY.' as CITY','PDTRIGGER.fk_city = CITY.city_id','LEFT');
|
|
$this->db->OR_GROUP_START();
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',SCHEDULED);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',INPROGRESS);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',ALLOCATED);
|
|
$this->db->JOIN(ENTITY.' as ENTITY','PDTRIGGER.fk_lender_id = ENTITY.entity_id','LEFT');
|
|
$this->db->GROUP_END();
|
|
if($pdofficer['fk_pd_type_id'] == 1)
|
|
{
|
|
$this->db->WHERE('PDTRIGGER.fk_pd_allocated_to',$pdofficer['fk_user_id']);
|
|
}
|
|
else
|
|
{
|
|
$this->db->WHERE('PDTRIGGER.executive_id',$pdofficer['fk_user_id']);
|
|
}
|
|
$pd_count = $this->db->GET()->result_array();
|
|
//print_r($this->db->last_query());
|
|
if(count($pd_count)){
|
|
$list_of_pd_officers[$key]['pd_details'] = $pd_count;
|
|
$list_of_pd_officers[$key]['count'] =count($pd_count);
|
|
}
|
|
|
|
// Get Profile Pic from S3
|
|
|
|
$bucket_name = PROFILE_PICTURE_BUCKET_NAME;
|
|
$profilepics3path = 'sineedge/'.$names[0]['profilepic'];
|
|
$singed_uri = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucket_name,$profilepics3path,'+10 minutes');
|
|
$list_of_pd_officers[$key]['profile_url'] = $singed_uri;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
// Get Central PD Officers List
|
|
$central_pd_officers = array();
|
|
if($res_array[0]['fk_pd_type'] == 2 || $res_array[0]['fk_pd_type'] == 3)
|
|
{
|
|
$this->db->SELECT('USERPROFILE.userid as fk_user_id,USERPROFILE.first_name,USERPROFILE.last_name,USERPROFILE.profilepic,USERPROFILE.mobile_no,USERPROFILEROLES.user_role,ROLES.role_name');
|
|
$this->db->FROM(USERPROFILE.' as USERPROFILE');
|
|
$this->db->JOIN(USERPROFILEROLES.' as USERPROFILEROLES','USERPROFILE.userid = USERPROFILEROLES.fk_userid');
|
|
$this->db->JOIN(ROLES.' as ROLES','USERPROFILEROLES.user_role = ROLES.role_id');
|
|
$this->db->WHERE('ROLES.role_id',2);
|
|
$central_pd_officers = $this->db->GET()->result_array();
|
|
|
|
if(count($central_pd_officers))
|
|
{
|
|
foreach($central_pd_officers as $k => $central_pd_officer)
|
|
{
|
|
|
|
|
|
//Get PD Details assigned to Central Officers
|
|
$this->db->SELECT('pd_id,pd_status,fk_pd_type,DATE_FORMAT(PDTRIGGER.scheduled_on,"%d/%m/%Y %H:%i:%s %p") as scheduled_on,PDAPPLICANTSDETAILS.applicant_name,PDTYPE.type_name as pd_type_name,PDTRIGGER.addressline1,PDTRIGGER.addressline2,PDTRIGGER.addressline3,PDTRIGGER.fk_city,CITY.name as city_name,PDTRIGGER.fk_state,STATE.name as state_name,PDTRIGGER.pincode');
|
|
$this->db->FROM(PDTRIGGER.' as PDTRIGGER');
|
|
$this->db->JOIN(PDAPPLICANTSDETAILS.' as PDAPPLICANTSDETAILS','PDTRIGGER.pd_id = PDAPPLICANTSDETAILS.fk_pd_id AND PDAPPLICANTSDETAILS.applicant_type = 1');
|
|
$this->db->JOIN(PDTYPE.' as PDTYPE','PDTRIGGER.fk_pd_type = PDTYPE.pd_type_id AND PDTYPE.isactive = 1');
|
|
$this->db->JOIN(STATE.' as STATE','PDTRIGGER.fk_state = STATE.state_id ','LEFT');
|
|
$this->db->JOIN(CITY.' as CITY','PDTRIGGER.fk_city = CITY.city_id','LEFT');
|
|
|
|
$this->db->OR_GROUP_START();
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',SCHEDULED);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',INPROGRESS);
|
|
$this->db->OR_WHERE('PDTRIGGER.pd_status',ALLOCATED);
|
|
$this->db->GROUP_END();
|
|
$this->db->WHERE('PDTRIGGER.central_pd_officer_id',$central_pd_officer['fk_user_id']);
|
|
$pd_count = $this->db->GET()->result_array();
|
|
//print_r($this->db->last_query());
|
|
$central_pd_officers[$k]['count'] = 0;
|
|
if(count($pd_count)){
|
|
$central_pd_officers[$k]['pd_details'] = $pd_count;
|
|
$central_pd_officers[$k]['count'] = count($pd_count); }
|
|
//End Get PD Details assigned to Central Officers
|
|
|
|
|
|
$bucket_name = PROFILE_PICTURE_BUCKET_NAME;
|
|
$profilepics3path = 'sineedge/'.$central_pd_officer['profilepic'];
|
|
$singed_uri = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucket_name,$profilepics3path,'+10 minutes');
|
|
$central_pd_officers[$k]['profile_url'] = $singed_uri;
|
|
}
|
|
}
|
|
}
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = array('pdofficers' => $list_of_pd_officers,'centralpdofficers' => $central_pd_officers);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'Officers Records Not Found in General Team!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'General Team Not Found';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'PD Master Records Not Found!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
/* PD_Triggerd and PD_Co_Applocants Details only for Listing Page
|
|
@param page/offset
|
|
@param limit
|
|
@param sorting order(ASC/DESC)
|
|
@param cid for category_id for filter question with category wise.
|
|
*/
|
|
public function listLessPDDetails_get()
|
|
{
|
|
$page = 0;$limit = 100;$sort = 'DESC';$pdofficerid = "";$datetype = "";$fdate ="";$tdate ="";
|
|
$lenderid = "";$status="";
|
|
if($this->get('page')) { $page = $this->get('page'); }
|
|
if($this->get('limit')){ $limit = $this->get('limit'); }
|
|
if($this->get('sort')) { $sort = $this->get('sort'); }
|
|
if($this->get('pdofficerid')) { $pdofficerid = $this->get('pdofficerid'); }
|
|
if($this->get('lenderid')) { $lenderid = $this->get('lenderid'); }
|
|
if($this->get('datetype')) { $datetype = $this->get('datetype'); }
|
|
if($this->get('fdate')) { $fdate = $this->get('fdate'); }
|
|
if($this->get('tdate')) { $tdate = $this->get('tdate'); }
|
|
if($this->get('status')) { $status = $this->get('status'); }
|
|
|
|
$result_data = $this->PD_Model->listLessPDDetails($page,$limit,$sort,$pdofficerid,$datetype,$fdate,$tdate,$lenderid,$status);
|
|
|
|
if($result_data['data_status'] == true)
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data['data'];
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
public function filterPDList_post()
|
|
{
|
|
//echo "Hi";
|
|
$records = $this->post('records');
|
|
//print_r($this->post('records'));die();
|
|
$pd_type = $records['pd_type'];
|
|
//print_r($records);die();
|
|
$pd_status = $records['pd_status'];
|
|
$pd_from_date = $records['pd_from_date'];
|
|
$pd_to_date = $records['pd_to_date'];
|
|
$pd_city = $records['pd_city'];
|
|
$pd_products = $records['pd_products'];
|
|
$pd_lender = $records['pd_lender'];
|
|
$pd_applicant_name = strtolower($records['pd_name']);
|
|
$pd_applicant_lender_ref = strtolower($records['pd_applicant_id']);
|
|
$result_data = $this->PD_Model->PDListwithGlobalFilters($pd_type,$pd_status,$pd_from_date,$pd_to_date,$pd_city,$pd_products,$pd_lender,$pd_applicant_name,$pd_applicant_lender_ref);
|
|
|
|
if(count($result_data))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
* Get Full PD Details like all applicant's details, all PD related documents, PD Template and
|
|
* answersd questions,PD History details.
|
|
*/
|
|
public function getFullPDDetails_post()
|
|
{
|
|
$pdid = $this->post('pdid');
|
|
|
|
// Get All PD Masters Details
|
|
$result_data['pd_master_details'] = $this->PD_Model->getPDMasterDetails($pdid);
|
|
|
|
// Get All Applicant's Details
|
|
$result_data['applicants_details'] = $this->PD_Model->getApplicantsDetails($pdid);
|
|
|
|
// Get All PD Related Documents
|
|
$result_data['pd_documnets'] = $this->PD_Model->getSignedPDDocsURL($pdid);
|
|
|
|
//Get All PD Template and It's Question with Answers
|
|
$result_data['pd_question_answer'] = $this->PD_Model->getPDQuestionAnswers($pdid);
|
|
|
|
//Get All PD Address
|
|
$result_data['pd_address'] = $this->PD_Model->getPDAddress($pdid);
|
|
|
|
//Get All PD COmpanies
|
|
$result_data['pd_company'] = $this->PD_Model->getPDCompany($pdid);
|
|
|
|
//Get Addtional Requirements details
|
|
$result_data['pd_additional_requirements'] = $this->PD_Model->getPDAdditionalRequirements($pdid);
|
|
|
|
//Get All PD Logs
|
|
$result_data['pd_logs'] = $this->PD_Model->getPDLogs($pdid);
|
|
//print_r($result_data['pd_logs']);die();
|
|
$applicant_msg = '';
|
|
$pd_docs_msg = '';
|
|
$pd_question_answer_msg = '';
|
|
$pd_logs_msg = '';
|
|
|
|
if(!count($result_data['applicants_details']))
|
|
{
|
|
$applicant_msg = 'Applicant Details Not Found';
|
|
}
|
|
|
|
if(!count($result_data['pd_documnets']))
|
|
{
|
|
$pd_docs_msg = 'Documents Not Found';
|
|
}
|
|
|
|
if(!count($result_data['pd_question_answer']))
|
|
{
|
|
$pd_question_answer_msg = 'PD Details Not Found';
|
|
}
|
|
|
|
if(!count($result_data['pd_logs']['master']) || !count($result_data['pd_logs']['child']))
|
|
{
|
|
$pd_logs_msg = 'PD Logs Not Found';
|
|
}
|
|
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$data['msg'] = array('applicant_msg'=>$applicant_msg,'pd_docs_msg'=>$pd_docs_msg,'pd_question_answer_msg'=>$pd_question_answer_msg,'pd_logs_msg'=>$pd_logs_msg);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
|
|
}
|
|
|
|
/******** for Load Whole PD Template for PD Screen @param template_id***************/
|
|
public function loadFullTemplate_get()
|
|
{
|
|
$pd_id = "";
|
|
$client = "";
|
|
|
|
if($this->get('pd_id')) { $pd_id = $this->get('pd_id'); }
|
|
if($this->get('client')) { $client = $this->get('client'); }
|
|
if($pd_id != "" || $pd_id != null)
|
|
{
|
|
|
|
$template_details = $this->PD_Model->getTemplateForPD($pd_id,$client);
|
|
if(count($template_details))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $template_details;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'Template Not for PD ID'.$pd_id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_BAD_REQUEST;
|
|
$data['msg'] = 'No Param Available';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
/******** Save Multiple/Single PD qustions ********/
|
|
public function saveActualPDQuestions_post()
|
|
{
|
|
//$records = json_decode($this->post('records'),true);
|
|
//echo "hi";
|
|
$records = $this->post('records');
|
|
$pd_detail_id = "";
|
|
$pd_detail_answer_id = "";
|
|
$image_count = "";
|
|
$answer_count = "";
|
|
$images_array = array();
|
|
$answers_array = array();
|
|
|
|
foreach($records as $record_key => $record)
|
|
{
|
|
|
|
if($record['pd_detail_id'] != "" || $record['pd_detail_id'] != null)
|
|
{
|
|
|
|
if($record['answers'] != "" || $record['answers'] != null)
|
|
{
|
|
$answers_array = $record['answers'];
|
|
unset($record['answers']);
|
|
}
|
|
|
|
if($record['images'] != "" || $record['images'] != null)
|
|
{
|
|
$images_array = $record['images'];
|
|
unset($record['images']);
|
|
}
|
|
|
|
$where_condition_array = array('pd_detail_id' => $record['pd_detail_id']);
|
|
$pd_detail_id = $this->PD_Model->updateRecords($record,PDDETAIL,$where_condition_array);
|
|
|
|
// ANSWERS SAVE - pd_detail_answer_id, fk_pd_id, fk_pd_detail_id, pd_answer_id, pd_answer, pd_answer_weightage, pd_answer_remark
|
|
if(count($answers_array))
|
|
{
|
|
|
|
|
|
//Deactivate Old Answers
|
|
$fields = array('pd_detail_answer_id');
|
|
$where_condition_array = array('fk_pd_id' => $record['fk_pd_id'],'fk_pd_detail_id' => $record['pd_detail_id']);
|
|
$old_answers = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDANSWER);
|
|
foreach($old_answers as $old)
|
|
{
|
|
$where_condition_array = array('pd_detail_answer_id'=>$old['pd_detail_answer_id']);
|
|
$temp_array = array('isactive' => 0);
|
|
$pd_detail_answer_id = $this->PD_Model->updateRecords($temp_array,PDANSWER,$where_condition_array);
|
|
}
|
|
|
|
foreach($answers_array as $answer_key => $answer)
|
|
{
|
|
if($answer['pd_detail_answer_id'] == "" || $answer['pd_detail_answer_id'] == null)
|
|
{
|
|
|
|
//INsert New Answers
|
|
$answer['fk_pd_detail_id'] = $record['pd_detail_id'];
|
|
$pd_detail_answer_id = $this->PD_Model->saveRecords($answer,PDANSWER);
|
|
if($pd_detail_answer_id != "" || $pd_detail_answer_id != null){ $answer_count++; }
|
|
|
|
}
|
|
else
|
|
{
|
|
// Update Current Answer
|
|
$where_condition_array = array('pd_detail_answer_id'=>$answer['pd_detail_answer_id']);
|
|
$answer['isactive'] = 1;
|
|
$pd_detail_answer_id = $this->PD_Model->updateRecords($answer,PDANSWER,$where_condition_array);
|
|
if($pd_detail_answer_id != "" || $pd_detail_answer_id != null){ $answer_count++; }
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
//IMAGES SAVE - pd_document_id, fk_pd_id, fk_pd_detail_id, pd_document_title, pd_document_name, createdon, fk_createdby, updatedon, fk_updatedby
|
|
if(count($images_array))
|
|
{
|
|
foreach($images_array as $image_key => $image)
|
|
{
|
|
|
|
|
|
//Get Lender ID
|
|
$sql = 'SELECT fk_lender_id FROM '. PDTRIGGER .' WHERE pd_id ='.$record["fk_pd_id"];
|
|
$lender_id = $this->db->query($sql)->result_array();
|
|
|
|
$temp_base64_string = $image['pd_document_name'];
|
|
$title = $image['pd_document_title'];
|
|
$output_file = APPPATH."/docs/temp_base64_image.png";
|
|
|
|
//Generate Random File Name
|
|
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
$charactersLength = strlen($characters);
|
|
$randomString = '';
|
|
for ($i = 0; $i < 5; $i++) {
|
|
$randomString .= $characters[rand(0, $charactersLength - 1)];
|
|
}
|
|
$temp_file_name = $randomString.date('Y-m-d-H:i:s').'.png';
|
|
|
|
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
$temp_data = explode( ',', $temp_base64_string );
|
|
fwrite( $ifp, base64_decode( $temp_data[ 1 ] ) );
|
|
fclose( $ifp );
|
|
$tempdoc = $output_file;
|
|
$tempdocname = $temp_file_name;
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$lender_id[0]['fk_lender_id'];
|
|
$key = 'pd'.$record['fk_pd_id'].'/'.$tempdocname ;
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
$image['pd_document_name'] = $tempdocname;
|
|
$image['fk_pd_detail_id'] = $record['pd_detail_id'];
|
|
$image['fk_pd_id'] = $record['fk_pd_id'];
|
|
$pd_document_id = $this->PD_Model->saveRecords($image,PDDOCUMENTS);
|
|
if($pd_document_id != "" || $pd_document_id != null){ $image_count++; }
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
if(($pd_detail_id != "" || $pd_detail_id != null) && count($images_array) == $image_count && count($answers_array) == $answer_count)
|
|
{
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Something Went Wrong..!Try Later";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}
|
|
else
|
|
{
|
|
|
|
|
|
|
|
if($record['answers'] != "" || $record['answers'] != null)
|
|
{
|
|
$answers_array = $record['answers'];
|
|
unset($record['answers']);
|
|
}
|
|
|
|
if($record['images'] != "" || $record['images'] != null)
|
|
{
|
|
$images_array = $record['images'];
|
|
unset($record['images']);
|
|
}
|
|
//print_r($record);die();
|
|
$pd_detail_id = $this->PD_Model->saveRecords($record,PDDETAIL);
|
|
|
|
// ANSWERS SAVE - pd_detail_answer_id, fk_pd_id, fk_pd_detail_id, pd_answer_id, pd_answer, pd_answer_weightage, pd_answer_remark
|
|
if(count($answers_array))
|
|
{
|
|
foreach($answers_array as $answer_key => $answer)
|
|
{
|
|
$answer['fk_pd_detail_id'] = $pd_detail_id;
|
|
$pd_detail_answer_id = $this->PD_Model->saveRecords($answer,PDANSWER);
|
|
if($pd_detail_answer_id != "" || $pd_detail_answer_id != null){ $answer_count++; }
|
|
}
|
|
}
|
|
|
|
//IMAGES SAVE - pd_document_id, fk_pd_id, fk_pd_detail_id, pd_document_title, pd_document_name, createdon, fk_createdby, updatedon, fk_updatedby
|
|
if(count($images_array))
|
|
{
|
|
foreach($images_array as $image_key => $image)
|
|
{
|
|
|
|
|
|
//Get Lender ID
|
|
$sql = 'SELECT fk_lender_id FROM '. PDTRIGGER .' WHERE pd_id ='.$record["fk_pd_id"];
|
|
$lender_id = $this->db->query($sql)->result_array();
|
|
|
|
$temp_base64_string = $image['pd_document_name'];
|
|
$title = $image['pd_document_title'];
|
|
$output_file = APPPATH."/docs/temp_base64_image.png";
|
|
|
|
//Generate Random File Name
|
|
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
$charactersLength = strlen($characters);
|
|
$randomString = '';
|
|
for ($i = 0; $i < 5; $i++) {
|
|
$randomString .= $characters[rand(0, $charactersLength - 1)];
|
|
}
|
|
$temp_file_name = $randomString.date('Y-m-d-H:i:s').'.png';
|
|
|
|
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
$temp_data = explode( ',', $temp_base64_string );
|
|
fwrite( $ifp, base64_decode( $temp_data[ 1 ] ) );
|
|
fclose( $ifp );
|
|
$tempdoc = $output_file;
|
|
$tempdocname = $temp_file_name;
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$lender_id[0]['fk_lender_id'];
|
|
$key = 'pd'.$record['fk_pd_id'].'/'.$tempdocname ;
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
$image['pd_document_name'] = $tempdocname;
|
|
|
|
$image['fk_pd_detail_id'] = $record['pd_detail_id'];
|
|
$image['fk_pd_id'] = $record['fk_pd_id'];
|
|
$pd_document_id = $this->PD_Model->saveRecords($image,PDDOCUMENTS);
|
|
if($pd_document_id != "" || $pd_document_id != null){ $image_count++; }
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
if(($pd_detail_id != "" || $pd_detail_id != null) && count($images_array) == $image_count && count($answers_array) == $answer_count)
|
|
{
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $pd_detail_id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Something Went Wrong..!Try Later";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
/************** Get Answers for PD @params question_id, pd_id, template_id, category_id**************/
|
|
public function getAnswersForPD_post()
|
|
{
|
|
$question_id = $this->post('question_id');
|
|
$pd_id = $this->post('pd_id');
|
|
$template_id = $this->post('template_id');
|
|
$category_id = $this->post('category_id');
|
|
|
|
$answers = $this->PD_Model->getAnswersForPD($question_id,$pd_id,$template_id,$category_id);
|
|
|
|
if(count($answers))
|
|
{
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $answers;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Something Went Wrong..!Try Later";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function savePDFormDetailsJSON_post()
|
|
{
|
|
|
|
$records = $this->post('records');
|
|
$pdid = $records['pdid'];
|
|
$formid = $records['formid'];
|
|
$createdby = $records['fk_createdby'];
|
|
$company_id = null;
|
|
$processed_json = null;
|
|
$rental_count_id = isset($records['rental_count_id']) ? $records['rental_count_id'] : null;
|
|
//print_r($records);die();
|
|
$parent_pdid = $records['parent_pdid'];;
|
|
$parent_form_index = null;
|
|
$parent_forms = $this->config->item('parent_forms');
|
|
$additional_pd_id = $pdid;
|
|
|
|
if($pdid != $parent_pdid)
|
|
{
|
|
$parent_form_index = array_search($formid,$parent_forms);
|
|
$pdid = $parent_form_index != null ? $parent_pdid : $pdid;
|
|
$records['pdid'] = $pdid;
|
|
}
|
|
|
|
// print_r($records);
|
|
// die();
|
|
if(isset($records['company_id']))
|
|
{
|
|
$company_id = $records['company_id'];
|
|
}
|
|
|
|
//Save Any New Applicants Details From General Form
|
|
if($formid == 18)
|
|
{
|
|
$records = $this->saveCoApplicantsFromGeneralInfoForm($records);
|
|
}
|
|
|
|
if($formid == 10)
|
|
{
|
|
$this->updateSubProductFromLoanDetailsForm($records);
|
|
}
|
|
|
|
//From Business form save Employee Salary as Business Expenses
|
|
if($formid == 13)
|
|
{
|
|
$this->saveEmpSalaryAsBusinessExpensesFromBusinessForm($records);
|
|
}
|
|
|
|
if($formid == 22)
|
|
{
|
|
$this->saveAssetRentAsBusinessExpensesFromBusinessAssestForm($records);
|
|
}
|
|
|
|
|
|
$fields = array('isactive' => 0);
|
|
$where_condition_array = array('fk_form_id'=>$formid,'fk_pd_id'=>$pdid);
|
|
if($company_id != null)
|
|
{
|
|
$where_condition_array = array('fk_form_id'=>$formid,'fk_pd_id'=>$pdid,'company_id' => $company_id);
|
|
}
|
|
|
|
if($rental_count_id != null)
|
|
{
|
|
$where_condition_array['rental_count_id'] = $rental_count_id;
|
|
}
|
|
|
|
$id = $this->PD_Model->updateRecords($fields,PDFORMDETAILSJSON,$where_condition_array);
|
|
|
|
|
|
/*****Call Form Specific funcitons to convert RAW JSON Data to Processed JSON DATA******/
|
|
if(PROCESSJSON == true)
|
|
{
|
|
switch($formid)
|
|
{
|
|
case 1:
|
|
$processed_json = GETPROCESSEDJSON::convertSupplierForm($records,$formid);
|
|
break;
|
|
|
|
case 2:
|
|
$processed_json = GETPROCESSEDJSON::convertClientForm($records,$formid);
|
|
break;
|
|
case 4:
|
|
$processed_json = GETPROCESSEDJSON::convertOtherAssetForm($records,$formid);
|
|
//$processed_json = $records;
|
|
break;
|
|
case 5:
|
|
$processed_json = GETPROCESSEDJSON::convertAddressForm($records,$formid);
|
|
break;
|
|
|
|
case 6:
|
|
$processed_json = GETPROCESSEDJSON::convertOtherFamilyDetailsForm($records,$formid);
|
|
break;
|
|
case 8:
|
|
$processed_json = GETPROCESSEDJSON::convertExistingLoanDetailsForm($records,$formid);
|
|
break;
|
|
case 7:
|
|
$processed_json = GETPROCESSEDJSON::convertBankingInfoDetailsForm($records,$formid);
|
|
break;
|
|
case 9:
|
|
$processed_json = GETPROCESSEDJSON::convertOtherIncomeDetailsForm($records,$formid);
|
|
break;
|
|
case 10:
|
|
$processed_json = GETPROCESSEDJSON::convertLoanDetailsForm($records,$formid);
|
|
break;
|
|
|
|
case 11: //In Stock UOM Only - also coming Text - right now No need to convert.
|
|
$processed_json = GETPROCESSEDJSON::convertStockDetailsForm($records,$formid);
|
|
//print_r($processed_json);die();
|
|
break;
|
|
case 12:
|
|
$processed_json = $records;
|
|
break;
|
|
|
|
case 14: // There is no master Data in Financial Form
|
|
$processed_json = $records;
|
|
break;
|
|
|
|
case 13:
|
|
$processed_json = GETPROCESSEDJSON::convertBusinessDetailsForm($records,$formid);
|
|
break;
|
|
case 15:
|
|
$processed_json = $records;
|
|
break;
|
|
case 17:
|
|
$processed_json = $records;
|
|
break;
|
|
case 18:
|
|
$processed_json = GETPROCESSEDJSON::convertGeneralDetailsForm($records,$formid);
|
|
break;
|
|
|
|
case 19:
|
|
$processed_json = GETPROCESSEDJSON::convertNeighbourDetailsForm($records,$formid);
|
|
break;
|
|
case 20:
|
|
$processed_json = GETPROCESSEDJSON::convertFinalRemarksForm($records,$formid);
|
|
break;
|
|
|
|
case 21:
|
|
$processed_json = GETPROCESSEDJSON::convertBankingInfoDetailsForm($records,$formid);
|
|
break;
|
|
|
|
case 22:
|
|
$processed_json = GETPROCESSEDJSON::convertBusinessAssetsForm($records,$formid);
|
|
break;
|
|
|
|
//default:
|
|
//echo "Something Wrong! Form ID did not match, Contact System Administrator";
|
|
}
|
|
}
|
|
|
|
//die();
|
|
/*****End of Form Specific funcitons to convert RAW JSON Data to Processed JSON DATA*******/
|
|
|
|
unset($records['pdid']);
|
|
unset($records['formid']);
|
|
unset($records['fk_createdby']);
|
|
unset($records['company_id']);
|
|
unset($records['parent_pdid']);
|
|
//unset($records['rental_count_id']);
|
|
$records = json_encode($records);
|
|
if($processed_json != null)
|
|
{
|
|
$processed_json = json_encode($processed_json);
|
|
}
|
|
|
|
|
|
$temp_array = array('fk_form_id'=>$formid,'company_id' => $company_id,'fk_pd_id'=>$pdid,'fk_createdby'=>$createdby,'json'=>$records,'processed_json' => $processed_json,'rental_count_id' => $rental_count_id);
|
|
|
|
$id = $this->PD_Model->saveRecords($temp_array,PDFORMDETAILSJSON);
|
|
if($id != "" || $id != null)
|
|
{
|
|
// Update form dummy entry against Additional PD common form ID to avoid every time fetch data from additional PD forms - scenarios like exist loan obligations, other family details
|
|
|
|
// if($formid == 4)//other asset - here this should happen for only if it is additional PD.
|
|
// {
|
|
// $temp_array = array('fk_form_id'=>$formid,'company_id' => $company_id,'fk_pd_id'=>$additional_pd_id,'fk_createdby'=>$createdby,'json'=>$records,'processed_json' => $processed_json,'rental_count_id' => $rental_count_id);
|
|
// $id = $this->PD_Model->saveRecords($temp_array,PDFORMDETAILSJSON);
|
|
// }
|
|
// End Of update Additional Entry
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something Went Wrong! Try Later..!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
public function getPDFormDetailsJSON_post()
|
|
{
|
|
$pd_id = $this->post('pd_id');
|
|
$pd_form_id = $this->post('pd_form_id');
|
|
$parent_pd_id = $this->post('parent_pdid');// ? $this->post('parent_pd_id') : null;
|
|
$company_id = $this->post('company_id') ? $this->post('company_id') : null;
|
|
$parent_form_index = null;
|
|
$parent_forms = $this->config->item('parent_forms');
|
|
$is_addtional_pd = 0;
|
|
$additional_pd_id = null;
|
|
if($pd_id != $parent_pd_id)
|
|
{
|
|
$is_addtional_pd = 1;
|
|
$parent_form_index = array_search($pd_form_id,$parent_forms);
|
|
$additional_pd_id = $pd_id;
|
|
$pd_id = $parent_form_index != null ? $parent_pd_id : $pd_id;
|
|
|
|
}
|
|
//echo $pd_id;echo $pd_form_id;
|
|
if($pd_form_id == 18)
|
|
{
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('fk_pd_id' => $pd_id,'fk_form_id' =>$pd_form_id , 'isactive' => 1);
|
|
$form_count = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
//print_r($form_count);
|
|
if(!count($form_count))
|
|
{
|
|
//echo "dsjsbsdj";
|
|
$fields = array('json','processed_json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>$pd_form_id,'fk_pd_id'=>$parent_pd_id);
|
|
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
if(count($rec))
|
|
{
|
|
$temp_json = $this->renewGeneralFormForAddtionalPD($rec[0]['json']);
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $temp_json;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if($is_addtional_pd == 1 && $pd_form_id == 5)//address form && ($parent_pd_id != $pd_id)
|
|
{
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('fk_pd_id' => $pd_id,'fk_form_id' =>$pd_form_id , 'isactive' => 1);
|
|
$form_count = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
if(count($form_count))
|
|
{
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = json_decode($form_count[0]['json']);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
//echo "get address details from address form";
|
|
$fields = array('*');
|
|
$where_condition_array = array('assigned_pd' => $pd_id);
|
|
$assigned_address = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDADDRESS);
|
|
if(count($assigned_address))
|
|
{
|
|
$temp_address = $assigned_address[0];
|
|
//print_r($temp_address);
|
|
//construct address form jsn format here
|
|
$address = array();
|
|
$address[] = array('address' => $temp_address['addressline1'],'address_type' => "",'address_type_others' => '','state'=>$temp_address['fk_state'],'city'=>$temp_address['fk_city'],'citySearch' =>'','stateSearch'=>'','citySearch'=>'','pinSearch' => '','pincode'=>$temp_address['pincode'],'pincode_others' => '','locality' => '','locality_others'=>'','pd_location' => '','comment_locality' => '','estimated_area' => '','uom' => '','uom_others'=>'');
|
|
|
|
$records['addresses'] = $address;
|
|
$records['address_form_remark'] = '';
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $records;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
$fields = array('json','processed_json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>$pd_form_id,'fk_pd_id'=>$pd_id);
|
|
|
|
if($company_id != null)
|
|
{
|
|
$where_condition_array = array('fk_form_id'=>$pd_form_id,'fk_pd_id'=>$pd_id,'company_id' => $company_id,'isactive' => 1);
|
|
}
|
|
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
//print_r($this->db->last_query());
|
|
|
|
// if(count($rec))
|
|
// {
|
|
// if($pd_form_id == 8 && $is_addtional_pd == 1)
|
|
// {
|
|
// //echo "add";
|
|
// $additional_count = $this->PD_Model->selectCustomRecords(array('*'),array('fk_form_id'=>8,'fk_pd_id'=>$additional_pd_id,'company_id' => $company_id,'isactive' => 1),PDFORMDETAILSJSON);
|
|
// if(!count($additional_count))
|
|
// {
|
|
|
|
// //get addtional PD business and other assets details and attach it with existing loan Obligation From(Parent PD existing Loan JSON Details).
|
|
// $json = $this->getAddtionalPDAssetsWithLoanFromBusinessAndOtherAssets($rec[0]['json'],$pd_id,$additional_pd_id,$company_id);
|
|
|
|
// $data['dataStatus'] = true;
|
|
// $data['status'] = REST_Controller::HTTP_OK;
|
|
// $data['records'] = $json;
|
|
// $this->response($data,REST_Controller::HTTP_OK);
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
|
|
if(count($rec))
|
|
{
|
|
$json = null;
|
|
if($pd_form_id == 17)
|
|
{
|
|
|
|
foreach($rec as $r)
|
|
{
|
|
|
|
$json[] = json_decode($r['json'],true);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$json = json_decode($rec[0]['json']);
|
|
}
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $json;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Data Available';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
public function getAddtionalPDAssetsWithLoanFromBusinessAndOtherAssets($parentpd_existing_loan_details,$pd_id,$additional_pd_id,$company_id = null)
|
|
{
|
|
$parentpd_existing_loan_details = json_decode($parentpd_existing_loan_details,true);
|
|
//echo 'getAddtionalPDAssetsWithLoanFromBusinessAndOtherAssets';
|
|
//Get Other Assets
|
|
$fields = array('json','processed_json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>4,'fk_pd_id'=>$pd_id);
|
|
$other_assests = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
|
|
//Get Business Assets
|
|
$fields = array('json','processed_json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>22,'fk_pd_id'=>$additional_pd_id);
|
|
|
|
if($company_id != null)
|
|
{
|
|
$where_condition_array['company_id'] = $company_id;
|
|
}
|
|
$business_assests = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
if(count($other_assests))
|
|
{
|
|
$other_assests = json_decode($other_assests[0]['json'],true);
|
|
//print_r($other_assests);
|
|
foreach($other_assests['assets_details'] as $other_assest)
|
|
{
|
|
|
|
if($other_assest['emi'] == 'ýes')
|
|
{
|
|
$converted_data = $this->convertOtherAssetAsExistingLoanParams($other_assest);
|
|
//print_r($converted_data);
|
|
$parentpd_existing_loan_details['loan_details'][] = $converted_data;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
if(count($business_assests))
|
|
{
|
|
$business_assests = json_decode($business_assests[0]['json'],true);
|
|
//print_r($other_assests);
|
|
|
|
if(isset($business_assests['business_assets_for_address']))
|
|
{
|
|
if($business_assests['business_assets_for_address'][0]['business_emi'] == 'yes')
|
|
{
|
|
$data['loan_amount'] = "";
|
|
$data['frequency'] = "";
|
|
$data['other_frequency'] = "";
|
|
$data['emi'] = "";
|
|
$data['loan_type'] = "";
|
|
$data['others_loan_type'] = "";
|
|
$data['loan_taken_by'] = "";
|
|
$data['lender'] = "";
|
|
$data['others_lender'] = "";
|
|
$data['original_tenure'] = "";
|
|
$data['current_balance_tenure'] = "";
|
|
$data['elapsed_tenure'] = "";
|
|
$data['label'] = $business_assests['business_assets_for_address'][0]['address_label'];
|
|
$parentpd_existing_loan_details['loan_details'][] = $data;
|
|
}
|
|
}
|
|
foreach($business_assests['business_assets_details'] as $business_assest)
|
|
{
|
|
if($business_assest['business_emi'] == 'yes')
|
|
{
|
|
$converted_data = $this->convertBusinessAssetAsExistingLoanParams($business_assest);
|
|
|
|
$parentpd_existing_loan_details['loan_details'][] = $converted_data;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
return $parentpd_existing_loan_details;
|
|
}
|
|
|
|
function convertBusinessAssetAsExistingLoanParams($business_assest)
|
|
{
|
|
$data['loan_amount'] = "";
|
|
$data['frequency'] = "";
|
|
$data['other_frequency'] = "";
|
|
$data['emi'] = "";
|
|
$data['loan_type'] = "";
|
|
$data['others_loan_type'] = "";
|
|
$data['loan_taken_by'] = "";
|
|
$data['lender'] = "";
|
|
$data['others_lender'] = "";
|
|
$data['original_tenure'] = "";
|
|
$data['current_balance_tenure'] = "";
|
|
$data['elapsed_tenure'] = "";
|
|
$label = null;
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$investment_types = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,INVESTMENTTYPE);
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$property_types = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PROPERTIES);
|
|
|
|
// print_r($investment_types);
|
|
//print_r($other_assest);
|
|
switch($business_assest['business_assets_mode'])
|
|
{
|
|
case 7 :
|
|
$label = $business_assest['business_name_of_the_owner'][0]['name'].' - Investments ('. $investment_types[ ($business_assest['details'][0]['investments_type'] - 1) ]['name'] .')';
|
|
break;
|
|
|
|
case 4 :
|
|
$label = $business_assest['business_name_of_the_owner'][0]['name'].' - Equipment & Machinary ('. ($business_assest['details'][0]['equipment_manufacturing_description']) .')';
|
|
break;
|
|
|
|
case 6 :
|
|
$label = $business_assest['business_name_of_the_owner'][0]['name'].' - Life Insurance Policy';
|
|
break;
|
|
|
|
case 2 :
|
|
$label = $business_assest['business_name_of_the_owner'][0]['name'].' - Property ('. ($property_types[ $business_assest['details'][0]['property_type'] - 1]['name']) .')';
|
|
break;
|
|
}
|
|
$data['label'] = $label;
|
|
return $data;
|
|
}
|
|
|
|
|
|
function convertOtherAssetAsExistingLoanParams($other_assest)
|
|
{
|
|
//echo 'convertOtherAssetAsExistingLoanParams';
|
|
$data['loan_amount'] = "";
|
|
$data['frequency'] = "";
|
|
$data['other_frequency'] = "";
|
|
$data['emi'] = "";
|
|
$data['loan_type'] = "";
|
|
$data['others_loan_type'] = "";
|
|
$data['loan_taken_by'] = "";
|
|
$data['lender'] = "";
|
|
$data['others_lender'] = "";
|
|
$data['original_tenure'] = "";
|
|
$data['current_balance_tenure'] = "";
|
|
$data['elapsed_tenure'] = "";
|
|
$label = null;
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$investment_types = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,INVESTMENTTYPE);
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$property_types = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PROPERTIES);
|
|
|
|
// print_r($investment_types);
|
|
//print_r($other_assest);
|
|
switch($other_assest['assets_mode'])
|
|
{
|
|
case 7 :
|
|
$label = $other_assest['name_of_the_owner'][0]['name'].' - Investments ('. $investment_types[ ($other_assest['details'][0]['investments_type'] - 1) ]['name'] .')';
|
|
break;
|
|
|
|
case 4 :
|
|
$label = $other_assest['name_of_the_owner'][0]['name'].' - Equipment & Machinary ('. ($other_assest['details'][0]['equipment_manufacturing_description']) .')';
|
|
break;
|
|
|
|
case 6 :
|
|
$label = $other_assest['name_of_the_owner'][0]['name'].' - Life Insurance Policy';
|
|
break;
|
|
|
|
case 2 :
|
|
$label = $other_assest['name_of_the_owner'][0]['name'].' - Property ('. ($property_types[ $other_assest['details'][0]['property_type'] - 1]['name']) .')';
|
|
break;
|
|
|
|
//case
|
|
}
|
|
$data['label'] = $label;
|
|
return $data;
|
|
}
|
|
|
|
public function renewGeneralFormForAddtionalPD($json)
|
|
{
|
|
//echo 'renewGeneralFormForAddtionalPD';
|
|
$json = json_decode($json,true);
|
|
if(array_key_exists('individuals',$json))
|
|
{
|
|
foreach($json['individuals'] as $individual_key => $individual)
|
|
{
|
|
$json['individuals'][$individual_key]['is_person_met'] = false;
|
|
}
|
|
}
|
|
|
|
if(array_key_exists('companies',$json))
|
|
{
|
|
foreach($json['companies'] as $company_key => $compnay)
|
|
{
|
|
//print_r($company);
|
|
$json['companies'][$company_key]['is_company_applicant'] = false;
|
|
$json['companies'][$company_key]['business_entity_type'] = null;
|
|
$json['companies'][$company_key]['business_years'] = "";
|
|
$json['companies'][$company_key]['business_month'] = "";
|
|
$json['companies'][$company_key]['business_date_object'] = "";
|
|
//$json['companies'][$company_key]['business_date_object'] = "";
|
|
}
|
|
}
|
|
$json['company_with_relationships'][] = array('applicant_name' => "",'company_relationship' => '','relation_to_company' => "");
|
|
$json['general_remark'] = "";
|
|
|
|
return (($json));
|
|
|
|
}
|
|
|
|
public function downloadExcel_get()
|
|
{
|
|
$this->excel->setActiveSheetIndex(0)->mergeCells('F3:M3');
|
|
$this->excel->getActiveSheet()->setTitle('Material Master');
|
|
$this->excel->getActiveSheet()->setCellValue('F3', 'SIDDHARTH INDUSTRIES Material Master');
|
|
$filename = 'MaterialMaster'.'.xls'; //save our workbook as this file name
|
|
header('Content-Type: application/vnd.ms-excel'); //mime type
|
|
header('Access-Control-Expose-Headers:Content-Disposition'); //mime type
|
|
header('Content-Disposition: attachment;filename="' . $filename . '"'); //tell browser what's the file name
|
|
header('Cache-Control: max-age=0'); //no cache
|
|
$objWriter = PHPExcel_IOFactory::createWriter($this->excel, 'Excel5');
|
|
if (ob_get_contents()) ob_end_clean();
|
|
ob_start();
|
|
$objWriter->save('php://output');
|
|
}
|
|
//Save Co applicants details from General Form
|
|
public function saveCoApplicantsFromGeneralInfoForm($records)
|
|
{
|
|
|
|
//print_r($records);die();
|
|
if(count($records['individuals']))
|
|
{
|
|
//echo 'saveCoApplicantsFromGeneralInfoForm';
|
|
$exist_applicants = $this->PD_Model->getApplicantsDetails($records['pdid']);
|
|
//print_r($exist_applicants);
|
|
//echo "Yes";
|
|
$index_of_new_applicants = array();
|
|
foreach($records['individuals'] as $applicant_key => $new_applicant)
|
|
{
|
|
$count = 0;
|
|
|
|
|
|
if($new_applicant['is_new'] == true && ($new_applicant['is_applicant'] == true || $new_applicant['is_person_met'] == true))
|
|
{
|
|
|
|
$current_temp_id = $new_applicant['pd_co_applicant_id'];
|
|
$temp_array = array();
|
|
if($new_applicant['is_person_met'] == true)
|
|
{
|
|
$temp_array = array('fk_pd_id'=>$records['pdid'],'applicant_name'=>$new_applicant['applicant_name'],'applicant_type'=>3,'applicant_title_name'=>$new_applicant['applicant_title_name']);
|
|
}
|
|
|
|
if($new_applicant['is_applicant'] == true)
|
|
{
|
|
$temp_array = array('fk_pd_id'=>$records['pdid'],'applicant_name'=>$new_applicant['applicant_name'],'applicant_type'=>0,'applicant_title_name'=>$new_applicant['applicant_title_name']);
|
|
}
|
|
$new_co_appliacant_id = $this->PD_Model->saveRecords($temp_array,PDAPPLICANTSDETAILS);
|
|
|
|
|
|
|
|
|
|
|
|
if($new_co_appliacant_id != null || $new_co_appliacant_id != "")
|
|
{
|
|
$records['individuals'][$applicant_key]['pd_co_applicant_id'] = $new_co_appliacant_id;
|
|
$records['individuals'][$applicant_key]['is_new'] = false;
|
|
|
|
|
|
if(array_key_exists('persons_with_relationships',$records))
|
|
{
|
|
foreach($records['persons_with_relationships'] as $persons_with_relationship_key => $persons_with_relationship)
|
|
{
|
|
if($persons_with_relationship['pd_co_applicant_id'] == $current_temp_id)
|
|
{
|
|
$records['persons_with_relationships'][$persons_with_relationship_key]['pd_co_applicant_id'] = $new_co_appliacant_id;
|
|
}
|
|
|
|
if($persons_with_relationship['relation_to'] == $current_temp_id)
|
|
{
|
|
$records['persons_with_relationships'][$persons_with_relationship_key]['relation_to'] = $new_co_appliacant_id;
|
|
}
|
|
}
|
|
}
|
|
|
|
if(array_key_exists('company_with_relationships',$records))
|
|
{
|
|
foreach($records['company_with_relationships'] as $company_with_relationship_key => $company_with_relationship)
|
|
{
|
|
if($company_with_relationship['applicant_name'] == $current_temp_id)
|
|
{
|
|
$records['company_with_relationships'][$company_with_relationship_key]['applicant_name'] = $new_co_appliacant_id;
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/*################### LOGGING #########################*/
|
|
|
|
$logger = MYLOG::logFunction();
|
|
$temp_array['pd_co_applicant_id'] = $new_co_appliacant_id;
|
|
$logger->info("APPLICANT ADDED FROM GENERAL FORM - ENV (".ENVIRONMENT.")",$temp_array);
|
|
|
|
|
|
|
|
$dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'APPLICANT ADDED FROM GENERAL FORM','Method' => 'saveCoApplicantsFromGeneralInfoForm','Data' => $temp_array);
|
|
MYHTTPCLIENT::sendPOST($dataToBot);
|
|
|
|
|
|
/*################### LOGGING #########################*/
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
// if($new_applicant['is_new'] == false)
|
|
// {
|
|
|
|
// $temp_array = array();
|
|
// $where_condition_array = array('pd_co_applicant_id'=>$new_applicant['pd_co_applicant_id']);
|
|
// if($new_applicant['is_person_met'] == true)
|
|
// {
|
|
// $temp_array = array('applicant_name'=>$new_applicant['applicant_name'],'applicant_type'=>3,'applicant_title_name'=>$new_applicant['applicant_title_name']);
|
|
// }
|
|
|
|
// if($new_applicant['is_applicant'] == true)
|
|
// {
|
|
// $temp_array = array('applicant_name'=>$new_applicant['applicant_name'],'applicant_type'=>0,'applicant_title_name'=>$new_applicant['applicant_title_name']);
|
|
// }
|
|
|
|
// if($new_applicant['is_main_applicant'] == true)
|
|
// {
|
|
// $temp_array = array('applicant_name'=>$new_applicant['applicant_name'],'applicant_type'=>1,'applicant_title_name'=>$new_applicant['applicant_title_name']);
|
|
// }
|
|
// $new_co_appliacant_id = $this->PD_Model->updateRecords($temp_array,PDAPPLICANTSDETAILS,$where_condition_array);
|
|
// if($new_co_appliacant_id != "" || $new_co_appliacant_id != null)
|
|
// {
|
|
|
|
// /*################### LOGGING #########################*/
|
|
|
|
// $logger = MYLOG::logFunction();
|
|
// $temp_array['pd_co_applicant_id'] = $new_applicant['pd_co_applicant_id'];
|
|
// $logger->info("APPLICANT EDITED FROM GENERAL FORM ENV (".ENVIRONMENT.")",$temp_array);
|
|
|
|
|
|
|
|
// $dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'APPLICANT EDITED FROM GENERAL FORM','Method' => 'saveCoApplicantsFromGeneralInfoForm','Data' => $temp_array);
|
|
// MYHTTPCLIENT::sendPOST($dataToBot);
|
|
|
|
|
|
// /*################### LOGGING #########################*/
|
|
|
|
// }
|
|
// }
|
|
|
|
if(array_key_exists('is_active',$new_applicant))
|
|
{
|
|
if($new_applicant['is_active'] == false)
|
|
{
|
|
$rows_afftecd = $this->db->where('pd_co_applicant_id',$new_applicant['pd_co_applicant_id'])->delete(PDAPPLICANTSDETAILS);
|
|
|
|
if($rows_afftecd != "" && $rows_afftecd != null)
|
|
{
|
|
/*################### LOGGING #########################*/
|
|
|
|
$logger = MYLOG::logFunction();
|
|
|
|
$logger->info("APPLICANT DELETED FROM GENERAL FORM ENV (".ENVIRONMENT.")",$new_applicant);
|
|
|
|
|
|
|
|
$dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'APPLICANT DELETED FROM GENERAL FORM','Method' => 'saveCoApplicantsFromGeneralInfoForm','Data' => $new_applicant);
|
|
MYHTTPCLIENT::sendPOST($dataToBot);
|
|
|
|
|
|
/*################### LOGGING #########################*/
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
foreach($records['companies'] as $company_key => $company)
|
|
{
|
|
|
|
if($company['is_company_applicant'] == true && $company['is_new'] == true)
|
|
{
|
|
|
|
$temp_array = array('fk_pd_id'=>$records['pdid'],'applicant_name'=>$company['company_name'],'applicant_type'=>2,'applicant_title_name'=>$company['company_messrs_name']);
|
|
$new_co_appliacant_id = $this->PD_Model->saveRecords($temp_array,PDAPPLICANTSDETAILS);
|
|
|
|
$records['companies'][$company_key]['is_new'] = false;
|
|
$records['companies'][$company_key]['pd_co_applicant_id'] = $new_co_appliacant_id;
|
|
|
|
|
|
/*################### LOGGING #########################*/
|
|
|
|
$logger = MYLOG::logFunction();
|
|
$temp_array['pd_co_applicant_id'] = $new_co_appliacant_id;
|
|
$logger->info("COMPANY ADDED AS APPLICANT FROM GENERAL FORM ENV (".ENVIRONMENT.")",$temp_array);
|
|
|
|
|
|
|
|
$dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'COMPANY ADDED AS APPLICANT FROM GENERAL FORM','Method' => 'saveCoApplicantsFromGeneralInfoForm','Data' => $temp_array);
|
|
MYHTTPCLIENT::sendPOST($dataToBot);
|
|
|
|
|
|
/*################### LOGGING #########################*/
|
|
|
|
}
|
|
|
|
if(array_key_exists('is_active',$company))
|
|
{
|
|
if($company['is_active'] == false && $company['is_company_applicant'] == true)
|
|
{
|
|
|
|
|
|
$rows_afftecd = $this->db->where('applicant_name',$company['company_name'])->where('fk_pd_id',$records['pdid'])->delete(PDAPPLICANTSDETAILS);
|
|
|
|
|
|
if($rows_afftecd != "" || $rows_afftecd != null)
|
|
{
|
|
/*################### LOGGING #########################*/
|
|
|
|
$logger = MYLOG::logFunction();
|
|
//$temp_array['pd_co_applicant_id'] = $new_co_appliacant_id;
|
|
$logger->info("COMPANY(APPLICANT) DELETED FROM GENERAL FORM ENV (".ENVIRONMENT.")",$company);
|
|
|
|
|
|
|
|
$dataToBot = array('ENV'=>ENVIRONMENT,'Task Name'=>'COMPANY(APPLICANT) DELETED FROM GENERAL FORM','Method' => 'saveCoApplicantsFromGeneralInfoForm','Data' => $company);
|
|
MYHTTPCLIENT::sendPOST($dataToBot);
|
|
|
|
|
|
/*################### LOGGING #########################*/
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
return $records;
|
|
|
|
|
|
}
|
|
|
|
public function getAssessedIncome_post()
|
|
{
|
|
$pd_id = $this->post('pd_id');
|
|
$pd_form_id = $this->post('pd_form_id');
|
|
$company_id = $this->post('company_id') ? $this->post('company_id') : null;
|
|
|
|
$result_array = $this->PD_Model->getAssessedIncome($pd_id,$company_id);
|
|
|
|
$result_array['final_data'] = array();
|
|
$fine = $this->calculateAssessedIncome($pd_id,$company_id);
|
|
//print_r($fine);die();
|
|
if($fine != null)
|
|
{
|
|
$fine['sales_revenue_details'] = $result_array['sales_calculated_by_itemwise'];
|
|
$fine['other_business_income_details'] = $result_array['othre_business_income'];
|
|
$fine['purchase_details'] = $result_array['purchase_details'];
|
|
$fine['purchase_billwise'] = $result_array['purchase_billwise'];
|
|
$fine['business_expense_details'] = $result_array['business_expenses'];
|
|
$fine['house_hold_expense_details'] = $result_array['house_hold_expenses'];
|
|
$result_array['final_data'][] = $fine;
|
|
}
|
|
|
|
if(count($result_array['sales_declared_by_customer']) == 0 && count($result_array['sales_calculated_by_itemwise']) == 0 && count($result_array['sales_items_by_monthwise']) == 0 && count($result_array['purchase_details']) == 0 && count($result_array['business_expenses']) == 0 && count($result_array['house_hold_expenses']) == 0 && count($result_array['gross_profit_calculation_type']) == 0)
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_array;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_array;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
public function saveAssessedIncomeSalesDeclaredByCustomer_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pk = "";
|
|
if($records['sdc_id'] != null || $records['sdc_id'] != "")
|
|
{
|
|
|
|
$where_condition_array = array('sdc_id'=>$records['sdc_id']);
|
|
$pk = $this->PD_Model->updateRecords($records,SALESDECLAREDBYCUSTOMER,$where_condition_array);
|
|
}
|
|
else
|
|
{
|
|
$pk = $this->PD_Model->saveRecords($records,SALESDECLAREDBYCUSTOMER);
|
|
}
|
|
|
|
if($pk != "" || $pk != null)
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $pk;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
public function saveOtherBusinessIncome_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $rec_key => $record)
|
|
{
|
|
if($record['pd_business_income_id'] != null || $record['pd_business_income_id'] != "")
|
|
{
|
|
$where_condition_array = array('pd_business_income_id'=>$record['pd_business_income_id']);
|
|
$id = $this->PD_Model->updateRecords($record,PDBUSINESSINCOME,$where_condition_array);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,PDBUSINESSINCOME);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
}
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
public function saveAssessedIncomeSalesCalculatedByItemwise_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $rec_key => $record)
|
|
{
|
|
if($record['sci_id'] != null || $record['sci_id'] != "")
|
|
{
|
|
$where_condition_array = array('sci_id'=>$record['sci_id']);
|
|
$id = $this->PD_Model->updateRecords($record,SALESCALCULATEDBYITEMWISE,$where_condition_array);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,SALESCALCULATEDBYITEMWISE);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
}
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
public function saveAssessedIncomePurchaseDetails_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $rec_key => $record)
|
|
{
|
|
if($record['purchase_id'] != null || $record['purchase_id'] != "")
|
|
{
|
|
$where_condition_array = array('purchase_id'=>$record['purchase_id']);
|
|
$id = $this->PD_Model->updateRecords($record,PDPURCHASEDETAILS,$where_condition_array);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,PDPURCHASEDETAILS);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
}
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
public function saveAssessedIncomeBusinessExpenses_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $rec_key => $record)
|
|
{
|
|
if($record['pd_expense_id'] != null || $record['pd_expense_id'] != "")
|
|
{
|
|
$where_condition_array = array('pd_expense_id'=>$record['pd_expense_id']);
|
|
$id = $this->PD_Model->updateRecords($record,PDBUSINESSEXPENSES,$where_condition_array);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,PDBUSINESSEXPENSES);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
}
|
|
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
public function saveAssessedIncomeHouseholdExpenses_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $rec_key => $record)
|
|
{
|
|
if($record['household_expense_id'] != null || $record['household_expense_id'] != "")
|
|
{
|
|
$where_condition_array = array('household_expense_id'=>$record['household_expense_id']);
|
|
$id = $this->PD_Model->updateRecords($record,PDHOUSEHOLDEXPENSES,$where_condition_array);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,PDHOUSEHOLDEXPENSES);
|
|
if($id != "" || $id != null){$count++;}
|
|
}
|
|
}
|
|
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = true;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function saveAssessedIncomeMonthwiseItems_post()//SALESITEMMONTHWISECHILD
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $key => $record)
|
|
{
|
|
|
|
$child_data = array();
|
|
if(array_key_exists('child',$record))
|
|
{
|
|
$child_data = $record['child'];
|
|
unset($record['child']);
|
|
}
|
|
$id = "";
|
|
if($record['sim_id'] != null || $record['sim_id'] != "")
|
|
{
|
|
$where_condition_array = array('sim_id'=>$record['sim_id']);
|
|
$id = $this->PD_Model->updateRecords($record,SALESITEMMONTHWISE,$where_condition_array);
|
|
if($id != "" || $id != null)
|
|
{
|
|
$count++;
|
|
foreach($child_data as $ckey => $child)
|
|
{
|
|
if($child['simc_id'] != "" || $child['simc_id'] != null)
|
|
{
|
|
$where_condition_array = array('simc_id'=>$child['simc_id']);
|
|
$child_id = $this->PD_Model->updateRecords($child,SALESITEMMONTHWISECHILD,$where_condition_array);
|
|
}
|
|
else
|
|
{
|
|
$child['fk_sim_id'] = $record['sim_id'];
|
|
$child_id = $this->PD_Model->saveRecords($child,SALESITEMMONTHWISECHILD);
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,SALESITEMMONTHWISE);
|
|
if($id != "" || $id != null)
|
|
{
|
|
$count++;
|
|
foreach($child_data as $ckey => $child)
|
|
{
|
|
$child['fk_sim_id'] = $id;
|
|
$child_id = $this->PD_Model->saveRecords($child,SALESITEMMONTHWISECHILD);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
//Save Purcahse Items billwise
|
|
public function saveAssessedIncomePurchaseBillwise_post()//SALESITEMMONTHWISECHILD
|
|
{
|
|
$records = $this->post('records');
|
|
$count = 0;
|
|
foreach($records as $key => $record)
|
|
{
|
|
|
|
$child_data = array();
|
|
if(array_key_exists('child',$record))
|
|
{
|
|
$child_data = $record['child'];
|
|
unset($record['child']);
|
|
}
|
|
$id = "";
|
|
if($record['pbw_id'] != null || $record['pbw_id'] != "")
|
|
{
|
|
$where_condition_array = array('pbw_id'=>$record['pbw_id']);
|
|
$id = $this->PD_Model->updateRecords($record,PDPURCHASEBILLWISE,$where_condition_array);
|
|
if($id != "" || $id != null)
|
|
{
|
|
$count++;
|
|
foreach($child_data as $ckey => $child)
|
|
{
|
|
if($child['pbwc_id'] != "" || $child['pbwc_id'] != null)
|
|
{
|
|
$where_condition_array = array('pbwc_id'=>$child['pbwc_id']);
|
|
$child_id = $this->PD_Model->updateRecords($child,PDPURCHASEBILLWISECHILD,$where_condition_array);
|
|
}
|
|
else
|
|
{
|
|
$child['fk_pbw_id'] = $record['pbw_id'];
|
|
$child_id = $this->PD_Model->saveRecords($child,PDPURCHASEBILLWISECHILD);
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
else
|
|
{
|
|
$id = $this->PD_Model->saveRecords($record,PDPURCHASEBILLWISE);
|
|
if($id != "" || $id != null)
|
|
{
|
|
$count++;
|
|
foreach($child_data as $ckey => $child)
|
|
{
|
|
$child['fk_pbw_id'] = $id;
|
|
$child_id = $this->PD_Model->saveRecords($child,PDPURCHASEBILLWISECHILD);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
if($count == count($records))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function getFinalPDReportQuestions_post()
|
|
{
|
|
$pd_id = $this->post('pd_id');
|
|
|
|
$final_data_to_response = array();
|
|
$final_data_to_response['question_answers']['general_questions'] = "";
|
|
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pd_id);
|
|
$final_data_to_response = $pd_master_details[0];
|
|
$final_data_to_response['pd_applicant_details'] = $this->PD_Model->getApplicantsDetails($pd_id);
|
|
|
|
//Get Template id
|
|
$fields = array('fk_pd_template_id');
|
|
$where_condition_array = array('pd_id' => $pd_id);
|
|
$template_details = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
$template_id = null;
|
|
if(count($template_details))
|
|
{
|
|
$template_id = $template_details[0]['fk_pd_template_id'];
|
|
}
|
|
|
|
// Get all assigned pd forms associated with this pd from template_forms table
|
|
if($template_id == null)
|
|
{
|
|
$columns = array('TEMPLATEFORMS.form_id','PDFORMS.pd_form_name');
|
|
$table = TEMPLATEFORMS.' as TEMPLATEFORMS';
|
|
$joins = array(array('table' => PDFORMS. ' as PDFORMS',
|
|
'condition' =>'TEMPLATEFORMS.form_id = PDFORMS.pd_form_id AND TEMPLATEFORMS.isactive = 1',
|
|
'jointype' => 'INNER'));
|
|
$where_condition_array = array('fk_template_id' => $template_id);
|
|
$template_form_details = $this->PD_Model->getJoinRecords($columns,$table,$joins,$where_condition_array,'PDFORMS.pd_form_order');
|
|
//print_r($template_form_details);
|
|
if(count($template_form_details))
|
|
{
|
|
$temp_array = "";
|
|
foreach($template_form_details as $template_key => $template_form_detail)
|
|
{
|
|
$pd_form_raw_data = $this->PD_Model->getPDFormDetailsWithScoring($pd_id,$template_form_detail['form_id']);
|
|
|
|
//$pd_form_raw_data_with_score = $this->calculatePDScore($pd_form_raw_data);
|
|
$transformed_data = $this->transformKeyPairToQuestionAnswers($pd_form_raw_data,$template_form_detail['form_id']);
|
|
|
|
|
|
$final_data_to_response['question_answers']['form_details'][] = array('name' =>[$template_form_detail['pd_form_name']],'details' => $transformed_data);
|
|
|
|
//$final_data_to_response['question_answers']['form_details'] = array_merge($final_data_to_response['question_answers']['form_details'],array('name' =>[$template_form_detail['pd_form_name']],'details' => $transformed_data));
|
|
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
$final_data_to_response['question_answers']['general_questions'] = array();
|
|
//$final_data_to_response['question_answers']['form_details'] = array();
|
|
|
|
$object = new stdClass();
|
|
foreach($final_data_to_response as $key => $value)
|
|
{
|
|
$object->$key = $value;
|
|
}
|
|
if(count($final_data_to_response))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $final_data_to_response;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function transformKeyPairToQuestionAnswers($pd_form_raw_data,$form_id)
|
|
{
|
|
//field name array holds - field name of each masters table
|
|
$master_tables_field_names = $this->config->item('master_tables_field_names');
|
|
|
|
$master_tables_pkid = $this->config->item('master_tables_pkid');
|
|
|
|
//Get Question Key Mapping masters
|
|
$fields = array('question', 'key', 'ismaster', 'master_name');
|
|
$where_condition_array = array('fk_form_id' => $form_id,'isactive' => 1);
|
|
$question_key_master_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,QUESTIONKEYMAPPING);
|
|
//print_r($pd_form_raw_data);die();
|
|
$current_question_array = array();
|
|
if(count($pd_form_raw_data))
|
|
{
|
|
foreach($pd_form_raw_data as $raw_key => $raw_data)
|
|
{
|
|
$que_key = $raw_data['column_name'];
|
|
if($que_key != null || $que_key != "")
|
|
{
|
|
foreach($question_key_master_data as $master_key => $master)
|
|
{
|
|
if($master['key'] == $que_key)
|
|
{
|
|
if($master['ismaster'] != 1)
|
|
{
|
|
$current_question_array[] = array('category_id'=>$raw_data['fk_category_id'],'category_name'=>$raw_data['category_name'],'category_weightage' => $raw_data['category_weightage'],'question_weightage' => $raw_data['question_weightage'],'answer_score' => $raw_data['score'],'max_score' => $raw_data['max_score'],'question'=>$master['question'],'answer'=>$raw_data['column_value'],'actual_score'=>$raw_data['actual_score'],'exact_score'=>$raw_data['exact_score']);
|
|
}
|
|
else
|
|
{
|
|
$table = constant($master['master_name']);
|
|
$temp_fields = array($master_tables_field_names[$master['master_name']].' as name');
|
|
$where_condition_array = array($master_tables_pkid[$master['master_name']] => $raw_data['column_value']);
|
|
$result_data = $this->PD_Model->selectCustomRecords($temp_fields,$where_condition_array,$table);
|
|
if(count($result_data))
|
|
{
|
|
//print_r($result_data);
|
|
$current_question_array[] = array('category_id'=>$raw_data['fk_category_id'],'category_name'=>$raw_data['category_name'],'category_weightage' => $raw_data['category_weightage'],'question_weightage' => $raw_data['question_weightage'],'answer_score' => $raw_data['score'],'max_score' => $raw_data['max_score'],'question'=>$master['question'],'answer'=>$result_data[0]['name'],'actual_score'=>$raw_data['actual_score'],'exact_score'=>$raw_data['exact_score']);
|
|
}
|
|
//
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
return $current_question_array ;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function saveAssessedIncomeCalculateMode_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$id = 0;
|
|
if($records['calc_type_id'] != "" || $records['calc_type_id'] != null)
|
|
{
|
|
|
|
$where_condition_array = array("calc_type_id" => $records['calc_type_id']);
|
|
$id = $this->PD_Model->updateRecords($records,PDASSESSEDINCOMEESTIMATIONOFGROSSPROFITTYPE,$where_condition_array);
|
|
}
|
|
else
|
|
{
|
|
|
|
$id = $this->PD_Model->saveRecords($records,PDASSESSEDINCOMEESTIMATIONOFGROSSPROFITTYPE);
|
|
}
|
|
|
|
if($id != 0)
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something went wrong! Try Later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function calculateAssessedIncome($pd_id,$company_id)
|
|
{
|
|
|
|
|
|
$overall_summary_report = array();
|
|
$overall_summary_report['sales_calculated_by_itemwise'] = null;
|
|
$overall_summary_report['sales_calculated_by_monthwise'] = null;
|
|
$overall_summary_report['sales_declared_by_customer'] = null;
|
|
|
|
$sales_declared_by_customer = array();
|
|
$sales_declared_by_customer_flag = 0;
|
|
|
|
$sales_calculated_by_itemwise = array();
|
|
$sales_calculated_by_itemwise_flag = 0;
|
|
|
|
$sales_by_item_monthwise = array();
|
|
$sales_by_item_monthwise_flag = 0;
|
|
$margin_value_from_monthwise_data = array();
|
|
|
|
$purchases = array();
|
|
$purchases_flag = 0;
|
|
|
|
$business_expenses = array();
|
|
$business_expenses_flag = 0;
|
|
|
|
$household_expenses = array();
|
|
$household_expenses_flag = 0;
|
|
|
|
$other_business_income = array();
|
|
$other_business_income_flag = 0;
|
|
|
|
$overall_purchase_total = 0;
|
|
$overall_business_expenses_total = 0;
|
|
$overall_other_business_income_total = 0;
|
|
$overall_household_total = 0;
|
|
$net_profit = 0;
|
|
$final_sales_avg_value = 0;
|
|
|
|
//Get all Master Details
|
|
$result_array = $this->PD_Model->getAssessedIncome($pd_id,$company_id);
|
|
//print_r($result_array);
|
|
$sales_declared_by_customer = $result_array['sales_declared_by_customer'];
|
|
$sales_calculated_by_itemwise = $result_array['sales_calculated_by_itemwise'];
|
|
$sales_by_item_monthwise = $result_array['sales_items_by_monthwise'];
|
|
$purchases = $result_array['purchase_details'];
|
|
$purchase_billwise = $result_array['purchase_billwise'];
|
|
$business_expenses = $result_array['business_expenses'];
|
|
$other_business_income = $result_array['othre_business_income'];
|
|
$household_expenses = $result_array['house_hold_expenses'];
|
|
$gross_profit_calculation_type = $result_array['gross_profit_calculation_type'];
|
|
$othre_business_income = $result_array['othre_business_income'];
|
|
if(count($sales_declared_by_customer)){$sales_declared_by_customer_flag = 1;}
|
|
if(count($sales_calculated_by_itemwise)){$sales_calculated_by_itemwise_flag = 1;}
|
|
if(count($sales_by_item_monthwise)){$sales_by_item_monthwise_flag = 1;}
|
|
if(count($purchases) || count($purchase_billwise)){$purchases_flag = 1;}
|
|
if(count($business_expenses)){$business_expenses_flag = 1;}
|
|
if(count($household_expenses)){$household_expenses_flag = 1;}
|
|
if(count($other_business_income)){$other_business_income_flag = 1;}
|
|
|
|
|
|
if(($business_expenses_flag == 1) && ($sales_declared_by_customer_flag == 1 || $sales_calculated_by_itemwise_flag == 1 || $sales_by_item_monthwise_flag == 1))
|
|
{
|
|
$total_sales_itemwise = 0;
|
|
$sales_monthwise = array();
|
|
|
|
$total_sales_monthwise = 0;
|
|
$total_sales_declared_by_customer = 0;
|
|
|
|
foreach($other_business_income as $other_business_key => $other_business)
|
|
{
|
|
$overall_other_business_income_total = $overall_other_business_income_total + $other_business['annual_income_value'];
|
|
}
|
|
|
|
|
|
|
|
foreach($business_expenses as $business_key => $business_expense)
|
|
{
|
|
$overall_business_expenses_total = $overall_business_expenses_total + $business_expense['annual_expenses_value'];
|
|
}
|
|
|
|
foreach($household_expenses as $household_key => $household_expense)
|
|
{
|
|
$overall_household_total = $overall_household_total + $household_expense['annual_expense_value'];
|
|
}
|
|
|
|
if($purchases_flag != 0)
|
|
{
|
|
|
|
if($gross_profit_calculation_type[0]['mode'] == 1 && $gross_profit_calculation_type[0]['purchase_type'] == 1)//purchase item wise
|
|
{
|
|
foreach($purchases as $purchase_key => $purchase)
|
|
{
|
|
$overall_purchase_total = $overall_purchase_total + $purchase['annual_purchase_value'];
|
|
}
|
|
}
|
|
else if($gross_profit_calculation_type[0]['mode'] == 1 && $gross_profit_calculation_type[0]['purchase_type'] == 2)////purchase bill wise
|
|
{
|
|
|
|
foreach($purchase_billwise as $purchase_billwise_key => $bill)
|
|
{
|
|
|
|
$overall_purchase_total = $overall_purchase_total + ($bill['annual_purchase_value'] * (12/ count($bill['items'])) );
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
if($sales_calculated_by_itemwise_flag == 1)
|
|
{
|
|
$temp_purchases = 0;
|
|
$temp_netprofit = 0;
|
|
$temp_grossprofit = 0;
|
|
$temp_netmargin = 0;
|
|
foreach($sales_calculated_by_itemwise as $itemwise_key => $item)
|
|
{
|
|
$total_sales_itemwise = $total_sales_itemwise + $item['annual_sale_value'];
|
|
$temp_netprofit = $temp_netprofit + $item['margin_final_value'];
|
|
|
|
}
|
|
|
|
//calculatin part
|
|
if($gross_profit_calculation_type[0]['mode'] == 1)
|
|
{
|
|
$temp_purchases = $overall_purchase_total;
|
|
$temp_grossprofit = $total_sales_itemwise - $temp_purchases;
|
|
$temp_netprofit = $temp_grossprofit - $overall_business_expenses_total;
|
|
$temp_netmargin = ($temp_netprofit/$total_sales_itemwise) * 100;
|
|
}
|
|
else
|
|
{
|
|
|
|
// This one changes as per 15/03/2019 Excel Review changes
|
|
$temp_grossprofit = $temp_netprofit;// + $overall_business_expenses_total;
|
|
$temp_netprofit = $temp_grossprofit - $overall_business_expenses_total;
|
|
$temp_purchases = $total_sales_itemwise - $temp_grossprofit;
|
|
$temp_netmargin = ($temp_netprofit/$total_sales_itemwise) * 100;
|
|
}
|
|
|
|
$overall_summary_report['sales_calculated_by_itemwise']['sales_revenue'] = round($total_sales_itemwise);
|
|
($gross_profit_calculation_type[0]['mode'] == 1) ? $overall_summary_report['sales_calculated_by_itemwise']['purchases'] = round($temp_purchases,2) : $overall_summary_report['sales_calculated_by_itemwise']['cost_of_goods_sold'] = round($temp_purchases);
|
|
$overall_summary_report['sales_calculated_by_itemwise']['grossprofit'] = round($temp_grossprofit);
|
|
$overall_summary_report['sales_calculated_by_itemwise']['business_expenses'] = round($overall_business_expenses_total);
|
|
$overall_summary_report['sales_calculated_by_itemwise']['netprofit'] = round($temp_netprofit);
|
|
$overall_summary_report['sales_calculated_by_itemwise']['house_hold_expenses'] = round($overall_household_total);
|
|
$overall_summary_report['sales_calculated_by_itemwise']['disposable_income'] = round($temp_netprofit - $overall_household_total);
|
|
$overall_summary_report['sales_calculated_by_itemwise']['netmargin'] = round($temp_netmargin,2);
|
|
}
|
|
|
|
if($sales_by_item_monthwise_flag == 1)
|
|
{
|
|
$temp_purchases = 0;
|
|
$temp_netprofit = 0;
|
|
$temp_grossprofit = 0;
|
|
$temp_netmargin = 0;
|
|
//print_r($sales_by_item_monthwise);
|
|
foreach($sales_by_item_monthwise as $monthwise_key => $sales_by_item_month)
|
|
{
|
|
$month_total = 0;
|
|
$i = 0;
|
|
$temp_netprofit = $temp_netprofit + $sales_by_item_month['margin_value'];
|
|
foreach($sales_by_item_month['items'] as $month_key => $month)
|
|
{
|
|
$temp = 0;
|
|
|
|
$i++;
|
|
foreach($month as $key => $m)
|
|
{
|
|
$temp = $temp + $m['sales_value'];
|
|
}
|
|
$month_total = $month_total + $temp;
|
|
}
|
|
$sales_monthwise[] = array('total' => $month_total,'no_of_months' => $i,'sales_type' => $sales_by_item_month['sales_type']);
|
|
}
|
|
|
|
|
|
|
|
foreach($sales_monthwise as $sale)
|
|
{
|
|
//print_r($sale);
|
|
$annual_multuplier = 12 / $sale['no_of_months'];
|
|
if($sale['sales_type'] == 1)
|
|
{
|
|
$total_sales_monthwise = $total_sales_monthwise + ($sale['total'] * $annual_multuplier);
|
|
}
|
|
else if($sale['sales_type'] == 2)
|
|
{
|
|
$total_sales_monthwise = $total_sales_monthwise + $sale['total'];
|
|
}
|
|
}
|
|
|
|
//calculation part
|
|
//calculatin part
|
|
if($gross_profit_calculation_type[0]['mode'] == 1)
|
|
{
|
|
$temp_purchases = $overall_purchase_total;
|
|
$temp_grossprofit = $total_sales_monthwise - $temp_purchases;
|
|
$temp_netprofit = $temp_grossprofit - $overall_business_expenses_total;
|
|
$temp_netmargin = ($temp_netprofit/$total_sales_monthwise) * 100;
|
|
}
|
|
else
|
|
{
|
|
$temp_grossprofit = $temp_netprofit ;//+ $overall_business_expenses_total;
|
|
$temp_purchases = $total_sales_monthwise - $temp_grossprofit;
|
|
$temp_netprofit = $temp_grossprofit - $overall_business_expenses_total;
|
|
$temp_netmargin = ($temp_netprofit/$total_sales_monthwise) * 100;
|
|
}
|
|
|
|
$overall_summary_report['sales_calculated_by_monthwise']['sales_revenue'] = round($total_sales_monthwise);
|
|
($gross_profit_calculation_type[0]['mode'] == 1) ? $overall_summary_report['sales_calculated_by_monthwise']['purchases'] = round($temp_purchases) : $overall_summary_report['sales_calculated_by_monthwise']['cost_of_goods_sold'] = round($temp_purchases);
|
|
$overall_summary_report['sales_calculated_by_monthwise']['grossprofit'] = round($temp_grossprofit);
|
|
$overall_summary_report['sales_calculated_by_monthwise']['business_expenses'] = round($overall_business_expenses_total);
|
|
$overall_summary_report['sales_calculated_by_monthwise']['netprofit'] = round($temp_netprofit);
|
|
$overall_summary_report['sales_calculated_by_monthwise']['house_hold_expenses'] = round($overall_household_total);
|
|
$overall_summary_report['sales_calculated_by_monthwise']['disposable_income'] = round($temp_netprofit - $overall_household_total);
|
|
$overall_summary_report['sales_calculated_by_monthwise']['netmargin'] = round($temp_netmargin,2);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
if($sales_declared_by_customer_flag == 1)
|
|
{
|
|
|
|
$temp_purchases = 0;
|
|
$temp_netprofit = 0;
|
|
$temp_grossprofit = 0;
|
|
$temp_netmargin = 0;
|
|
$total_sales_declared_by_customer = $sales_declared_by_customer[0]['sales_declared_by_customer'];
|
|
$temp_netprofit = $sales_declared_by_customer[0]['margin_value'];
|
|
|
|
if($gross_profit_calculation_type[0]['mode'] == 1)
|
|
{
|
|
$temp_purchases = $overall_purchase_total;
|
|
$temp_grossprofit = $total_sales_declared_by_customer - $temp_purchases;
|
|
$temp_netprofit = $temp_grossprofit - $overall_business_expenses_total;
|
|
$temp_netmargin = $total_sales_declared_by_customer > 0 ?($temp_netprofit/$total_sales_declared_by_customer) * 100 : 0;
|
|
}
|
|
else
|
|
{
|
|
$temp_grossprofit = $temp_netprofit + $overall_business_expenses_total;
|
|
$temp_purchases = $total_sales_declared_by_customer - $temp_grossprofit;
|
|
$temp_netmargin = $total_sales_declared_by_customer > 0 ?($temp_netprofit/$total_sales_declared_by_customer) * 100 : 0;
|
|
}
|
|
|
|
|
|
$overall_summary_report['sales_declared_by_customer']['sales_revenue'] = round($total_sales_declared_by_customer);
|
|
($gross_profit_calculation_type[0]['mode'] == 1) ? $overall_summary_report['sales_declared_by_customer']['purchases'] = round($temp_purchases) : $overall_summary_report['sales_declared_by_customer']['cost_of_goods_sold'] = round($temp_purchases);
|
|
$overall_summary_report['sales_declared_by_customer']['grossprofit'] = round($temp_grossprofit);
|
|
$overall_summary_report['sales_declared_by_customer']['business_expenses'] = round($overall_business_expenses_total);
|
|
$overall_summary_report['sales_declared_by_customer']['netprofit'] = round($temp_netprofit);
|
|
$overall_summary_report['sales_declared_by_customer']['house_hold_expenses'] = round($overall_household_total);
|
|
$overall_summary_report['sales_declared_by_customer']['disposable_income'] = round($temp_netprofit - $overall_household_total);
|
|
$overall_summary_report['sales_declared_by_customer']['netmargin'] = round($temp_netmargin,2);
|
|
}
|
|
|
|
|
|
$temp_sales_array = array();
|
|
|
|
if(isset($overall_summary_report['sales_declared_by_customer']['sales_revenue'])){ $temp_sales_array = array_merge($temp_sales_array,array($overall_summary_report['sales_declared_by_customer']['sales_revenue'])); }
|
|
if(isset($overall_summary_report['sales_calculated_by_monthwise']['sales_revenue'])){ $temp_sales_array = array_merge($temp_sales_array,array($overall_summary_report['sales_calculated_by_monthwise']['sales_revenue'])); }
|
|
if(isset($overall_summary_report['sales_calculated_by_itemwise']['sales_revenue'])){ $temp_sales_array = array_merge($temp_sales_array,array($overall_summary_report['sales_calculated_by_itemwise']['sales_revenue'])); }
|
|
|
|
|
|
$temp_netmargin_array = array();
|
|
|
|
if(isset($overall_summary_report['sales_declared_by_customer']['netprofit'])){ $temp_netmargin_array = array_merge($temp_netmargin_array,array($overall_summary_report['sales_declared_by_customer']['netprofit'])); }
|
|
if(isset($overall_summary_report['sales_calculated_by_monthwise']['netprofit'])){ $temp_netmargin_array = array_merge($temp_netmargin_array,array($overall_summary_report['sales_calculated_by_monthwise']['netprofit'])); }
|
|
if(isset($overall_summary_report['sales_calculated_by_itemwise']['netprofit'])){ $temp_netmargin_array = array_merge($temp_netmargin_array,array($overall_summary_report['sales_calculated_by_itemwise']['netprofit'])); }
|
|
|
|
$overall_summary_report['consolidated_report']['consolidated_sales_revenue'] = round(array_sum($temp_sales_array) / count($temp_sales_array));
|
|
|
|
$overall_summary_report['consolidated_report']['consolidated_nerprofit'] = round(array_sum($temp_netmargin_array) / count($temp_netmargin_array));
|
|
|
|
$overall_summary_report['consolidated_report']['consolidated_nermagin'] = round((($overall_summary_report['consolidated_report']['consolidated_nerprofit']/$overall_summary_report['consolidated_report']['consolidated_sales_revenue'])*100),2);
|
|
|
|
|
|
return ($overall_summary_report);
|
|
}
|
|
else
|
|
{
|
|
// $data['dataStatus'] = false;
|
|
// $data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
// $data['msg'] = 'Not enough Data to Calculate Assessed Income';
|
|
// $this->response($data,REST_Controller::HTTP_OK);
|
|
return null;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function getLatestPDReportBlob_post()
|
|
{
|
|
$records = $this->post('records');
|
|
//print_r($records);die();
|
|
$records = $records['pd_id'];
|
|
$pdid = $records['startId'];
|
|
$version_id = $records['version_id'];
|
|
|
|
$version_no = "";
|
|
|
|
if(is_numeric(substr($version_id,-7,3)))
|
|
{
|
|
$version_no = substr($version_id,-7,3);
|
|
|
|
}
|
|
else if(is_numeric(substr($version_id,-6,2)))
|
|
{
|
|
$version_no = substr($version_id,-6,2);
|
|
|
|
}else if(is_numeric(substr($version_id,-5,1)))
|
|
{
|
|
$version_no = substr($version_id,-5,1);
|
|
}
|
|
else
|
|
{
|
|
$version_no = 1;
|
|
}
|
|
|
|
$fields = array('content');
|
|
$where_condition_array = array('fk_pd_id'=>$pdid,'version_no'=>$version_no);
|
|
$result_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDREPORTSVERSIONBLOB);
|
|
if(count($result_array))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_array;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Data Available';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
|
|
//Generate Report AS PDF
|
|
public function generatePDReportPDF_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
$fk_createdby = $records['fk_createdby'];
|
|
$is_generate = isset($records['is_generate']) ? 1 : 0;
|
|
$is_qc_edited = 0;
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$pd_master_details[0]['fk_lender_id'];
|
|
$main_applicant_name = $pd_master_details[0]['main_applicant'];
|
|
$key = 'pd'.$pdid.'/pd_reports/'.$main_applicant_name.'.pdf';
|
|
|
|
if($pd_master_details[0]['is_qc_edited'])
|
|
{
|
|
$is_qc_edited = 1;
|
|
}
|
|
|
|
if($is_qc_edited == 1 || $is_qc_edited == 2)
|
|
{
|
|
//Get Latest PD Report Html file and convert it into PDF
|
|
$latest_pd_report_html_file_name = $pd_master_details[0]['pd_report_html_filename'];
|
|
$latest_pd_report_html_file_path = APPPATH.'views/pd_reports/'.$pdid.'/'.$latest_pd_report_html_file_name.'.html';
|
|
$temp = file_get_contents($latest_pd_report_html_file_path);
|
|
|
|
//PDF Gen using DOM PDF
|
|
$pdf_doc = $this->pdfgenerator->generate($temp, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
|
//End of PDF Gen using DOM PDF
|
|
$output_file2 = APPPATH."/docs/sample.pdf";
|
|
$bytes = file_put_contents($output_file2, $pdf_doc);
|
|
|
|
if(file_put_contents($output_file2, $pdf_doc))
|
|
{
|
|
|
|
$sourcefile = $output_file2;
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
//print_r($s3result);
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
//$result_array[0]['content']
|
|
$where_condition_array = array("pd_id" => $pdid);
|
|
$temp_array['is_qc_edited'] = 0;
|
|
$id = $this->PD_Model->updateRecords($temp_array,PDTRIGGER,$where_condition_array);
|
|
|
|
//call all reports functionality and send it.
|
|
|
|
|
|
|
|
$singed_uri = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucketname,$key,'+30 minutes');
|
|
|
|
if($id != null || $id != "" )
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $singed_uri;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something Went Wrong..!Try later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
}else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something Went Wrong..!Try later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else //If Qc not edited pull PDF uri from S3
|
|
{
|
|
|
|
$singed_uri = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucketname,$key,'+30 minutes');
|
|
|
|
if($singed_uri != null || $singed_uri != "" )
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $singed_uri;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something Went Wrong..!Try later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
}//funcion end
|
|
|
|
|
|
//Generate Report as HTML File
|
|
public function generatePDReport_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
$fk_createdby = $records['fk_createdby'];
|
|
|
|
$data['pd_master_details'] = $this->PD_Model->getPDMasterDetails($pdid);
|
|
$data['applicants_details'] = $this->PD_Model->getApplicantsDetails($pdid);
|
|
$data['pd_additional_requirements'] = $this->PD_Model->getPDAdditionalRequirements($pdid);
|
|
$data['score_questions_display'] = $this->PD_Model->getScoreableQuestionToDispaly($pdid);
|
|
$data['pd_score'] = $this->calculateScore($pdid);
|
|
$data['dsc_cards'] = $this->getDetailedScoreCardChart( $data['pd_score'] );
|
|
$data['assessed_income_details'] = $this->getAssessedIncomeForPDReport($pdid);
|
|
$score_for_chart = $data['pd_score']['score_summary']['overall_score']['final_score'] ? round($data['pd_score']['score_summary']['overall_score']['final_score'],1) : 0;
|
|
//echo $score_for_chart;
|
|
|
|
//GET phantom script from DB
|
|
$phantom_script = $this->PD_Model->selectCustomRecords(array('*'),array('script_name' => PHANTOMJSSCRIPT_LOCATION),SCRIPTS);
|
|
|
|
$exact_script = $phantom_script[0]['script_content'];
|
|
//print_r($exact_script);
|
|
$apppath = str_replace('\\','/',APPPATH);
|
|
$exact_script = str_replace('{{APPPATH}}',$apppath,$exact_script);
|
|
$exact_script = str_replace('{{place_score_here}}',$score_for_chart,$exact_script);
|
|
//print_r($exact_script);die();
|
|
|
|
|
|
//GENERATE CHART PART
|
|
file_put_contents(APPPATH.'/views/js/phantomchart.js',$exact_script,LOCK_EX);
|
|
|
|
$str = 'phantomjs '.APPPATH.'/views/js/phantomchart.js';
|
|
exec($str,$ou);
|
|
exec('phantom.exit();');
|
|
|
|
//print_r($ou);
|
|
|
|
$chart_img_path = APPPATH.'/views/report_templates/chart.png';
|
|
$type = pathinfo($chart_img_path, PATHINFO_EXTENSION);
|
|
$chart_img_content = file_get_contents($chart_img_path);
|
|
$base64_pdscore_chart_url = 'data:image/' . $type . ';base64,' . base64_encode($chart_img_content);
|
|
$data['base64_pdscore_chart_url'] = $base64_pdscore_chart_url;
|
|
// echo $data['base64_pdscore_chart_url'];
|
|
//die();
|
|
//END OF GENERATE CHART PART
|
|
|
|
|
|
|
|
|
|
//GET ALL PROCESSED JSON
|
|
for($i = 1;$i<=25;$i++)
|
|
{
|
|
$fields = array('processed_json');
|
|
$where_condition_array = array('isactive' => 1,'fk_pd_id'=>$pdid,'fk_form_id' => $i);
|
|
$data['pd_processed_forms'][$i] = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON,array(),'','company_id','ASC');
|
|
|
|
$fields2 = array('*');
|
|
$data['pd_images'][$i] = $this->PD_Model->getSignedPDDocsURL($pdid,$i);
|
|
}
|
|
|
|
|
|
$temp = $this->load->view('report_templates/JSONTOREPORT',$data,true);
|
|
//Save Report as HTML Version with timestamp
|
|
if (!is_dir(APPPATH.'views/pd_reports/'.$pdid)) {
|
|
$dust = mkdir(APPPATH.'views/pd_reports/'.$pdid, 0777, TRUE);
|
|
}
|
|
$pd_report_time = date('Y-m-d-h-i-s');
|
|
$pd_report_store = APPPATH.'views/pd_reports/'.$pdid.'/'.$pd_report_time.'.html';
|
|
$is_write_done = file_put_contents($pd_report_store,$temp);
|
|
|
|
if($is_write_done)
|
|
{
|
|
|
|
//$update = $this->PD_Model->updateRecords(array('pd_report_html_filename' => $pd_report_time),PDTRIGGER,array('pd_id' => $pdid));
|
|
|
|
$where_condition_array = array("pd_id" => $pdid);
|
|
$temp_array = array('is_original_report_created'=>1,'pd_report_html_filename' => $pd_report_time,'pd_report_generated_date' => date('Y-m-d h:i:s'),'is_qc_edited' => 2);
|
|
|
|
$id = $this->PD_Model->updateRecords($temp_array,PDTRIGGER,$where_condition_array);
|
|
|
|
$response_data['dataStatus'] = true;
|
|
$response_data['status'] = REST_Controller::HTTP_OK;
|
|
$response_data['msg'] = 'Report Generated Sucessfully..!';
|
|
$this->response($response_data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
else
|
|
{
|
|
$response_data['dataStatus'] = false;
|
|
$response_data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$response_data['msg'] = 'Something went wrong..!';
|
|
$this->response($response_data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function saveNewVersionOfPDReport_post()
|
|
{
|
|
|
|
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
$blob = $records['content'];
|
|
$fk_updatedby = $records['fk_updatedby'];
|
|
//$fk_createdby = $records['fk_createdby'];
|
|
//Get PD Master Details
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
$main_applicant_name = $pd_master_details[0]['main_applicant'];
|
|
//print_r($pd_master_details);
|
|
|
|
//update BLOB in pd trigger Table
|
|
$latest_version = $pd_master_details[0]['pd_report_latest_version'];
|
|
$where_condition_array = array('pd_id' => $pdid);
|
|
$temp_array = array('pd_report_latest_version_blob' => $blob,'fk_updatedby' => $fk_updatedby);
|
|
$mas_id = $this->PD_Model->updateRecords($temp_array,PDTRIGGER,$where_condition_array);
|
|
|
|
|
|
//store BLOB in t_pd_reports_version_blob Table
|
|
//$latest_version = $pd_master_details[0]['pd_report_latest_version'] + 1;
|
|
//$where_condition_array = array('pd_id' => $pdid);
|
|
$temp_array_one = array('content' => $blob,'fk_updatedby'=>$fk_updatedby);
|
|
$where_condition_array = array('fk_pd_id' => $pdid,'version_no' => $latest_version);
|
|
$id = $this->PD_Model->updateRecords($temp_array_one,PDREPORTSVERSIONBLOB,$where_condition_array);
|
|
|
|
//convert BLOB as html then pdf then store it s3.
|
|
$output_file = APPPATH."/docs/temp.html";
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
//fwrite( $ifp, $original_template );
|
|
fwrite( $ifp, $blob );
|
|
fclose( $ifp );
|
|
//print_r($output_file);
|
|
$file= file_get_contents($output_file);
|
|
$pdf_doc = $this->pdfgenerator->generate($file, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
|
//print_r($pdf_doc);
|
|
|
|
|
|
$output_file2 = APPPATH."/docs/sample.pdf";
|
|
if(file_put_contents($output_file2, $pdf_doc))
|
|
{
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$pd_master_details[0]['fk_lender_id'];
|
|
$key = 'pd'.$pdid.'/pd_reports/'.$main_applicant_name.'_version'.$latest_version.'.pdf';
|
|
$sourcefile = $output_file2;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
//print_r($s3result);
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
|
|
$urls = $this->getALLPDReportsSingedURLs($bucketname,$key,$pdid);
|
|
if($id != null || $id != "" )
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $urls;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something Went Wrong..!Try later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
|
|
//End of convert BLOB as html then pdf then store it s3.
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function getListOfPDReportVersions_post()
|
|
{
|
|
$records = $this->post('records');
|
|
|
|
$pdid = $records['pd_id'];
|
|
|
|
|
|
//Get PD Master Details
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
$main_applicant_name = $pd_master_details[0]['main_applicant'];
|
|
$lender_id = $pd_master_details[0]['fk_lender_id'];
|
|
|
|
$bucket_name = LENDER_BUCKET_NAME_PREFIX.$lender_id;
|
|
$key = 'pd'.$pdid.'/pd_reports';
|
|
//$key = 'pd'.$pdid;
|
|
$urls = $this->getALLPDReportsSingedURLs($bucket_name,$key,$pdid);
|
|
|
|
if(count($urls))
|
|
{
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = array('pdstatus' => $pd_master_details[0]['pd_status'],'reports_urls' => $urls);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'PD Report Not Generated';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function getALLPDReportsSingedURLs($bucket_name,$key,$pdid)
|
|
{
|
|
|
|
//Get Blob version
|
|
$fields = array('version_no','concat(USERPROFILE.first_name,USERPROFILE.last_name) as createdby','DATE_FORMAT(PDREPORTSVERSIONBLOB.createdon,"%d %b %Y at %h:%i:%s %p") as createdon','PDREPORTSVERSIONBLOB.fk_createdby');
|
|
$where_condition_array = array('fk_pd_id'=>$pdid);
|
|
$table = PDREPORTSVERSIONBLOB.' as PDREPORTSVERSIONBLOB';
|
|
$joins = array( array('table' => USERPROFILE. ' as USERPROFILE',
|
|
'condition' =>'PDREPORTSVERSIONBLOB.fk_createdby = USERPROFILE.userid',
|
|
'jointype' => 'INNER')
|
|
|
|
);
|
|
|
|
//Get Max No of blob version
|
|
$max_version = $this->db->SELECT('MAX(version_no) as max_version')->FROM(PDREPORTSVERSIONBLOB)->WHERE('fk_pd_id',$pdid)->GET()->result_array();
|
|
|
|
$blob_versions = $this->PD_Model->getJoinRecords($fields,$table,$joins,$where_condition_array);
|
|
|
|
//print_r($max_version);
|
|
$all_objects = $this->aws_s3->getAllObjectsInaBucket($bucket_name,$key);
|
|
$uri = array();
|
|
foreach($all_objects as $obj)
|
|
{
|
|
//print_r($obj);
|
|
$uri[]['doc_name'] = $obj['Key'];
|
|
}
|
|
//print_r($uri);
|
|
if(count($uri))
|
|
{
|
|
|
|
foreach($uri as $uri_key => $url)
|
|
{
|
|
$uri[$uri_key]['doc_uri'] = $this->aws_s3->getSingleObjectInaBucketAsSignedURI($bucket_name,$url['doc_name'],$time = '3600 seconds');
|
|
//echo $key;
|
|
$uri[$uri_key]['doc_name'] = str_replace($key.'/',"",$uri[$uri_key]['doc_name']);
|
|
|
|
//find version no from file
|
|
$version_no = 0;
|
|
|
|
if(is_numeric(substr($uri[$uri_key]['doc_name'],-7,3)))
|
|
{
|
|
$version_no = substr($uri[$uri_key]['doc_name'],-7,3);
|
|
|
|
}
|
|
else if(is_numeric(substr($uri[$uri_key]['doc_name'],-6,2)))
|
|
{
|
|
$version_no = substr($uri[$uri_key]['doc_name'],-6,2);
|
|
|
|
}else if(is_numeric(substr($uri[$uri_key]['doc_name'],-5,1)))
|
|
{
|
|
$version_no = substr($uri[$uri_key]['doc_name'],-5,1);
|
|
}
|
|
|
|
$uri[$uri_key]['version'] = (int)$version_no;
|
|
|
|
if(count($blob_versions))
|
|
{
|
|
foreach($blob_versions as $blob_key => $blob)
|
|
{
|
|
if($blob['version_no'] == $version_no)
|
|
{
|
|
$uri[$uri_key]['createdby'] = $blob['createdby'];
|
|
$uri[$uri_key]['createdon'] = $blob['createdon'];
|
|
}
|
|
$uri[$uri_key]['is_latest'] = 0;
|
|
if(($blob['version_no'] == $max_version[0]['max_version']) &&($version_no == $max_version[0]['max_version']))
|
|
{
|
|
$uri[$uri_key]['is_latest'] = 1;
|
|
}
|
|
}
|
|
}
|
|
// if($uri_key == (count($uri)-1))
|
|
// {
|
|
// $uri[$uri_key]['is_latest'] = 1;
|
|
// }else
|
|
// {
|
|
// $uri[$uri_key]['is_latest'] = 0;
|
|
// }
|
|
}
|
|
}
|
|
|
|
return $uri;
|
|
|
|
}
|
|
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
public function getTypeOfActivetyFromBusinessForm_post()
|
|
{
|
|
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
|
|
// $fields = array('column_name', 'column_value');
|
|
// $where_condition_array = array('column_name'=>'type_of_activity','isactive'=>1,'fk_form_id'=>13,'fk_pd_id'=>$pdid);
|
|
// $or_where_total = array(array('column_name'=>'profession_name'));
|
|
// $result_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILS,$or_where_total);
|
|
|
|
$this->db->SELECT('column_name,column_value');
|
|
$this->db->FROM(PDFORMDETAILS);
|
|
$this->db->WHERE('isactive',1);
|
|
$this->db->WHERE('fk_form_id',13);
|
|
$this->db->WHERE('fk_pd_id',$pdid);
|
|
$this->db->GROUP_START();
|
|
$this->db->OR_WHERE('column_name','type_of_activity_id');
|
|
$this->db->OR_WHERE('column_name','profession_name');
|
|
$this->db->GROUP_END();
|
|
$result_array = $this->db->GET()->result_array();
|
|
|
|
//print_r($result_array);die();
|
|
|
|
if(count($result_array))
|
|
{
|
|
$final_data = array();
|
|
foreach($result_array as $res_key => $res)
|
|
{
|
|
if($res['column_name'] == 'profession_name')
|
|
{
|
|
$final_data['profession_name'] = $res['column_value'];
|
|
}
|
|
else
|
|
{
|
|
if(count($result_array) > 0){
|
|
$final_data['type_of_activity'][] = $res['column_value'];}
|
|
}
|
|
}
|
|
//print_r($final_data);
|
|
|
|
if(array_key_exists('type_of_activity',$final_data))
|
|
{
|
|
foreach($final_data['type_of_activity'] as $f_key => $f_value)
|
|
{
|
|
$fields = array('name');
|
|
$where_condition_array = array('type_of_activity_id'=>$f_value,'isactive'=>1);
|
|
$result = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,TYPEOFACTIVITY);
|
|
$final_data['type_of_activity'][$f_key] = array('type_of_activity_id' => $f_value,'name' =>$result[0]['name']);
|
|
|
|
}
|
|
}
|
|
|
|
if(count($final_data))
|
|
{
|
|
//Get Products from Business Form
|
|
$fields_pro = array('iter_column_name','column_value');
|
|
$where_condition_array_pro = array('column_name'=>'main_products','isactive'=>1,'fk_pd_id' => $pdid, 'fk_form_id'=> 13);
|
|
$prodcuts = $this->PD_Model->selectCustomRecords($fields_pro,$where_condition_array_pro,PDFORMDETAILS);
|
|
//print_r($prodcuts);die();
|
|
if(array_key_exists('type_of_activity',$final_data))
|
|
{
|
|
foreach($final_data['type_of_activity'] as $activity_key => $activity)
|
|
{
|
|
//print_r($activity);
|
|
if($activity['type_of_activity_id'] == 1)
|
|
{
|
|
$temp = array();
|
|
foreach($prodcuts as $product_key => $product)
|
|
{
|
|
|
|
if($product['iter_column_name'] == 'manufacturing_activity_details')
|
|
{
|
|
$temp[] = array('id' => $product_key,'name' => $product['column_value']);
|
|
}
|
|
}
|
|
$final_data['type_of_activity'][$activity_key]['prodcuts'] =$temp;
|
|
}
|
|
else if($activity['type_of_activity_id'] == 2)//Retail trading
|
|
{
|
|
$temp = array();
|
|
foreach($prodcuts as $product_key => $product)
|
|
{
|
|
|
|
if($product['iter_column_name'] == 'retail_trading__activity_details')
|
|
{
|
|
$temp[] = array('id' => $product_key,'name' => $product['column_value']);
|
|
}
|
|
}
|
|
$final_data['type_of_activity'][$activity_key]['prodcuts'] =$temp;
|
|
}
|
|
else if($activity['type_of_activity_id'] == 3)//Wholesale Trade wholesale_trading_activity_details
|
|
{
|
|
$temp = array();
|
|
foreach($prodcuts as $product_key => $product)
|
|
{
|
|
|
|
if($product['iter_column_name'] == 'wholesale_trading_activity_details')
|
|
{
|
|
$temp[] = array('id' => $product_key,'name' => $product['column_value']);
|
|
}
|
|
}
|
|
$final_data['type_of_activity'][$activity_key]['prodcuts'] =$temp;
|
|
}
|
|
else//Service Provider
|
|
{
|
|
$temp = array();
|
|
foreach($prodcuts as $product_key => $product)
|
|
{
|
|
|
|
if($product['iter_column_name'] == 'wholesale_trading_activity_details')
|
|
{
|
|
$temp[] = array('id' => $product_key,'name' => $product['column_value']);
|
|
}
|
|
}
|
|
$final_data['type_of_activity'][$activity_key]['prodcuts'] =$temp;
|
|
}
|
|
|
|
}
|
|
}
|
|
//Response
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $final_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Fill Business Details First/ No Data Available!";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}else{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Fill Business Details First/ No Data Available!";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}
|
|
|
|
public function getTypeOfActivetyFromBusinessJSON_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pd_id = $records['pd_id'];
|
|
$company_id = $records['company_id'];
|
|
$final_array = array();
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>13,'fk_pd_id'=>$pd_id,'company_id' => $company_id);
|
|
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
//print_r($this->db->last_query());
|
|
//print_r($rec);
|
|
if(count($rec))
|
|
{
|
|
$temp_data = json_decode($rec[0]['json'],true);
|
|
// print_r($temp_data);
|
|
// $final_array['profession_name'] = $temp_data['profession_name'];
|
|
// $final_array['profession_name_other'] = "";
|
|
// if(array_key_exists('profession_name_other',$temp_data))
|
|
// {
|
|
// $final_array['profession_name_other'] = $temp_data['profession_name_other'];
|
|
// }
|
|
$final_array['type_of_activity'] = $temp_data['select_business_activity_type'];
|
|
|
|
foreach($final_array['type_of_activity'] as $f_key => $f_value)
|
|
{
|
|
$fields = array('name');
|
|
$where_condition_array = array('type_of_activity_id'=>$f_value['type_of_activity_id'],'isactive'=>1);
|
|
$result = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,TYPEOFACTIVITY);
|
|
$final_array['type_of_activity'][$f_key] = array('type_of_activity_id' => $f_value['type_of_activity_id'],'name' =>$result[0]['name']);
|
|
|
|
if($f_value['type_of_activity_id'] == 2)
|
|
{
|
|
if(array_key_exists('manufacturing_activity_details',$temp_data))
|
|
{
|
|
$temp = array();
|
|
foreach($temp_data['manufacturing_activity_details'] as $product_key => $product)
|
|
{
|
|
$temp[] = array('id' => $product_key,'name' => $product['main_products']);
|
|
}
|
|
$final_array['type_of_activity'][$f_key]['prodcuts'] =$temp;
|
|
}
|
|
}
|
|
else if($f_value['type_of_activity_id'] == 3)//Retail trading
|
|
{
|
|
if(array_key_exists('retail_trading_activity_details',$temp_data))
|
|
{
|
|
$temp = array();
|
|
foreach($temp_data['retail_trading_activity_details'] as $product_key => $product)
|
|
{
|
|
$temp[] = array('id' => $product_key,'name' => $product['main_products']);
|
|
}
|
|
$final_array['type_of_activity'][$f_key]['prodcuts'] =$temp;
|
|
}
|
|
}
|
|
else if($f_value['type_of_activity_id'] == 4)//Wholesale Trade wholesale_trading_activity_details
|
|
{
|
|
$temp = array();
|
|
foreach($temp_data['wholesale_trading_activity_details'] as $product_key => $product)
|
|
{
|
|
|
|
$temp[] = array('id' => $product_key,'name' => $product['main_products']);
|
|
}
|
|
$final_array['type_of_activity'][$f_key]['prodcuts'] =$temp;
|
|
}
|
|
else if($f_value['type_of_activity_id'] == 5)//Service Provider
|
|
{
|
|
$temp = array();
|
|
foreach($temp_data['service_provider_activity_details'] as $product_key => $product)
|
|
{
|
|
|
|
$temp[] = array('id' => $product_key,'name' => $product['main_products']);
|
|
|
|
}
|
|
$final_array['type_of_activity'][$f_key]['prodcuts'] =$temp;
|
|
}
|
|
}
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $final_array;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = "Fill Business Form First! / No Company Found at this ID $company_id!";
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
|
|
public function swapOlderPDReporttoLatest_post()
|
|
{
|
|
$records = $this->post('records');
|
|
|
|
$pdid = $records['pd_id'];
|
|
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
$main_applicant_name = $pd_master_details[0]['main_applicant'];
|
|
$doc_name = $records['doc_name'];
|
|
$fk_createdby = $records['fk_createdby'];
|
|
|
|
$version_no = "";
|
|
|
|
if(is_numeric(substr($doc_name,-7,3)))
|
|
{
|
|
$version_no = substr($doc_name,-7,3);
|
|
|
|
}
|
|
else if(is_numeric(substr($doc_name,-6,2)))
|
|
{
|
|
$version_no = substr($doc_name,-6,2);
|
|
|
|
}else if(is_numeric(substr($doc_name,-5,1)))
|
|
{
|
|
$version_no = substr($doc_name,-5,1);
|
|
}
|
|
else
|
|
{
|
|
$version_no = 1;
|
|
}
|
|
|
|
//Get Latest Version from PD Master Table
|
|
//$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
|
|
//Get Blob from blob table
|
|
$fields = array('content');
|
|
$where_condition_array = array('fk_pd_id'=>$pdid,'version_no'=>$version_no);
|
|
$result = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDREPORTSVERSIONBLOB);
|
|
|
|
if(count($result))
|
|
{
|
|
$temp_array = array('content' => $result[0]['content'],'fk_pd_id'=> $pdid,'fk_createdby'=>$fk_createdby,'version_no' => ($pd_master_details[0]['pd_report_latest_version'] + 1));
|
|
$id = $this->PD_Model->saveRecords($temp_array,PDREPORTSVERSIONBLOB);
|
|
|
|
if($id != null || $id != "")
|
|
{
|
|
$temp_array = array('pd_report_latest_version_blob' => $result[0]['content'],'pd_report_latest_version' => ($pd_master_details[0]['pd_report_latest_version'] + 1));
|
|
|
|
$where_condition_array = array('pd_id'=>$pdid);
|
|
$master_result = $this->PD_Model->updateRecords($temp_array,PDTRIGGER,$where_condition_array);
|
|
|
|
if($master_result != null || $master_result != "")
|
|
{
|
|
//do doc renegerate things here.....
|
|
|
|
$output_file = APPPATH."/docs/temp.html";
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
//fwrite( $ifp, $original_template );
|
|
fwrite( $ifp, $result[0]['content'] );
|
|
fclose( $ifp );
|
|
//print_r($output_file);
|
|
$file= file_get_contents($output_file);
|
|
$pdf_doc = $this->pdfgenerator->generate($file, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
|
//print_r($pdf_doc);
|
|
|
|
|
|
$output_file2 = APPPATH."/docs/sample.pdf";
|
|
if(file_put_contents($output_file2, $pdf_doc))
|
|
{
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$pd_master_details[0]['fk_lender_id'];
|
|
$key = 'pd'.$pdid.'/pd_reports/'.$main_applicant_name.'_version'.($pd_master_details[0]['pd_report_latest_version'] + 1).'.pdf';
|
|
$sourcefile = $output_file2;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
|
|
$urls = $this->getALLPDReportsSingedURLs($bucketname,$key,$pdid);
|
|
if($id != null || $id != "" )
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $urls;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Something Went Wrong..!Try later';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Version Not Updated in Master Table! Contact System Admin';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'Version Not Updated!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'No older Version Available for this PD!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
/*********************************************************************************************
|
|
*********************************************************************************************/
|
|
|
|
|
|
public function smartyTestFunction_post()
|
|
{
|
|
|
|
|
|
$this->smarty->assign('title','Test Title');
|
|
$this->smarty->assign('description', 'Test Description');
|
|
//$this->smarty->display('index.tpl');
|
|
$data['pdif'] = '10';
|
|
$data['main_applicant_name'] = 'Mr.Ram Kumar';
|
|
$data['cus_seg'] = 'SENP-AI';
|
|
$data['lender_name'] = 'HDFC';
|
|
$data['product'] = 'Home Loan';
|
|
$data['type_of_activity'] = 'Manufacturing';
|
|
$data['applicants'] = array(array('name' => 'Rajesh Kumar','age' => '56'),array('name' => 'santhosh Kumar','age' => '45'));
|
|
$this->smarty->assign("FirstName", array("John", "Mary", "James", "Henry"));
|
|
$fin = $this->smarty->view('index.tpl' , $data);
|
|
|
|
// echo "CON";
|
|
print_r($fin);
|
|
|
|
// $temp_array = array('content' => $fin,'fk_pd_id'=> 555);
|
|
// $id = $this->PD_Model->saveRecords($temp_array,PDREPORTSVERSIONBLOB);
|
|
|
|
// $data['dataStatus'] = true;
|
|
// $data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
// $data['msg'] = $fin;
|
|
// $this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
$output_file = APPPATH."/docs/temp.html";
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
//fwrite( $ifp, $original_template );
|
|
fwrite( $ifp, $fin );
|
|
fclose( $ifp );
|
|
//print_r($output_file);
|
|
$file= file_get_contents($output_file);
|
|
$pdf_doc = $this->pdfgenerator->generate($file, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
|
//print_r($pdf_doc);
|
|
|
|
|
|
$output_file2 = APPPATH."/docs/sample.pdf";
|
|
echo file_put_contents($output_file2, $pdf_doc);
|
|
|
|
|
|
}
|
|
|
|
function getSatelliteImage($pd_id)
|
|
{
|
|
$pdid = $pd_id;
|
|
$logger = MYLOG::logFunction();
|
|
|
|
$pdmas = $this->PD_Model->getPDMasterDetails($pdid);
|
|
//print_r($pdmas);
|
|
//load satellite script from db
|
|
//$satellite_script_from_db = $this->PD_Model->selectCustomRecords(array('*'),array('script_name' => 'phantomsatellite_local'),SCRIPTS);
|
|
|
|
$satellite_script_from_db = $this->PD_Model->selectCustomRecords(array('*'),array('script_name' => SATELLITE_IMAGE_LOCATION),SCRIPTS);
|
|
$satellite_script = $satellite_script_from_db[0]['script_content'];
|
|
|
|
|
|
//Get Address Data
|
|
|
|
// $address = preg_replace("/[\n\r]/","",$pdmas[0]['addressline1']);
|
|
|
|
//$address = $address.','.$pdmas[0]['city_name'].','.$pdmas[0]['state_name'];
|
|
|
|
//Replacing space with + symbol
|
|
// $address =str_replace(' ','+',$address);
|
|
// $address =str_replace('\n','',$address);
|
|
// $address =str_replace('\r','',$address);
|
|
// $address =str_replace('\n\r','',$address);
|
|
// $address =str_replace(PHP_EOL,'',$address);
|
|
$geo_location = $pdmas[0]['start_location'];
|
|
$google_map_static_api_key = GOOGLE_STATIC_MAP_API_KEY;
|
|
|
|
|
|
//Replacing Place holders
|
|
|
|
$apppath = str_replace('\\','/',APPPATH);
|
|
$satellite_script = str_replace('{{APPPATH}}',$apppath,$satellite_script);
|
|
$satellite_script = str_replace('{{ADDRESS}}',$geo_location,$satellite_script);
|
|
$satellite_script = str_replace('{{GEOLOCATION}}',$geo_location,$satellite_script);
|
|
$satellite_script = str_replace('{{API_KEY}}',$google_map_static_api_key,$satellite_script);
|
|
|
|
|
|
file_put_contents(APPPATH.'/views/js/phantomsatellite.js',$satellite_script);
|
|
|
|
//call& execute phantom script
|
|
$str = 'phantomjs '.APPPATH.'/views/js/phantomsatellite.js';
|
|
exec($str,$ou);
|
|
exec('phantom.exit();');
|
|
|
|
|
|
// //convert as base 64 image.
|
|
$satellite_image_png_path = APPPATH.'/views/report_templates/satellite.png';
|
|
$type = pathinfo($satellite_image_png_path, PATHINFO_EXTENSION);
|
|
$satellite_img_content = file_get_contents($satellite_image_png_path);
|
|
$base64_pdscore_chart_url = 'data:image/' . $type . ';base64,' . base64_encode($satellite_img_content);
|
|
|
|
//generate log
|
|
$logger->info("Generate Satellite Called in (".ENVIRONMENT.")",array('script' => $satellite_script,'script_output' => $ou));
|
|
return $base64_pdscore_chart_url;
|
|
|
|
}
|
|
|
|
function getDetailedScoreCardChart($score)
|
|
{
|
|
|
|
$business_score['business'] = ($score['business']);
|
|
$general_score['general'] = ($score['general']);
|
|
|
|
foreach($business_score['business'] as $bsk => $score)
|
|
{
|
|
if((!($bsk == 'cerificates')) && (!strcasecmp($score['answer'],'not applicable')))
|
|
{
|
|
unset($business_score['business'][$bsk]);
|
|
}
|
|
}
|
|
|
|
foreach($general_score['general'] as $gsk => $g_score)
|
|
{
|
|
if(($gsk == 'neibourhood_check_as_per_pd_officer') && (!strcasecmp($g_score['answer'],'Could not verify')))
|
|
{
|
|
unset($general_score['general'][$gsk]);
|
|
}
|
|
}
|
|
|
|
|
|
$business_score['business'] = array_reverse($business_score['business']);
|
|
$general_score['general'] = array_reverse($general_score['general']);
|
|
// print_r($general_score['general']);
|
|
// print_r($business_score['business']);
|
|
|
|
// die();
|
|
|
|
$data = array();
|
|
$img_name = '';
|
|
|
|
for($i = 1;$i < 3;$i++)
|
|
{
|
|
|
|
// Incase running from local windows
|
|
//$dsc_script_from_db = $this->PD_Model->selectCustomRecords(array('*'),array('script_name' => 'phantom_dsc_local'),SCRIPTS);
|
|
|
|
$dsc_script_from_db = $this->PD_Model->selectCustomRecords(array('*'),array('script_name' => DETAILED_SCORE_CARD_IMAGE_LOCATION),SCRIPTS);
|
|
|
|
if(count($dsc_script_from_db))
|
|
{
|
|
|
|
|
|
$dsc_script_from_db = $dsc_script_from_db[0]['script_content'];
|
|
//print_r($dsc_script_from_db);
|
|
|
|
$html_content = "";
|
|
if($i == 1){ $html_content = $this->load->view('business_scorecard',$business_score,true); }
|
|
|
|
else if($i == 2) { $html_content = $this->load->view('general_scorecard',$general_score,true);}
|
|
//print_r($html_content);
|
|
$apppath = str_replace('\\','/',APPPATH);
|
|
$dsc_script_from_db = str_replace('{{APPPATH}}',$apppath,$dsc_script_from_db);
|
|
$dsc_script_from_db = str_replace('{{html_content}}',$html_content,$dsc_script_from_db);
|
|
$dsc_script_from_db = $i == 1 ? str_replace('{{img_name}}','dsc_business',$dsc_script_from_db) : str_replace('{{img_name}}','dsc_general',$dsc_script_from_db);
|
|
//print_r($dsc_script_from_db);die();
|
|
$logger = MYLOG::logFunction();
|
|
$logger->info('Score Card Graphical Representation called',array('card_type' => $i,'script' => $dsc_script_from_db));
|
|
//echo $dsc_script_from_db;
|
|
//echo "*************";
|
|
file_put_contents(APPPATH.'/views/js/phantomdsc.js',$dsc_script_from_db);
|
|
|
|
//call& execute phantom script
|
|
$str = 'phantomjs '.APPPATH.'/views/js/phantomdsc.js';
|
|
exec($str,$ou);
|
|
exec('phantom.exit();');
|
|
|
|
|
|
// //convert as base 64 image.
|
|
$dsc_image_png_path = $i == 1 ? APPPATH.'/views/report_templates/dsc_business.png' : APPPATH.'/views/report_templates/dsc_general.png';
|
|
$type = pathinfo($dsc_image_png_path, PATHINFO_EXTENSION);
|
|
$dsc_img_content = file_get_contents($dsc_image_png_path);
|
|
$base64_dsc_url = 'data:image/' . $type . ';base64,' . base64_encode($dsc_img_content);
|
|
if($i == 1){ $data['base64_dsc_business'] = $base64_dsc_url; }
|
|
else if($i == 2){ $data['base64_dsc_general'] = $base64_dsc_url; }
|
|
|
|
}
|
|
else
|
|
{
|
|
$logger->error('SCORE CARD SCRIPT NOT FOUND');
|
|
}
|
|
}
|
|
|
|
// print_r($data);
|
|
// die();
|
|
return $data;
|
|
|
|
|
|
}
|
|
|
|
function getAssessedIncomeForPDReport($pdid)
|
|
{
|
|
|
|
$assessed_config_details = $this->PD_Model->selectCustomRecords(array('*'),array('fk_pd_id' => $pdid),PDASSESSEDINCOMEESTIMATIONOFGROSSPROFITTYPE);
|
|
$data = array();
|
|
if(count($assessed_config_details))
|
|
{
|
|
foreach($assessed_config_details as $ai)
|
|
{
|
|
$data[ $ai['company_id'] ]['core_details'] = $this->PD_Model->getAssessedIncome($pdid,$ai['company_id']);
|
|
|
|
$data[ $ai['company_id'] ]['summary_details'] = $this->calculateAssessedIncome($pdid,$ai['company_id']);
|
|
}
|
|
return $data;
|
|
}
|
|
else
|
|
{
|
|
return null;
|
|
}
|
|
|
|
}
|
|
|
|
public function codeigniterViewTest_post()
|
|
{
|
|
|
|
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
//PDALERTS::pdnotification($pdid);die();
|
|
$is_regenerate = 0;
|
|
if(isset($records['regenerate']))
|
|
{
|
|
$is_regenerate = 1;
|
|
}
|
|
//print_r($records);
|
|
$data['pd_master_details'] = $this->PD_Model->getPDMasterDetails($pdid);
|
|
|
|
$data['applicants_details'] = $this->PD_Model->getApplicantsDetails($pdid);
|
|
//print_r($data['applicants_details']);die();
|
|
$data['pd_additional_requirements'] = $this->PD_Model->getPDAdditionalRequirements($pdid);
|
|
$data['score_questions_display'] = $this->PD_Model->getScoreableQuestionToDispaly();
|
|
$data['pd_score'] = $this->calculateScore($pdid);
|
|
//print_r($data['pd_score']);
|
|
//die();
|
|
$data['assessed_income_details'] = $this->getAssessedIncomeForPDReport($pdid);
|
|
|
|
// print_r($data['assessed_income_details']);
|
|
// echo "**************************";
|
|
//$data['dsc_cards'] = $this->getDetailedScoreCardChart( $data['pd_score'] );
|
|
|
|
$score_for_chart = $data['pd_score']['score_summary']['overall_score']['final_score'] ? round($data['pd_score']['score_summary']['overall_score']['final_score'],1) : 0;
|
|
//echo $score_for_chart;die();
|
|
$chart = null;
|
|
if($chart)
|
|
{
|
|
//GET phantom script from DB
|
|
$phantom_script = $this->PD_Model->selectCustomRecords(array('*'),array('script_name' => 'phantomjs_local'),SCRIPTS);
|
|
|
|
$exact_script = $phantom_script[0]['script_content'];
|
|
//print_r($exact_script);
|
|
|
|
$apppath = str_replace('\\','/',APPPATH);
|
|
$exact_script = str_replace('{{APPPATH}}',$apppath,$exact_script);
|
|
$exact_script = str_replace('{{place_score_here}}',$score_for_chart,$exact_script);
|
|
$exact_script = str_replace('{{APPPATH}}',APPPATH,$exact_script);
|
|
//print_r($exact_script);die();
|
|
//GENERATE CHART PART
|
|
|
|
file_put_contents(APPPATH.'/views/js/phantomchart.js',$exact_script,LOCK_EX);
|
|
|
|
$str = 'phantomjs '.APPPATH.'/views/js/phantomchart.js';
|
|
exec($str,$ou);
|
|
exec('phantom.exit();');
|
|
|
|
//print_r($ou);
|
|
|
|
$chart_img_path = APPPATH.'/views/report_templates/chart.png';
|
|
$type = pathinfo($chart_img_path, PATHINFO_EXTENSION);
|
|
$chart_img_content = file_get_contents($chart_img_path);
|
|
$base64_pdscore_chart_url = 'data:image/' . $type . ';base64,' . base64_encode($chart_img_content);
|
|
$data['base64_pdscore_chart_url'] = $base64_pdscore_chart_url;
|
|
//echo $data['base64_pdscore_chart_url'];
|
|
|
|
//GENERATE CHART PART
|
|
}
|
|
//die();
|
|
//GET ALL PROCESSED JSON
|
|
for($i = 1;$i<=25;$i++)
|
|
{
|
|
$fields = array('processed_json');
|
|
$where_condition_array = array('isactive' => 1,'fk_pd_id'=>$pdid,'fk_form_id' => $i);
|
|
|
|
$data['pd_processed_forms'][$i] = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON,array(),'','company_id','ASC');
|
|
|
|
$fields2 = array('*');
|
|
$data['pd_images'][$i] = $this->PD_Model->getSignedPDDocsURL($pdid,$i);
|
|
|
|
|
|
// $this->getPDImages_post($fields2,array('fk_pd_id'=>$pdid,'fk_form_id' => $i),PDDOCUMENTS,array(),'','company_id','ASC');
|
|
// print_r($this->db->last_query());
|
|
}
|
|
//die();
|
|
//print_r($data['pd_images']);die(); //print_r(json_decode($data['pd_processed_forms'][14][0]['processed_json'],true));
|
|
//die();
|
|
//echo "*******************************************";
|
|
$t = $this->load->view('report_templates/JSONTOREPORT',$data,true);
|
|
|
|
//echo $t; die();
|
|
|
|
// if (!is_dir(APPPATH.'views/pd_reports/'.$pdid)) {
|
|
// $dust = mkdir(APPPATH.'views/pd_reports/'.$pdid, 0777, TRUE);
|
|
// }
|
|
// $pd_report_time = date('Y-m-d-h-i-s');
|
|
// $pd_report_store = APPPATH.'views/pd_reports/'.$pdid.'/'.$pd_report_time.'.html';
|
|
// file_put_contents($pd_report_store,$t);
|
|
|
|
// $update = $this->PD_Model->updateRecords(array('pd_report_html_filename' => $pd_report_time),PDTRIGGER,array('pd_id' => $pdid));
|
|
|
|
// if(count($update))
|
|
// {
|
|
// $dat['dataStatus'] = true;
|
|
// $dat['status'] = REST_Controller::HTTP_OK;
|
|
// $dat['msg'] = 'Report Generated Sucessfully..!';
|
|
// $this->response($dat,REST_Controller::HTTP_OK);
|
|
// }
|
|
|
|
//PDF Gen using DOM PDF
|
|
$pdf_doc = $this->pdfgenerator->generate($t, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
|
//End of PDF Gen using DOM PDF
|
|
$output_file2 = APPPATH."/docs/sample.pdf";
|
|
$ti = file_put_contents($output_file2, $pdf_doc);
|
|
echo $ti; die();
|
|
$dat['dataStatus'] = true;
|
|
$dat['status'] = REST_Controller::HTTP_OK;
|
|
$dat['records'] = $ti;
|
|
$this->response($dat,REST_Controller::HTTP_OK);
|
|
|
|
|
|
|
|
}
|
|
|
|
public function calculatePDScore($data)
|
|
{
|
|
|
|
$pd_form_raw_data = $data;
|
|
|
|
$actual_score = 0;
|
|
$exact_score = 0;
|
|
foreach($pd_form_raw_data as $raw_key => $raw_data)
|
|
{
|
|
|
|
if($raw_data['category_weightage'] != '' && $raw_data['question_weightage'] != '' && $raw_data['score'] != '' && $raw_data['max_score'] != '')
|
|
{
|
|
|
|
|
|
$pd_form_raw_data[$raw_key]['actual_score'] = (($raw_data['category_weightage']/100) * ($raw_data['question_weightage']/100) * $raw_data['max_score']);
|
|
$pd_form_raw_data[$raw_key]['exact_score'] = (($raw_data['category_weightage']/100) * ($raw_data['question_weightage']/100) * $raw_data['score']);
|
|
|
|
// $actual_score = $actual_score + ($raw_data['category_weightage'] * $raw_data['question_weightage'] * $raw_data['max_score']);
|
|
// $exact_score = $exact_score + ($raw_data['category_weightage'] * $raw_data['question_weightage'] * $raw_data['score']);
|
|
|
|
}
|
|
else
|
|
{
|
|
$pd_form_raw_data[$raw_key]['actual_score'] = null;
|
|
$pd_form_raw_data[$raw_key]['exact_score'] = null;
|
|
|
|
}
|
|
}
|
|
|
|
return $pd_form_raw_data;
|
|
|
|
|
|
|
|
}
|
|
|
|
public function getQCLenderRemarks_post()
|
|
{
|
|
$records = $this->post('records');
|
|
|
|
$pdid = $records['pd_id'];
|
|
$fields = array();
|
|
if($records['flag'] == 'QC')
|
|
{
|
|
$fields = array('qc_feedback','qc_rating','pd_status');
|
|
}
|
|
else if($records['flag'] == 'LENDER')
|
|
{
|
|
$fields = array('lender_remarks','lender_rating','pd_status');
|
|
}
|
|
else if($records['flag'] == 'QC_REMARKS')
|
|
{
|
|
$fields = array('qc_remarks','pd_status');
|
|
}
|
|
|
|
$where_condition_array = array('pd_id'=>$pdid);
|
|
$result = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
|
if(count($result))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{ $data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Remarks Available for this PD!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
public function getCompaniesListsFromGeneralFormRawJSON_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pd_id = $records['pd_id'];
|
|
$ai_flag = 0;
|
|
//GET TEMPALE ID FROM MASTER
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pd_id);
|
|
//print_r($pd_master_details[0]['customer_segment_abbr']);
|
|
$str = substr($pd_master_details[0]['customer_segment_abbr'],-2);
|
|
//echo $str;
|
|
if(!strcmp($str,'AI')) { $ai_flag = 1; }
|
|
//echo $ai_flag;
|
|
|
|
$company_list = array();
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>18,'fk_pd_id'=>$pd_id);
|
|
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
if(count($rec))
|
|
{
|
|
$temp_data = json_decode($rec[0]['json'],true);
|
|
// print_r($temp_data);die();
|
|
foreach($temp_data['companies'] as $company)
|
|
{
|
|
|
|
if($company['associate_pd_id'] == $pd_id)
|
|
{
|
|
$temp_array = array('company_order_id' => $company['company_order_id'],'company_name' => $company['company_name'],'is_active' => $company['is_active'],'is_company_applicant'=>$company['is_company_applicant'],'business_entity_type'=>$company['business_entity_type'],'business_years'=>$company['business_years'],'business_month'=>$company['business_month'],'business_month'=>$company['business_month'],'business_date_object'=>$company['business_date_object']);
|
|
if(isset($company['business_entity_type_other']))
|
|
{
|
|
$temp_array['business_entity_type_other'] = $company['business_entity_type_other'];
|
|
}
|
|
$company_list[] = $temp_array;
|
|
}
|
|
}
|
|
// $company_list = array( array('company_order_id' => 1));
|
|
//print_r($company_list);
|
|
$form_array = array();
|
|
if($ai_flag == 0) // DI case
|
|
{
|
|
|
|
$form_array = array(
|
|
array('form_id' => 13,'form_name' => 'About Business'),
|
|
array('form_id' => 22,'form_name' => 'Business Assets'),
|
|
array('form_id' => 21,'form_name' => 'Business Banking'),
|
|
array('form_id' => 14,'form_name' => 'Financial Information'),
|
|
array('form_id' => 1,'form_name' => 'Supplier Details'),
|
|
array('form_id' => 2,'form_name' => 'Client Details'),
|
|
array('form_id' => 11,'form_name' => 'Stock Details'),
|
|
|
|
);
|
|
}
|
|
else // AI Case
|
|
{
|
|
|
|
$form_array = array(
|
|
array('form_id' => 13,'form_name' => 'About Business'),
|
|
array('form_id' => 22,'form_name' => 'Business Assets'),
|
|
array('form_id' => 21,'form_name' => 'Business Banking'),
|
|
array('form_id' => 14,'form_name' => 'Financial Information'),
|
|
array('form_id' => 1,'form_name' => 'Supplier Details'),
|
|
array('form_id' => 2,'form_name' => 'Client Details'),
|
|
array('form_id' => 11,'form_name' => 'Stock Details'),
|
|
array('form_id' => 16,'form_name' => 'Assessed Income')
|
|
|
|
);
|
|
|
|
|
|
|
|
}
|
|
foreach($company_list as $list_key => $company)
|
|
{
|
|
|
|
$temp = array();
|
|
$business_form_status = 0;
|
|
$supplier_form_status = 0;
|
|
$client_form_status = 0;
|
|
foreach($form_array as $form)
|
|
{
|
|
|
|
$template_forms_count = 0;
|
|
if($form['form_id'] != 16)
|
|
{
|
|
$this->db->SELECT('count(*) as count');
|
|
$this->db->FROM(PDFORMDETAILSJSON.' as PDFORMDETAILSJSON');
|
|
$this->db->WHERE('PDFORMDETAILSJSON.fk_pd_id',$pd_id);
|
|
$this->db->WHERE('PDFORMDETAILSJSON.fk_form_id',$form['form_id']);
|
|
$this->db->WHERE('PDFORMDETAILSJSON.company_id',$company['company_order_id']);
|
|
$this->db->WHERE('PDFORMDETAILSJSON.isactive',1);
|
|
$template_forms_count = $this->db->GET()->result_array();
|
|
}
|
|
else
|
|
{
|
|
|
|
$fields = array('count(*) as count');
|
|
$where_condition_array = array('fk_pd_id'=>$pd_id,'company_id' => $company['company_order_id'],'is_completed' => 1);
|
|
$template_forms_count = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDASSESSEDINCOMEESTIMATIONOFGROSSPROFITTYPE);
|
|
}
|
|
// print_r($this->db->last_query());
|
|
// print_r($template_forms_count);echo $form['form_id'];
|
|
if($template_forms_count[0]['count'] != 0) {
|
|
|
|
if($form['form_id'] == 13 || $form['form_id'] == 22)
|
|
{
|
|
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => true,'isAnswerable'=>true);
|
|
if($form['form_id'] == 22)
|
|
{
|
|
$business_form_status = 1;
|
|
}
|
|
}
|
|
|
|
else
|
|
{
|
|
if($business_form_status == 1){
|
|
|
|
|
|
|
|
if($form['form_id'] == 1)//if supplier form answered set supplier_form_status = 1
|
|
{
|
|
$supplier_form_status = 1;
|
|
}
|
|
|
|
if($form['form_id'] == 2)//if client form answered set client_form_status = 1
|
|
{
|
|
$client_form_status = 1;
|
|
}
|
|
|
|
if($form['form_id'] == 11)
|
|
{
|
|
//echo "COUNT YES STOCK"
|
|
if($client_form_status == 1 && $supplier_form_status == 1)
|
|
{
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => true,'isAnswerable'=>true);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => true,'isAnswerable'=>true);
|
|
}
|
|
|
|
}
|
|
else //busienss false
|
|
{
|
|
//echo "business false".$form['form_id'];
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => true,'isAnswerable'=>false);
|
|
}
|
|
}
|
|
}
|
|
else //Not previously answered
|
|
{
|
|
//echo "else-- " .$form['form_id'];
|
|
if($form['form_id'] == 13 || $form['form_id'] == 22)
|
|
{
|
|
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => false,'isAnswerable'=>true);
|
|
|
|
}
|
|
else{
|
|
if($business_form_status == 1){
|
|
|
|
if($form['form_id'] == 11)
|
|
{
|
|
//echo "BUSISTOCk";
|
|
if($client_form_status == 1 && $supplier_form_status == 1)
|
|
{
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => false,'isAnswerable'=>true);
|
|
}
|
|
else
|
|
{
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => false,'isAnswerable'=>false);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => false,'isAnswerable'=>true);
|
|
}
|
|
|
|
}
|
|
else
|
|
{
|
|
|
|
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => false,'isAnswerable'=>false);
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
$company_list[$list_key]['form_status'] = $temp;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
if(count($company_list))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $company_list;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{ $data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Comapany Details Found!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public function getPDAddress_post()
|
|
{
|
|
$pdid = $this->post('pd_id');
|
|
$address = $this->PD_Model->getPDAddress($pdid);
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $address;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
public function getEndUseOfLoan_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$pdid = $records['pd_id'];
|
|
$sub_product_id = null;
|
|
if(isset($records['sub_product_id'])){ $sub_product_id = $records['sub_product_id']; }
|
|
|
|
if($sub_product_id != null)
|
|
{
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1,'fk_subproduct_id' => $sub_product_id);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENDUSEOFLOAN);
|
|
if(count($result_data))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Data Found for Selected Sub Product!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
|
|
if($pd_master_details[0]['fk_subproduct_id'] != "" || $pd_master_details[0]['fk_subproduct_id'] != null)
|
|
{
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1,'fk_subproduct_id' => $pd_master_details[0]['fk_subproduct_id']);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENDUSEOFLOAN);
|
|
if(count($result_data))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Data Found for Selected Sub Product!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1,'fk_subproduct_id' => null);
|
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENDUSEOFLOAN);
|
|
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['records'] = $result_data;
|
|
$data['msg'] = 'Sub Product Not Applicable for this PD!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
public function savePDOfficerCurrentLocation_post()
|
|
{
|
|
$pdid = $this->post('pd_id');
|
|
$current_location = $this->post('link');
|
|
$record_data = array('fk_pd_id' => $pdid,'current_location'=>$current_location);
|
|
$id = $this->PD_Model->saveRecords($record_data,PDOFFICERCURRENTLOCATION);
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['record'] = $id;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
|
|
}
|
|
|
|
public function getPDOfficerCurrentLocation_post()
|
|
{
|
|
$enc_string = $this->post('pd_id');
|
|
|
|
$pdid = $this->db->SELECT('pd_id')->FROM(PDTRIGGER)->WHERE('random_string',$enc_string)->ORDER_BY(PDTRIGGERID,'DESC')->LIMIT(1)->GET()->result_array();
|
|
//print_r($this->db->last_query());
|
|
//print_r($pdid);
|
|
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid[0]['pd_id']);
|
|
$offcier_name = $pd_master_details[0]['pd_allocated_to'];
|
|
$result_data['officer_details']['officer_name'] = $offcier_name;
|
|
$result_data['location'] = $this->db->SELECT('*')->FROM(PDOFFICERCURRENTLOCATION)->WHERE('fk_pd_id',$pdid[0]['pd_id'])->ORDER_BY(PDOFFICERCURRENTLOCATIONID,'DESC')->LIMIT(1)->GET()->result_array();
|
|
|
|
if(count($result_data))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['record'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'No Records Found!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
public function getFamilyDetailsFromBusinessAndGeneral_post()
|
|
{
|
|
$pdid = $this->post('pd_id');
|
|
//echo $pdid;
|
|
//Get Details From General Full
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>18,'fk_pd_id' => $pdid);
|
|
$general_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
//print_r($general_data);die();
|
|
$temp_array = array();
|
|
if(count($general_data))
|
|
{
|
|
$json = json_decode($general_data[0]['json'],true);
|
|
//print_r($json);die();
|
|
if(array_key_exists('persons_with_relationships',$json))
|
|
{
|
|
foreach($json['persons_with_relationships'] as $key => $relation)
|
|
{
|
|
foreach($json['individuals'] as $ind)
|
|
{
|
|
if($relation['applicant_name'] == $ind['applicant_name'])
|
|
{
|
|
$relation['age'] = $ind['age'];
|
|
$relation['applicant_title_name'] = $ind['applicant_title_name'];
|
|
}
|
|
|
|
}
|
|
$temp_array = array_merge($temp_array,array($relation));
|
|
}
|
|
}
|
|
}
|
|
$final_data['from_general_form'] = $temp_array;
|
|
|
|
|
|
//Get Details from All Business Froms
|
|
$fields = array('json','company_id');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>13,'fk_pd_id' => $pdid);
|
|
$business_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
//print_r($business_data);
|
|
|
|
if(count($business_data))
|
|
{
|
|
$temp_array = array();
|
|
foreach($business_data as $business_data_key => $business)
|
|
{
|
|
$json = json_decode($business['json'],true);
|
|
//print_r($json);
|
|
if(array_key_exists('persons_with_relationships',$json))
|
|
{
|
|
|
|
|
|
foreach($json['persons_with_relationships'] as $person => $value)
|
|
{
|
|
|
|
if(count($general_data))
|
|
{
|
|
$genjson = json_decode($general_data[0]['json'],true);
|
|
foreach($genjson['companies'] as $company_key =>$company)
|
|
{
|
|
//print_r($compan);
|
|
if($value['relationship_with_company_id'] == $company['company_order_id'])
|
|
{
|
|
$json['persons_with_relationships'][$person]['company_name'] = $company['company_name'];
|
|
$json['persons_with_relationships'][$person]['business_years'] = $company['business_years'];
|
|
$json['persons_with_relationships'][$person]['business_month'] = $company['business_month'];
|
|
$json['persons_with_relationships'][$person]['business_date_formation'] = $company['business_date_object'];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
$temp_array = array_merge($temp_array,$json['persons_with_relationships']);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
$final_data['from_business_form'] = $temp_array;
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['record'] = $final_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
|
|
|
|
}
|
|
|
|
public function getAssetsWithLoanFromBusiness_post()
|
|
{
|
|
$pdid = $this->post('pd_id');
|
|
|
|
// GET Assest Types and Properties type from Master
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$assest_types = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ASSETTYPE);
|
|
|
|
$fields = array('*');
|
|
$where_condition_array = array('isactive' => 1);
|
|
$property_types = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PROPERTIES);
|
|
|
|
|
|
$fields = array('json','company_id');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>22,'fk_pd_id' => $pdid);
|
|
$assest_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
$business_assest_data = array();
|
|
$other_assest_data = array();
|
|
$business_address_assest_data = array();
|
|
//print_r($assest_data);die();
|
|
if(count($assest_data))
|
|
{
|
|
|
|
|
|
|
|
//print_r($property_types);die();
|
|
|
|
foreach($assest_data as $key => $assest)
|
|
{
|
|
$json = json_decode($assest['json'],true);
|
|
//print_r($json);die();
|
|
if(array_key_exists('business_assets_details',$json))
|
|
{
|
|
foreach($json['business_assets_details'] as $asset_key => $business_asset)
|
|
{
|
|
|
|
//print_r($business_asset);
|
|
if(!strcmp($business_asset['business_emi'],'yes'))
|
|
{
|
|
$business_assets_mode_name = "";
|
|
|
|
foreach($assest_types as $asset_type)
|
|
{
|
|
if($asset_type['id'] == $business_asset['business_assets_mode'])
|
|
{
|
|
$business_assets_mode_name = $asset_type['name'];
|
|
}
|
|
}
|
|
|
|
if( $business_asset['business_assets_mode'] == 2)
|
|
{
|
|
//echo $business_asset['business_details'][0]['property_type'];
|
|
foreach($property_types as $property_type)
|
|
{
|
|
if( $property_type['id'] == $business_asset['business_details'][0]['property_type'])
|
|
{
|
|
$business_asset['business_details'][0]['property_type_name'] = $property_type['name'];
|
|
}
|
|
}
|
|
}
|
|
|
|
$business_assest_data[] = array('business_assets_mode'=>$business_asset['business_assets_mode'],'business_assets_mode_name'=>$business_assets_mode_name,'business_details'=>$business_asset['business_details'],'business_name_of_the_owner'=>$business_asset['business_name_of_the_owner'],'business_name_of_the_other_owner' => $business_asset['business_name_of_the_other_owner']);
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
if(array_key_exists('business_assets_for_address',$json))
|
|
{
|
|
foreach($json['business_assets_for_address'] as $address_key => $address_asset)
|
|
{
|
|
if(!strcasecmp($address_asset['business_emi'],'yes'))
|
|
{
|
|
//echo $address_asset['address_label'];
|
|
$business_address_assest_data[] = $address_asset;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
//Get Other Assets with Loan
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>4,'fk_pd_id' => $pdid);
|
|
$other_assest = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
// print_r($this->db->last_query());
|
|
// print_r($other_assest);die();
|
|
if(count($other_assest))
|
|
{
|
|
foreach($other_assest as $key => $assest)
|
|
{
|
|
$json = json_decode($assest['json'],true);
|
|
//print_r($json);die();
|
|
if(array_key_exists('assets_details',$json))
|
|
{
|
|
foreach($json['assets_details'] as $asset_key => $asset)
|
|
{
|
|
if(!strcmp($asset['emi'],'yes'))
|
|
{
|
|
$assets_mode_name = "";
|
|
|
|
foreach($assest_types as $asset_type)
|
|
{
|
|
if($asset_type['id'] == $asset['assets_mode'])
|
|
{
|
|
$assets_mode_name = $asset_type['name'];
|
|
}
|
|
}
|
|
|
|
if($asset['assets_mode'] == 2)
|
|
{
|
|
//echo $business_asset['business_details'][0]['property_type'];
|
|
foreach($property_types as $property_type)
|
|
{
|
|
if( $property_type['id'] == $asset['details'][0]['property_type'])
|
|
{
|
|
$asset['details'][0]['property_type_name'] = $property_type['name'];
|
|
}
|
|
}
|
|
}
|
|
|
|
$other_assest_data[] = array('assets_mode'=>$asset['assets_mode'],'assets_mode_name'=>$assets_mode_name,'details'=>$asset['details'],'name_of_the_owner'=>$asset['name_of_the_owner'],'other_owner' => $asset['other_owner']);
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['record'] = array('business_assets' =>$business_assest_data, 'other_assests'=> $other_assest_data,'business_address_asset' => $business_address_assest_data);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
public function getProductsWithTypeofActivityFromBusiness_post()
|
|
{
|
|
$pdid = $this->post('pd_id');
|
|
$company_id = $this->post('company_id');
|
|
//echo $pdid.$company_id;die();
|
|
//Get Details From General Full
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>13,'fk_pd_id' => $pdid,'company_id' => $company_id);
|
|
$business_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
$final_data_from_business = array();
|
|
//print_r($business_data);
|
|
if(count($business_data))
|
|
{
|
|
$json = json_decode($business_data[0]['json'],true);
|
|
//print_r($json);
|
|
if(array_key_exists('manufacturing_activity_details',$json))
|
|
{
|
|
$temp_data['type_of_activity_id'] = 2;
|
|
$temp_data['name'] = 'Manufacturing';
|
|
foreach($json['manufacturing_activity_details'] as $key => $manufacturing_activity_details)
|
|
{
|
|
$temp_data['products'][] = $manufacturing_activity_details['main_products'];
|
|
}
|
|
|
|
$final_data_from_business[] = $temp_data;
|
|
$temp_data = array();
|
|
}
|
|
|
|
if(array_key_exists('retail_trading_activity_details',$json))
|
|
{
|
|
$temp_data['type_of_activity_id'] = 3;
|
|
$temp_data['name'] = 'Retail trading';
|
|
foreach($json['retail_trading_activity_details'] as $key => $retail_trading_activity_details)
|
|
{
|
|
$temp_data['products'][] = $retail_trading_activity_details['main_products'];
|
|
}
|
|
|
|
$final_data_from_business[] = $temp_data;
|
|
$temp_data = array();
|
|
}
|
|
|
|
if(array_key_exists('wholesale_trading_activity_details',$json))
|
|
{
|
|
$temp_data['type_of_activity_id'] = 4;
|
|
$temp_data['name'] = 'Wholesale Trade';
|
|
foreach($json['wholesale_trading_activity_details'] as $key => $wholesale_trading_activity_details)
|
|
{
|
|
$temp_data['products'][] = $wholesale_trading_activity_details['main_products'];
|
|
}
|
|
|
|
$final_data_from_business[] = $temp_data;
|
|
$temp_data = array();
|
|
}
|
|
|
|
if(array_key_exists('service_provider_activity_details',$json))
|
|
{
|
|
$temp_data['type_of_activity_id'] = 5;
|
|
$temp_data['name'] = 'Service Provider';
|
|
foreach($json['service_provider_activity_details'] as $key => $service_provider_activity_details)
|
|
{
|
|
$temp_data['products'][] = $service_provider_activity_details['main_products'];
|
|
}
|
|
|
|
$final_data_from_business[] = $temp_data;
|
|
$temp_data = array();
|
|
}
|
|
|
|
|
|
}
|
|
|
|
//GET RAW MATERIALS FROM SUPPLIER Form
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>1,'fk_pd_id' => $pdid,'company_id' => $company_id);
|
|
$supplier_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
$final_data_from_supplier = array();
|
|
//print_r($supplier_data);
|
|
if(count($supplier_data))
|
|
{
|
|
|
|
$supplier_data = json_decode($supplier_data[0]['json'],true);
|
|
//print_r($supplier_data);
|
|
if(array_key_exists('manufacturing_details',$supplier_data))
|
|
{
|
|
|
|
foreach($supplier_data['manufacturing_details'] as $manufacturing_activity_detail_key => $manufacturing_activity_detail)
|
|
{
|
|
$temp_data = $manufacturing_activity_detail['main_raw_materials'];
|
|
//print_r($temp_data);die();
|
|
// print_r(count($temp_data));
|
|
// print_r($temp_data[0]);
|
|
// print_r($temp_data[1]);
|
|
if($temp_data != "" || $temp_data != null)
|
|
{
|
|
foreach($temp_data as $raw_material)
|
|
{
|
|
//print_r($raw_material);
|
|
$final_data_from_supplier['raw_material'][] = $raw_material['manufacturing_raw_material_name'];
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
if(array_key_exists('trade_details',$supplier_data))
|
|
{
|
|
|
|
foreach($supplier_data['trade_details'] as $trade_detail_key => $trade_detail)
|
|
{
|
|
$temp_data = $trade_detail['trading_products'];
|
|
//print_r($temp_data);die();
|
|
// print_r(count($temp_data));
|
|
// print_r($temp_data[0]);
|
|
// print_r($temp_data[1]);
|
|
if($temp_data != "" || $temp_data != null)
|
|
{
|
|
foreach($temp_data as $trade)
|
|
{
|
|
//print_r($raw_material);
|
|
$final_data_from_supplier['trading_product'][] = $trade['trade_product_name'];
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['record'] = array('from_business' => $final_data_from_business,'from_supplier' => $final_data_from_supplier);
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
//Get All Persons Name Invloved In a PD, includes Applicants,Invloved in Business
|
|
public function getAllPersonsName_post()
|
|
{
|
|
$pdid = $this->post('pd_id');
|
|
//echo $pdid;
|
|
//Get Details From General Form
|
|
$final_names = array();
|
|
$fields = array('json');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>18,'fk_pd_id' => $pdid);
|
|
$general_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
//print_r($general_data);die();
|
|
if(count($general_data))
|
|
{
|
|
$json = json_decode($general_data[0]['json'],true);
|
|
//print_r($json);
|
|
if(array_key_exists('individuals',$json))
|
|
{
|
|
foreach($json['individuals'] as $key => $persons)
|
|
{
|
|
// if($persons['is_applicant'] == true || $persons['is_person_met'] == true)
|
|
// {
|
|
// $type = 1;
|
|
// }
|
|
$final_names[] = array('applicant_name' => $persons['applicant_name'],'applicant_type' => 1,'applicant_id'=>$persons['pd_co_applicant_id']);
|
|
}
|
|
}
|
|
|
|
if(array_key_exists('companies',$json))
|
|
{
|
|
foreach($json['companies'] as $key => $persons)
|
|
{
|
|
// if($persons['is_applicant'] == true || $persons['is_person_met'] == true)
|
|
// {
|
|
// $type = 1;
|
|
// }
|
|
$final_names[] = array('applicant_name' => $persons['company_name'],'applicant_type' => 2,'applicant_id'=>$persons['company_name']);
|
|
}
|
|
}
|
|
}
|
|
|
|
//print_r($final_names);die();
|
|
//Get Details from All Business Froms
|
|
$fields = array('json','company_id');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>13,'fk_pd_id' => $pdid);
|
|
$business_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
//print_r($business_data);die();
|
|
|
|
if(count($business_data))
|
|
{
|
|
foreach($business_data as $business_data_key => $business)
|
|
{
|
|
$json = json_decode($business['json'],true);
|
|
//print_r($json);
|
|
if(array_key_exists('persons_with_relationships',$json))
|
|
{
|
|
foreach($json['persons_with_relationships'] as $key => $persons)
|
|
{
|
|
$final_names[] = array('applicant_name' => $persons['family_member_name'],'applicant_type' => 3,'applicant_id'=>$persons['family_member_name']);
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
//Get Memebers from Other Family Members form
|
|
$fields = array('json','company_id');
|
|
$where_condition_array = array('isactive' => 1,'fk_form_id' =>6,'fk_pd_id' => $pdid);
|
|
$family_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
|
|
|
|
|
|
|
if(count($family_data))
|
|
{
|
|
$family_data = json_decode($family_data[0]['json'],true);
|
|
// echo "familty";
|
|
// print_r($family_data);die();
|
|
foreach($family_data as $family_data_key => $family)
|
|
{
|
|
|
|
if(is_array($family))
|
|
{
|
|
if(array_key_exists('family_members_details',$family))
|
|
{
|
|
foreach($family['family_members_details'] as $key => $persons)
|
|
{
|
|
$final_names[] = array('applicant_name' => $persons['applicant_name'],'applicant_type' => 3,'applicant_id'=>$persons['applicant_name']);
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['record'] = $final_names;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
// Get List of Cities from PD TriggeredTabel to Frond End Filter.
|
|
public function getListOfCities_get()
|
|
{
|
|
$this->db->DISTINCT();
|
|
$this->db->SELECT('CITY.city_id,CITY.name');
|
|
$this->db->FROM(PDTRIGGER.' as PDTRIGGER');
|
|
$this->db->JOIN(CITY.' as CITY','PDTRIGGER.fk_city = CITY.city_id');
|
|
$city = $this->db->GET()->result_array();
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $city;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
|
|
}
|
|
|
|
public function savePDPhotos_post()
|
|
{
|
|
|
|
$records = $this->post('records');
|
|
$company_id = isset($records['company_id']) && $records['company_id']? $records['company_id'] : null;
|
|
$res = $this->saveBase64Images($records['pd_id'],$records['formid'],$company_id,$records['images']);
|
|
|
|
if(count($res))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $res['count'];
|
|
$data['msg'] = $res['msg'];
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = false;
|
|
$data['status'] = REST_Controller::HTTP_NO_CONTENT;
|
|
$data['msg'] = 'Something Went Wrong!';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
public function getPDImages_post()
|
|
{
|
|
$records = $this->post('records');
|
|
$result_data = $this->PD_Model->getSignedPDDocsURL($records['pd_id'],$records['form_id'],$records['company_id']);
|
|
if(count($result_data))
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_OK;
|
|
$data['records'] = $result_data;
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
else
|
|
{
|
|
$data['dataStatus'] = true;
|
|
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
|
|
$data['msg'] = 'No Data Available';
|
|
$this->response($data,REST_Controller::HTTP_OK);
|
|
}
|
|
|
|
}
|
|
|
|
public function saveBase64Images($pd_id,$form_id = null,$company_id = null,$data)
|
|
{
|
|
|
|
|
|
$count = 0;
|
|
$result = array();
|
|
$pd_details = $this->PD_Model->getPDMasterDetails($pd_id);
|
|
//print_r($data);die();
|
|
|
|
foreach($data as $iter => $doc)
|
|
{
|
|
$temp_base64_string = $doc['image'];
|
|
$title = $doc['Name'];
|
|
$output_file = APPPATH."/docs/temp_base64_image.png";
|
|
|
|
//Generate Random File Name
|
|
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
$charactersLength = strlen($characters);
|
|
$randomString = '';
|
|
for ($i = 0; $i < 5; $i++) {
|
|
$randomString .= $characters[rand(0, $charactersLength - 1)];
|
|
}
|
|
$temp_file_name = $randomString.date('Y-m-d-H:i:s').'.png';
|
|
|
|
|
|
$ifp = fopen( $output_file, 'wb' );
|
|
$temp_data = explode( ',', $temp_base64_string );
|
|
fwrite( $ifp, base64_decode( $temp_data[ 1 ] ) );
|
|
fclose( $ifp );
|
|
$tempdoc = $output_file;
|
|
$tempdocname = $temp_file_name;
|
|
$bucketname = LENDER_BUCKET_NAME_PREFIX.$pd_details[0]['fk_lender_id'];
|
|
$key = 'pd'.$pd_id.'/'.$tempdocname ;
|
|
// if($form_id != null)
|
|
// {
|
|
// $key = 'pd'.$pd_id.'/'.'form'.$form_id.'/'.$tempdocname;
|
|
// }
|
|
$sourcefile = $tempdoc;
|
|
|
|
$bucket_data = array('bucket_name'=>$bucketname,'key'=>$key,'sourcefile'=>$sourcefile);
|
|
$s3result= $this->aws_s3->uploadFileToS3Bucket($bucket_data);
|
|
|
|
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
|
|
{
|
|
$record_data = array('fk_pd_id' => $pd_id,'pd_document_title'=>$title,'pd_document_name'=>$tempdocname,'fk_form_id'=>$form_id);
|
|
$record_data['company_id'] = $company_id ? $company_id : null;
|
|
$id = $this->PD_Model->saveRecords($record_data,PDDOCUMENTS);
|
|
if($id != null || $id != "") { $count++;}
|
|
}
|
|
|
|
}
|
|
|
|
if($count == count($data))
|
|
{
|
|
//$logger->info('All Images Saved Sucessfully',array($pd_id,$form_id,$company_id));
|
|
$result['status'] = true;
|
|
$result['count'] = $count;
|
|
$result['msg'] = "All Images Saved Successfully";
|
|
}
|
|
else
|
|
{
|
|
//$logger->info('Some Images Not Saved',array($pd_id,$form_id,$company_id));
|
|
$result['status'] = true;
|
|
$result['count'] = $count;
|
|
$result['msg'] = "Some Images Not Saved!";
|
|
}
|
|
return $result;
|
|
}
|
|
|
|
public function calculateScore($pdid)
|
|
{
|
|
//GET JSON FORM DATA
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($pdid);
|
|
//print_r($pd_master_details);
|
|
$form_data = $this->PD_Model->getScorablePDFormDetailsJSON($pdid);
|
|
//print_r($form_data);
|
|
|
|
//Get Latest Loan Amount form loan form.
|
|
$loan_amt_from_loam_form = json_decode($form_data[10][0]['processed_json'],true);
|
|
$loan_amt_from_loam_form = $loan_amt_from_loam_form['loan_amount'];
|
|
//echo $loan_amt_from_loam_form;
|
|
//seperate PD Scorable quesitons from JSON
|
|
$score_questions = $this->seperateScoreQuestions($form_data,$pd_master_details[0]['is_otp_done']);
|
|
//print_r($score_questions);die();
|
|
// echo "###################################";
|
|
//Get Pesrsonal Assets Grid Masters Details
|
|
if((int)$loan_amt_from_loam_form >= 100000000 )
|
|
{
|
|
$this->db->SELECT('*');
|
|
$this->db->FROM(PERSONALASSETGRID);
|
|
$this->db->WHERE('isactive',1);
|
|
$this->db->ORDER_BY('personal_asset_grid_id','DESC');
|
|
$this->db->LIMIT(1) ;
|
|
$personal_asset_grid['master_grid'] = $this->db->GET()->result_array();
|
|
}
|
|
else
|
|
{
|
|
|
|
$this->db->SELECT('*');
|
|
$this->db->FROM(PERSONALASSETGRID);
|
|
$this->db->WHERE('isactive',1);
|
|
$this->db->WHERE('loan_amount_from<=',(int)$loan_amt_from_loam_form);
|
|
$this->db->WHERE('loan_amount_to>=',(int)$loan_amt_from_loam_form);
|
|
$personal_asset_grid['master_grid'] = $this->db->GET()->result_array();
|
|
}
|
|
// print_r($this->db->last_query());
|
|
// print_r($personal_asset_grid['master_grid']);
|
|
// die();
|
|
$this->db->SELECT('*');
|
|
$this->db->FROM(PERSONALASSETGRIDVARIANCE);
|
|
$this->db->WHERE('isactive',1);
|
|
$personal_asset_grid['variance_grid'] = $this->db->GET()->result_array();
|
|
|
|
// echo "calculateScore";
|
|
// print_r($personal_asset_grid);die();
|
|
|
|
// Call PD score functions
|
|
$combination = $pd_master_details[0]['fk_lender_id'].$pd_master_details[0]['fk_product_id'].$pd_master_details[0]['fk_customer_segment'];
|
|
|
|
|
|
switch($combination)
|
|
{
|
|
case 111111:
|
|
PDSCORE::calculatePDScore111($score_questions,$loan_amt_from_loam_form,$personal_asset_grid);
|
|
break;
|
|
|
|
default:
|
|
switch($pd_master_details[0]['fk_customer_segment'])
|
|
{
|
|
case 4:
|
|
case 5:
|
|
case 6:
|
|
case 7:
|
|
$score_questions = PDSCORE::genericDI($score_questions,$loan_amt_from_loam_form,$personal_asset_grid);
|
|
break;
|
|
}
|
|
}
|
|
|
|
return $score_questions;
|
|
|
|
|
|
}
|
|
|
|
|
|
//Get All Scorable Question from various PD Forms - 3 Questions Pending
|
|
public function seperateScoreQuestions($form_data,$OTP)
|
|
{
|
|
$score_questions = array();
|
|
|
|
#####General Form Questions########
|
|
$general_form = (json_decode($form_data[18][0]['processed_json'],true));
|
|
// echo "seperateScoreQuestions";
|
|
//print_r($general_form);die();
|
|
|
|
// - QNO (1.7) OTP AUTHENDICATION DONE
|
|
|
|
$score_questions['general']['otp_done'] = $OTP ? 'Yes': 'No';
|
|
// 1 - QNO(1.1) - Is Person Met, One Of the Applicant's
|
|
$qualification_temp_array = array();
|
|
|
|
$score_questions['general']['person_met_is_applicant'] = 'no';
|
|
foreach($general_form['individuals'] as $person)
|
|
{
|
|
//print_r($person);
|
|
$qualification_temp_array = array_merge($qualification_temp_array,array($person['qualification']));
|
|
if($person['is_applicant'] == true && $person['is_person_met'] == true)
|
|
{
|
|
//echo $person['applicant_name'];
|
|
$score_questions['general']['person_met_is_applicant'] = 'yes';
|
|
}
|
|
}
|
|
//print_r($qualification_temp_array);
|
|
$qualification_temp_array = array_map(function($item){
|
|
return $item != "" || $item != null ? $item : 6;
|
|
},$qualification_temp_array);
|
|
//print_r($qualification_temp_array);
|
|
$min = count($qualification_temp_array) ? min($qualification_temp_array) : 6;
|
|
|
|
//die();
|
|
|
|
|
|
// 2 - QNO(1.8) - Qualification
|
|
$score_questions['general']['qualification'] = $min;
|
|
|
|
// 3 - QNO(2.1) - No of Years Business Run
|
|
if(array_key_exists('companies',$general_form))
|
|
{
|
|
$score_questions['business']['no_of_years_business_run'] = $general_form['companies'][0]['business_years'];
|
|
}
|
|
#####End of General Form Questions########
|
|
|
|
|
|
#####Address Form Questions########
|
|
$address_form = (json_decode($form_data[5][0]['processed_json'],true));
|
|
//print_r($address_form);die();
|
|
// 4 - QNO(1.2) - Comment on locality
|
|
$score_questions['general']['comment_locality'] = $address_form['addresses'][0]['comment_locality_master'];
|
|
// 5 - QNO(1.3) - pd location approach
|
|
$score_questions['general']['pd_location_approach'] = $address_form['addresses'][0]['pd_location_master'];
|
|
|
|
|
|
#####ENd Of Address Form Questions########
|
|
|
|
|
|
#####Final Remarks Form Questions########
|
|
$final_remarks_form = (json_decode($form_data[20][0]['processed_json'],true));
|
|
//print_r($final_remarks_form);
|
|
|
|
|
|
// 6 - QNO(1.4) - customer behaviour
|
|
$score_questions['general']['customer_behaviour'] = $final_remarks_form['final_custormer_remark_type_master'];
|
|
|
|
// 7 - QNO(3.1) - pd_officer_recommadations
|
|
$score_questions['final_remarks']['pd_officer_recommandations'] = $final_remarks_form['pd_officers_recommendation_master'];
|
|
// 8 - QNO(2.11) - pd location approach
|
|
$score_questions['business']['location_suited_for_busienss'] = $final_remarks_form['is_service_provided'];
|
|
|
|
#####End of Final Remarks Form Questions########
|
|
|
|
|
|
#####Neighbourhood Form Questions########
|
|
$neighbourhood_form = (json_decode($form_data[19][0]['processed_json'],true));
|
|
//print_r($neighbourhood_form);
|
|
|
|
|
|
// 9 - QNO(1.5) - neibourhood_check_as_per_pd_officer
|
|
$score_questions['general']['neibourhood_check_as_per_pd_officer'] = isset($neighbourhood_form['neighbourhood_status']) ? $neighbourhood_form['neighbourhood_status'] : 'Negative';
|
|
#####End of Neighbourhood Form Questions########
|
|
|
|
|
|
#####Business Form Questions########
|
|
$business_form = (json_decode($form_data[13][0]['processed_json'],true));
|
|
//print_r($business_form);die();
|
|
|
|
// 10 - QNO(1.6) - was_the_company_name_board_sighted
|
|
$score_questions['general']['was_the_company_name_board_sighted'] = isset($business_form['was_the_company_name_board_sighted']) ? $business_form['was_the_company_name_board_sighted'] : 'No';
|
|
|
|
// 11 - QNO(2.2) - seasonality
|
|
$score_questions['business']['business_seasonality'] = $business_form['seasonality'];
|
|
|
|
// 12 - QNO(2.3) - employees_total
|
|
$score_questions['business']['employees_total'] = $business_form['employees_total'];
|
|
|
|
|
|
// 13 - QNO(2.4) - all business certificate
|
|
$temp = array();
|
|
$temp['shop_eat_act_cert'] = isset($business_form['shop_eat_act_cert'])?$business_form['shop_eat_act_cert']:'not applicable';
|
|
$temp['gst_Regn_cert'] = isset($business_form['gst_Regn_cert'])?$business_form['gst_Regn_cert']:'not applicable';
|
|
$temp['pf_regn'] = isset($business_form['pf_regn'])?$business_form['pf_regn']:'not applicable';
|
|
$temp['esic_regn'] = isset($business_form['esic_regn'])?$business_form['esic_regn']:'not applicable';
|
|
$temp['export_import_cert'] = isset($business_form['export_import_cert'])?$business_form['export_import_cert']:'not applicable';
|
|
$temp['factory_cert'] = isset($business_form['factory_cert'])?$business_form['factory_cert']:'not applicable';
|
|
$temp['cert_of_practice'] = isset($business_form['practice_cert']) ? $business_form['practice_cert']: 'not applicable';
|
|
$score_questions['business']['cerificates'] = $temp;
|
|
#####End of Business Form Questions########
|
|
|
|
|
|
#####Business Assets Form Questions########
|
|
$business_assest_form = (json_decode($form_data[22][0]['processed_json'],true));
|
|
//print_r($business_assest_form);die();
|
|
|
|
$property_count = 0;
|
|
$vechile_count = 0;
|
|
|
|
if(array_key_exists('business_assets_for_address',$business_assest_form) && isset($business_assest_form['business_assets_for_address'][0]))
|
|
{
|
|
$property_count = (!strcasecmp($business_assest_form['business_assets_for_address'][0]['business_ownership_type'],'owned')) ? (++$property_count) : $property_count;
|
|
}
|
|
//die();
|
|
if(array_key_exists('business_assets_details',$business_assest_form))
|
|
{
|
|
|
|
foreach($business_assest_form['business_assets_details'] as $value)
|
|
{
|
|
if($value['business_assets_mode'] == 2)
|
|
{
|
|
$property_count++;
|
|
}
|
|
if($value['business_assets_mode'] == 3)
|
|
{
|
|
$vechile_count++;
|
|
}
|
|
}
|
|
//echo
|
|
// 14 - QNO(2.5) - owned_property
|
|
$score_questions['business']['owned_property'] = $property_count ? 'yes':'no';
|
|
// 15 - QNO(2.6) - owned_vechile
|
|
$score_questions['business']['owned_vechile'] = $vechile_count ? 'yes':'no';
|
|
// - QNO (2.12) - business_activity seen
|
|
$score_questions['business']['business_activity_has_seen'] = isset($business_assest_form['business_assets_for_address'][0]['business_is_pd_visited'])? $business_assest_form['business_assets_for_address'][0]['business_is_pd_visited']: 'no';
|
|
}
|
|
#####End of Business Assets Form Questions########
|
|
|
|
|
|
#####supplier Form Questions########
|
|
$supplier_form = isset($form_data[1][0]['processed_json'])?(json_decode($form_data[1][0]['processed_json'],true)):array();
|
|
//print_r($supplier_form);die();
|
|
if(!((count($business_form['select_business_activity_type']) == 1) && ($business_form['select_business_activity_type'][0]['type_of_activity_id'] == 5)))
|
|
{
|
|
if(count($supplier_form))
|
|
{
|
|
|
|
$supplier_count = 0;
|
|
if(array_key_exists('manufacturing_details',$supplier_form))
|
|
{
|
|
if(isset($supplier_form['manufacturing_details'][0]['main_raw_materials']))
|
|
{
|
|
|
|
$supplier_count += count($supplier_form['manufacturing_details'][0]['main_raw_materials']) ? count($supplier_form['manufacturing_details'][0]['main_raw_materials']) : 0;
|
|
|
|
|
|
}
|
|
//echo 'IN manu-'.$supplier_count;
|
|
}
|
|
|
|
if(array_key_exists('trade_details',$supplier_form))
|
|
{
|
|
|
|
if(isset($supplier_form['trade_details'][0]['trading_products']))
|
|
{
|
|
|
|
$supplier_count += count($supplier_form['trade_details'][0]['trading_products']) ? count($supplier_form['trade_details'][0]['trading_products']): 0;
|
|
|
|
}
|
|
//echo 'IN trade-'.$supplier_count;
|
|
}
|
|
|
|
//echo $supplier_count;
|
|
// 16 - QNO(2.7) - atleast one supplier
|
|
$score_questions['business']['minimum_supplier_info'] = $supplier_count ? 'Provided':'Not Provided';
|
|
}
|
|
else
|
|
{
|
|
$score_questions['business']['minimum_supplier_info'] = 'Not Applicable';
|
|
}
|
|
}else { $score_questions['business']['minimum_supplier_info'] = 'Not Applicable'; }
|
|
|
|
//echo $score_questions['business']['minimum_supplier_info'];die();
|
|
#####End of supplier Form Questions########
|
|
|
|
|
|
#####client Form Questions########
|
|
$client_form = isset($form_data[2][0]['processed_json'])?(json_decode($form_data[2][0]['processed_json'],true)):array();
|
|
//print_r($client_form);die();
|
|
if(count($client_form))
|
|
{
|
|
|
|
$client_count = 0;
|
|
if(array_key_exists('manufacturing_details',$client_form))
|
|
{
|
|
if(isset($client_form['manufacturing_details'][0]['main_raw_materials']))
|
|
{
|
|
|
|
$client_count += count($client_form['manufacturing_details'][0]['main_raw_materials']) ? count($client_form['manufacturing_details'][0]['main_raw_materials']): 0;
|
|
|
|
}
|
|
}
|
|
|
|
if(array_key_exists('trade_details',$client_form))
|
|
{
|
|
|
|
if(isset($client_form['trade_details'][0]['trading_products']))
|
|
{
|
|
|
|
$client_count += count($client_form['trade_details'][0]['trading_products']) ? count($client_form['trade_details'][0]['trading_products']): 0;
|
|
|
|
}
|
|
}
|
|
|
|
if(array_key_exists('service_provider_details',$client_form))
|
|
{
|
|
if(isset($client_form['service_provider_details'][0]['service_products']))
|
|
{
|
|
//print_r(count($client_form['service_provider_details'][0]['service_products']));
|
|
$client_count += count($client_form['service_provider_details'][0]['service_products']) ? count($client_form['service_provider_details'][0]['service_products']) : 0;
|
|
|
|
}
|
|
}
|
|
//echo $client_count;
|
|
// 17 - QNO(2.8) - atleast one client
|
|
$score_questions['business']['minimum_client_info'] = $client_count ? 'Provided':'Not Provided';
|
|
}
|
|
else
|
|
{
|
|
$score_questions['business']['minimum_client_info'] = 'Not Applicable';
|
|
}
|
|
#####End of client Form Questions########
|
|
|
|
#####Stock Form Questions########
|
|
$stock_form = isset($form_data[11][0]['processed_json'])?(json_decode($form_data[11][0]['processed_json'],true)):array();
|
|
//print_r($stock_form);
|
|
if(count($stock_form))
|
|
{
|
|
//print_r($stock_form);die();
|
|
if(isset($stock_form['manufacturing_details']) && ($stock_form['manufacturing_details'] != null || $stock_form['manufacturing_details'] != ""))
|
|
{
|
|
|
|
$score_questions['business']['stock_raw_material_enough'] = isset($stock_form['manufacturing_details'][0]['is_sufficiant_raw']) ? $stock_form['manufacturing_details'][0]['is_sufficiant_raw']: 'Not Applicable';
|
|
}
|
|
$score_questions['business']['stock_finished_goods_enough'] = isset($stock_form['is_sufficiant_finished_and_traded_goods']) && ($stock_form['is_sufficiant_finished_and_traded_goods'] != "" || $stock_form['is_sufficiant_finished_and_traded_goods'] != null)? $stock_form['is_sufficiant_finished_and_traded_goods'] : 'Not Applicable';
|
|
}
|
|
else
|
|
{
|
|
$score_questions['business']['stock_raw_material_enough'] = 'Not Applicable';
|
|
$score_questions['business']['stock_finished_goods_enough'] = 'Not Applicable';
|
|
//$score_questions['general']['value_of_other_assets'] = 'Not Applicable';
|
|
}
|
|
#####End of Stock Form Questions########
|
|
|
|
|
|
#####Other Assest Form Questions########
|
|
$other_asset_form = (json_decode($form_data[4][0]['processed_json'],true));
|
|
//print_r($other_asset_form);
|
|
|
|
$over_all_asset_value = 0;
|
|
if(array_key_exists('assets_details',$other_asset_form))
|
|
{
|
|
//print_r($other_asset_form['assets_details']);die();
|
|
foreach($other_asset_form['assets_details'] as $asset)
|
|
{
|
|
//echo 'Value - '.$asset['approximate_market_value'];
|
|
$over_all_asset_value += is_numeric($asset['approximate_market_value']) ? $asset['approximate_market_value'] : 0 ;
|
|
if($asset['assets_mode'] == 6)//LIC
|
|
{
|
|
$over_all_asset_value += $asset['details'][0]['sum_assured'];
|
|
}
|
|
if($asset['assets_mode'] == 7)//Investments
|
|
{
|
|
$over_all_asset_value += $asset['details'][0]['amount_of_invest'];
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
//echo 'over_all_asset_value from FUN - '.$over_all_asset_value;die();
|
|
// 18 Q.NO(1.9)
|
|
$score_questions['general']['value_of_other_assets'] = $over_all_asset_value;
|
|
|
|
|
|
#####End of Other Assest Form Questions########
|
|
|
|
######Business Banking ##############
|
|
$business_bank_form = (json_decode($form_data[21][0]['processed_json'],true));
|
|
//print_r($business_bank_form);
|
|
|
|
$vintage = array();
|
|
if(array_key_exists('banking_details',$business_bank_form))
|
|
{
|
|
foreach($business_bank_form['banking_details'] as $banking)
|
|
{
|
|
$year = $banking['vintage_year'] ? $banking['vintage_year'] : 0 ;
|
|
$month = $banking['vintage_month'] ? $banking['vintage_month'] : 0;
|
|
$temp = $year.'.'.$month;
|
|
$vintage = array_merge($vintage,array($temp));
|
|
}
|
|
}
|
|
|
|
$score_questions['business']['vintage_of_business_account'] = count($vintage)? max($vintage) : 0;
|
|
//echo $vintage_of_business_account_for_display;
|
|
//$score_questions['business']['vintage_of_business_account_for_display'] = $vintage_of_business_account_for_display;
|
|
######End of Business Banking ##############
|
|
return $score_questions;
|
|
|
|
|
|
}
|
|
|
|
public function updateSubProductFromLoanDetailsForm($records)
|
|
{
|
|
$pd_master_details = $this->PD_Model->getPDMasterDetails($records['pdid']);
|
|
|
|
$new_sub_product = $records['sub_product'];
|
|
$old_sub_product = $pd_master_details[0]['fk_subproduct_id'];
|
|
|
|
if($new_sub_product != $old_sub_product)
|
|
{
|
|
$where_condition_array = array('pd_id' => $records['pdid']);
|
|
$temp = array('fk_subproduct_id' => $new_sub_product,'fk_updatedby' => $records['fk_createdby']);
|
|
$pk_id = $this->PD_Model->updateRecords($temp,PDTRIGGER,$where_condition_array);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public function saveEmpSalaryAsBusinessExpensesFromBusinessForm($records)
|
|
{
|
|
//echo "FROM saveEmpSalaryAsBusinessExpensesFromBusinessForm";
|
|
if(isset($records['employees_appx_salary']) && ($records['employees_appx_salary'] != null|| $records['employees_appx_salary'] != ''))
|
|
{
|
|
//pd_expense_id, fk_pd_id, expense_item_id, expense_value, fk_frequency_id, annual_expenses_value, isactive, fk_createdby, createdon, company_id, comments
|
|
|
|
$annual_emp_salary = ($records['employees_appx_salary'] * 12);
|
|
//echo $annual_emp_salary;
|
|
|
|
$temp_array = array( 'fk_pd_id' => $records['pdid'],'expense_item_id' => 3,'expense_value' => $records['employees_appx_salary'],'fk_frequency_id' => 7, 'annual_expenses_value' => $annual_emp_salary,'fk_createdby' => $records['fk_createdby'],'company_id' => $records['company_id'],'comments' => 'Derived from Business Form');
|
|
|
|
|
|
$fields = array('pd_expense_id','expense_item_id','fk_frequency_id','expense_value','annual_expenses_value','comments');
|
|
|
|
$table = PDBUSINESSEXPENSES.' as PDBUSINESSEXPENSES';
|
|
|
|
$where_condition_array = array('fk_pd_id'=>$records['pdid'],'isactive'=>1,'expense_item_id' => 3,'fk_frequency_id' => 7,'company_id' => $records['company_id'],'comments' => 'Derived from Business Form');
|
|
|
|
$business_expenses = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,$table);
|
|
|
|
//print_r($business_expenses);
|
|
|
|
if(count($business_expenses))
|
|
{
|
|
//echo "Update";
|
|
$where_condition_array = array('pd_expense_id' => $business_expenses[0]['pd_expense_id']);
|
|
$this->PD_Model->updateRecords($temp_array,$table,$where_condition_array);
|
|
}
|
|
else
|
|
{
|
|
//echo "insert";
|
|
$this->PD_Model->saveRecords($temp_array,PDBUSINESSEXPENSES);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
public function saveAssetRentAsBusinessExpensesFromBusinessAssestForm($records)
|
|
{
|
|
//echo "saveAssetRentAsBusinessExpensesFromBusinessAssestForm";
|
|
|
|
$over_all_rent_amt = 0;
|
|
if(isset($records['business_assets_for_address']) && ($records['business_assets_for_address'] != "" || $records['business_assets_for_address'] != null))
|
|
{
|
|
foreach($records['business_assets_for_address'] as $business_asset)
|
|
{
|
|
if($business_asset['business_monthly_rented_amt'] != "" || $business_asset['business_monthly_rented_amt'] != null)
|
|
{
|
|
$over_all_rent_amt+=$business_asset['business_monthly_rented_amt'];
|
|
}
|
|
}
|
|
}
|
|
|
|
if(isset($records['business_assets_details']) && ($records['business_assets_details'] != "" || $records['business_assets_details'] != null))
|
|
{
|
|
foreach($records['business_assets_details'] as $business_asset)
|
|
{
|
|
if($business_asset['business_monthly_rented_amt'] != "" || $business_asset['business_monthly_rented_amt'] != null)
|
|
{
|
|
$over_all_rent_amt+=$business_asset['business_monthly_rented_amt'];
|
|
}
|
|
}
|
|
}
|
|
|
|
//echo $over_all_rent_amt;
|
|
|
|
|
|
$temp_array = array( 'fk_pd_id' => $records['pdid'],'expense_item_id' => 9,'expense_value' => $over_all_rent_amt,'fk_frequency_id' => 7, 'annual_expenses_value' => ($over_all_rent_amt * 12),'fk_createdby' => $records['fk_createdby'],'company_id' => $records['company_id'],'comments' => 'Derived from Business Form');
|
|
|
|
|
|
$fields = array('pd_expense_id','expense_item_id','fk_frequency_id','expense_value','annual_expenses_value','comments');
|
|
|
|
$table = PDBUSINESSEXPENSES.' as PDBUSINESSEXPENSES';
|
|
|
|
$where_condition_array = array('fk_pd_id'=>$records['pdid'],'isactive'=>1,'expense_item_id' => 9,'fk_frequency_id' => 7,'company_id' => $records['company_id'],'comments' => 'Derived from Business Form');
|
|
|
|
$business_expenses = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,$table);
|
|
|
|
//print_r($business_expenses);
|
|
|
|
if(count($business_expenses))
|
|
{
|
|
//echo "Update";
|
|
$where_condition_array = array('pd_expense_id' => $business_expenses[0]['pd_expense_id']);
|
|
$this->PD_Model->updateRecords($temp_array,$table,$where_condition_array);
|
|
}
|
|
else
|
|
{
|
|
//echo "insert";
|
|
$this->PD_Model->saveRecords($temp_array,PDBUSINESSEXPENSES);
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
public function saveHTMLReport_post()
|
|
{
|
|
|
|
$records = $this->post('records');
|
|
$pdid = $records['pdid'];
|
|
$content = $records['content'];
|
|
$fk_createdby = $records['fk_createdby'];
|
|
$pd_report_time = date('Y-m-d-h-i-s');
|
|
$pd_report_store = APPPATH.'views/pd_reports/'.$pdid.'/'.$pd_report_time.'.html';
|
|
file_put_contents($pd_report_store,$content);
|
|
|
|
//Update Latest File name and qc edited status into trigger table
|
|
$update = $this->PD_Model->updateRecords(array('pd_report_html_filename' => $pd_report_time,'fk_createdby' => $fk_createdby,'is_qc_edited' => 1),PDTRIGGER,array('pd_id' => $pdid));
|
|
|
|
//Update previous latest as 0
|
|
$update_reports_version_blob = $this->PD_Model->updateRecords(array('is_latest' => 0),PDREPORTSVERSIONBLOB,array('fk_pd_id' => $pdid,'is_latest' => 1));
|
|
|
|
//insert current PD report html file name as latest
|
|
$pd_reports_version_blob_new = $this->PD_Model->saveRecords( array('html_file_name' => $pd_report_time,'fk_createdby' => $fk_createdby,'is_latest' => 1,'fk_pd_id' => $pdid),PDREPORTSVERSIONBLOB );
|
|
|
|
|
|
|
|
if($update && $update_reports_version_blob && $pd_reports_version_blob_new)
|
|
{
|
|
$logger = MYLOG::logFunction();
|
|
$logger->info('QC Edit Called',array('Edited by' => $fk_createdby,'DB Result' => $update .'-'. $update_reports_version_blob .'-'. $pd_reports_version_blob_new));
|
|
$dat['dataStatus'] = true;
|
|
$dat['status'] = REST_Controller::HTTP_OK;
|
|
$dat['msg'] = 'Report Generated Sucessfully..!';
|
|
$this->response($dat,REST_Controller::HTTP_OK);
|
|
}
|
|
}
|
|
|
|
public function getPDReportHTML_get()
|
|
{
|
|
$pdid = $this->uri->segment(2);
|
|
//date_default_timezone_set("Asia/Kolkata");
|
|
//echo date('Y-m-d h:i:s');die();
|
|
if(($pdid != null || $pdid != "") && (strlen($pdid) == 16) &&(is_string($pdid)))
|
|
{
|
|
$pd_data = $this->PD_Model->selectCustomRecords(array('pd_id','pd_report_html_filename'),array('random_string' => $pdid),PDTRIGGER);
|
|
if(count($pd_data))
|
|
{
|
|
$view_name = 'pd_reports/'.$pd_data[0]['pd_id'].'/'.$pd_data[0]['pd_report_html_filename'].'.html';
|
|
$this->load->view($view_name);
|
|
}
|
|
else
|
|
{
|
|
echo "<h1> DNot Found</h1>";
|
|
}
|
|
}
|
|
else
|
|
{
|
|
echo "<h1> Not Found</h1>";
|
|
}
|
|
}
|
|
|
|
|
|
} |