banknew reqiurement

This commit is contained in:
gayathri1990 2018-10-24 12:19:12 +05:30
parent 7849106c4b
commit 050597c824
13 changed files with 32420 additions and 64 deletions

View File

@ -236,7 +236,7 @@ $route['Cashstatement']= "cashbook/cashreceipt";
$route['BankingFile']= "cashbook/bankfileupload"; $route['BankingFile']= "cashbook/bankfileupload";
//$route['Filelist']="cashbook/filelist"; //$route['Filelist']="cashbook/filelist";
//$route['Bankingrecord']= "cashbook/bankdata"; //$route['Bankingrecord']= "cashbook/bankdata";
//$route['Bankamountpaid']= "cashbook/amountpaid";
$route['Bankamountpaid']= "cashbook/amountpaidsupplier"; $route['Bankamountpaid']= "cashbook/amountpaidsupplier";
$route['Bankamountunpaid']= "cashbook/amountunpaid"; $route['Bankamountunpaid']= "cashbook/amountunpaid";
//$route['Bankamountreceived']= "cashbook/amountreceived"; //$route['Bankamountreceived']= "cashbook/amountreceived";

View File

@ -1131,6 +1131,7 @@ class cashbook extends BaseController
$igrlineitem=$this->input->post('igrlineitem'); $igrlineitem=$this->input->post('igrlineitem');
$sname = $this->input->post('sname'); $sname = $this->input->post('sname');
$sid = $this->input->post('sid');
$tot = $this->input->post('tot'); $tot = $this->input->post('tot');
// echo'tot'.$tot; // echo'tot'.$tot;
@ -1207,9 +1208,9 @@ class cashbook extends BaseController
$amtpaid= ($ip+$ePay); $amtpaid= ($ip+$ePay);
$IsActive=1; $IsActive=1;
$podata1 = array('Podate'=>$date,'PONO'=>$pono,'IGRNO'=>$igrno,'Suppliername'=>$sname,'Totalpoamount'=>$tot,'Amountpaid'=>$ip,'Balancetopay'=>$balancetopay,'mid'=>$bankid,'IGRLineItemNo'=>$igrlineitem,'IsActive'=>$IsActive); $podata1 = array('Podate'=>$date,'PONO'=>$pono,'IGRNO'=>$igrno,'Suppliername'=>$sname,'SupplierID'=>$sid,'Totalpoamount'=>$tot,'Amountpaid'=>$ip,'Balancetopay'=>$balancetopay,'mid'=>$bankid,'IGRLineItemNo'=>$igrlineitem,'IsActive'=>$IsActive);
$podata = array('Podate'=>$date,'PONO'=>$pono,'IGRNO'=>$igrno,'Suppliername'=>$sname,'Totalpoamount'=>$tot,'Amountpaid'=>$amtpaid,'Balancetopay'=>$balancetopay,'mid'=>$bankid,'IGRLineItemNo'=>$igrlineitem,'IsActive'=>$IsActive); $podata = array('Podate'=>$date,'PONO'=>$pono,'IGRNO'=>$igrno,'Suppliername'=>$sname,'SupplierID'=>$sid,'Totalpoamount'=>$tot,'Amountpaid'=>$amtpaid,'Balancetopay'=>$balancetopay,'mid'=>$bankid,'IGRLineItemNo'=>$igrlineitem,'IsActive'=>$IsActive);
//die(); //die();
$result3 = $this->cashbook_model->getpono($igrlineitem); $result3 = $this->cashbook_model->getpono($igrlineitem);
@ -1259,6 +1260,7 @@ class cashbook extends BaseController
$date = date_format($date,'Y-m-d'); $date = date_format($date,'Y-m-d');
$invid = $this->input->post('invid'); $invid = $this->input->post('invid');
$cname = $this->input->post('cname'); $cname = $this->input->post('cname');
$cid = $this->input->post('cid');
$invamount = $this->input->post('invamount'); $invamount = $this->input->post('invamount');
$invoicereceived = $this->input->post('ir'); $invoicereceived = $this->input->post('ir');
$rowcount = $this->input->post('rc'); $rowcount = $this->input->post('rc');
@ -1334,9 +1336,9 @@ class cashbook extends BaseController
$updateamount=($totalpaidamount+$eRec); $updateamount=($totalpaidamount+$eRec);
$IsActive=1; $IsActive=1;
$invoicedata1 = array('indate'=>$date,'invoiceno'=>$invid,'customername'=>$cname,'totinvoiceamount'=>$invamount,'balancetoreceived'=>$balancetoreceived1,'amountreceived'=>$amtpaid,'bankid'=>$bankid,'IsActive'=>$IsActive); $invoicedata1 = array('indate'=>$date,'invoiceno'=>$invid,'customername'=>$cname,'customerid'=>$cid,'totinvoiceamount'=>$invamount,'balancetoreceived'=>$balancetoreceived1,'amountreceived'=>$amtpaid,'bankid'=>$bankid,'IsActive'=>$IsActive);
$invoicedata = array('indate'=>$date,'invoiceno'=>$invid,'customername'=>$cname,'totinvoiceamount'=>$invamount,'balancetoreceived'=>$balancetoreceived1,'amountreceived'=>$ip,'bankid'=>$bankid,'IsActive'=>$IsActive); $invoicedata = array('indate'=>$date,'invoiceno'=>$invid,'customername'=>$cname,'customerid'=>$cid,'totinvoiceamount'=>$invamount,'balancetoreceived'=>$balancetoreceived1,'amountreceived'=>$ip,'bankid'=>$bankid,'IsActive'=>$IsActive);
// //print_r ($invoicedata); // //print_r ($invoicedata);
// //die(); // //die();
@ -1385,17 +1387,22 @@ class cashbook extends BaseController
$m=$this->input->post('month'); $m=$this->input->post('month');
$fdate = $this->input->post('from_date'); $fdate = $this->input->post('from_date');
$tdate = $this->input->post('to_date'); $tdate = $this->input->post('to_date');
$supplierID= $this->input->post('supplier');
$data['supplierid']= $supplierID;
$suppliername= $this->input->post('supplier'); $suppliername= $this->input->post('supplier');
$data['suppliername']=$suppliername;
// echo "FROM CON".$suppliername; // echo "FROM CON".$suppliername;
$data['suppliername']= $suppliername; $data['suppliername']= $suppliername;
$data['bankdebit'] = $this->cashbook_model->debitpolistfilter($suppliername,$fa,$aa,$m,$fdate,$tdate); $data['bankdebit'] = $this->cashbook_model->debitpolistfilter($supplierID,$fa,$aa,$m,$fdate,$tdate);
} }
else else
{ {
$suppliername= $_GET['sid']; $supplierid= $_GET['sid'];
$data['suppliername']= $suppliername; $data['supplierid']= $supplierid;
$data['bankdebit'] = $this->cashbook_model->paided($suppliername); $suppliername= $_GET['sn'];
$data['suppliername']=$suppliername;
$data['bankdebit'] = $this->cashbook_model->paided($supplierid);
} }
$data['finyear']=$this->cashbook_model->report_finyear(); $data['finyear']=$this->cashbook_model->report_finyear();
//$data['supplier'] = $this->cashbook_model->getsupplier(); //$data['supplier'] = $this->cashbook_model->getsupplier();
@ -1446,6 +1453,7 @@ class cashbook extends BaseController
{ {
$data['bankdebitsupp'] = $this->cashbook_model->amountpaidsupplierwise(); $data['bankdebitsupp'] = $this->cashbook_model->amountpaidsupplierwise();
//$data['bankcashbook'] =$this->cashbook_model->amountpaidcashbook();
} }
$data['finyear']=$this->cashbook_model->report_finyear(); $data['finyear']=$this->cashbook_model->report_finyear();
$data['supplier'] = $this->cashbook_model->getsupplier(); $data['supplier'] = $this->cashbook_model->getsupplier();
@ -1472,7 +1480,7 @@ class cashbook extends BaseController
{ {
$data['bankunpaid'] = $this->cashbook_model->suppliertotal(); $data['bankunpaid'] = $this->cashbook_model->suppliertotal();
} }
$data['finyear']=$this->cashbook_model->report_finyear(); $data['finyear']=$this->cashbook_model->report_finyearunpaid();
$data['getsupplier'] = $this->cashbook_model->getsupplier(); $data['getsupplier'] = $this->cashbook_model->getsupplier();
$this->loadViews("bankunpaidsupp",$this->global,$data,NULL); $this->loadViews("bankunpaidsupp",$this->global,$data,NULL);
@ -1488,6 +1496,7 @@ class cashbook extends BaseController
$ab=$this->input->post('financialyear'); $ab=$this->input->post('financialyear');
$fa=substr($ab,0,-5); $fa=substr($ab,0,-5);
$aa=substr($ab,5,5); $aa=substr($ab,5,5);
$m=$this->input->post('month'); $m=$this->input->post('month');
$fdate = $this->input->post('from_date'); $fdate = $this->input->post('from_date');
@ -1502,7 +1511,7 @@ class cashbook extends BaseController
$data['suppliername']=$supplierid1; $data['suppliername']=$supplierid1;
$data['bankunpaid'] = $this->cashbook_model->amountunpaid($supplierid1); $data['bankunpaid'] = $this->cashbook_model->amountunpaid($supplierid1);
} }
$data['finyear']=$this->cashbook_model->report_finyear(); $data['finyear']=$this->cashbook_model->report_finyearunpaid();
// $data['getsupplier'] = $this->cashbook_model->getsupplier(); // $data['getsupplier'] = $this->cashbook_model->getsupplier();
$this->loadViews("bankamountunpaid",$this->global,$data,NULL); $this->loadViews("bankamountunpaid",$this->global,$data,NULL);
//die(); //die();
@ -1527,13 +1536,17 @@ class cashbook extends BaseController
$tdate = $this->input->post('to_date'); $tdate = $this->input->post('to_date');
$clientname = $this->input->post('customer'); $clientname = $this->input->post('customer');
$data['clientname']=$clientname; $data['clientname']=$clientname;
$data['amountreceived'] = $this->cashbook_model->creditinvoicelistfilter($clientname,$fdate,$tdate,$fa,$aa,$m); $clientid = $this->input->post('clientid');
$data['clientid']=$clientid;
$data['amountreceived'] = $this->cashbook_model->creditinvoicelistfilter($clientid,$fdate,$tdate,$fa,$aa,$m);
} }
else else
{ {
$clientname= $_GET['sid']; $clientid= $_GET['sid'];
$data['clientname']=$clientname; $data['clientid']=$clientid;
$data['amountreceived'] = $this->cashbook_model->received($clientname); $cname= $_GET['cname'];
$data['clientname']=$cname;
$data['amountreceived'] = $this->cashbook_model->received($clientid);
} }
$data['finyear']=$this->cashbook_model->report_finyearamountreceived(); $data['finyear']=$this->cashbook_model->report_finyearamountreceived();
$data['getcustomer'] = $this->cashbook_model->getcustomer(); $data['getcustomer'] = $this->cashbook_model->getcustomer();
@ -1572,10 +1585,11 @@ class cashbook extends BaseController
{ {
$ab=$this->input->post('financialyear'); $ab=$this->input->post('financialyear');
$fa=substr($ab,0,-5); $fa=substr($ab,0,-5);
$aa=substr($ab,5,5); $aa=substr($ab,5,5);
$m=$this->input->post('month'); $m=$this->input->post('month');
//$Customer = $this->input->post('CustomerName');
$fdate = $this->input->post('from_date'); $fdate = $this->input->post('from_date');
$tdate = $this->input->post('to_date'); $tdate = $this->input->post('to_date');
@ -1586,7 +1600,7 @@ class cashbook extends BaseController
$data['amountunreceivedsupplier'] = $this->cashbook_model->unreceivedsupplier(); $data['amountunreceivedsupplier'] = $this->cashbook_model->unreceivedsupplier();
} }
$data['finyear']=$this->cashbook_model->report_finyearamountreceived(); $data['finyear']=$this->cashbook_model->report_finyearamountunreceived();
$data['getcustomer'] = $this->cashbook_model->getcustomer(); $data['getcustomer'] = $this->cashbook_model->getcustomer();
$this->loadViews("bankunreceivedsupp", $this->global,$data, NULL); $this->loadViews("bankunreceivedsupp", $this->global,$data, NULL);

View File

@ -11328,3 +11328,369 @@ ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdCla
ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 ERROR - 2018-10-22 13:58:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 15:56:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 15:56:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 15:56:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165
ERROR - 2018-10-22 15:56:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166
ERROR - 2018-10-22 15:56:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172
ERROR - 2018-10-22 16:08:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 16:08:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 16:08:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165
ERROR - 2018-10-22 16:08:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166
ERROR - 2018-10-22 16:08:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172
ERROR - 2018-10-22 16:20:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 16:20:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 16:20:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165
ERROR - 2018-10-22 16:20:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166
ERROR - 2018-10-22 16:20:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172
ERROR - 2018-10-22 16:30:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 16:30:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2
ERROR - 2018-10-22 16:30:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165
ERROR - 2018-10-22 16:30:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166
ERROR - 2018-10-22 16:30:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2
ERROR - 2018-10-22 16:30:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195
ERROR - 2018-10-22 16:31:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194
ERROR - 2018-10-22 16:31:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,21 @@ class cashbook_model extends CI_Model
// $r = $this->db->affected_rows(); // $r = $this->db->affected_rows();
// return $r; // return $r;
// } // }
// function amountpaidcashbook()
// {
// $this->db->select('t_accountcode.name,total,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*');
// $this->db->from('t_income_expense');
// $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left');
// $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left');
// $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left');
// $this->db->where('t_income_expense.IsActive',1);
// $this->db->where('t_income_expense.account_code !=','ADV001');
// $this->db->group_by('t_income_expense.account_code');
// // $this->db->order_by("date","desc");
// $r = $this->db->get();
// return $r->result();
// }
function getIncomeExpenseList($i="") function getIncomeExpenseList($i="")
{ {
// echo $i; // echo $i;
@ -290,6 +304,21 @@ GROUP BY financial_year";
}
function report_finyearunpaid(){
$sql="SELECT
CASE WHEN MONTH(MaterialRcvdDate)>=4 THEN
concat(YEAR(MaterialRcvdDate), '-',YEAR(MaterialRcvdDate)+1)
ELSE concat(YEAR(MaterialRcvdDate)-1,'-', YEAR(MaterialRcvdDate)) END AS financial_year
FROM T_IGR_Master
GROUP BY financial_year";
$query = $this->db->query($sql);
return $query->result();
} }
function report_finyearamountreceived(){ function report_finyearamountreceived(){
@ -306,6 +335,7 @@ GROUP BY financial_year";
} }
function report_finyearamountunreceived(){ function report_finyearamountunreceived(){
@ -376,7 +406,7 @@ function clearedcreditbalance(){
function debitbankstatemet($Supplierid,$fdate,$tdate){ function debitbankstatemet($Supplierid,$fdate,$tdate){
$sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as PONO,im.IGRNO,id.IGRItemNo,im.MaterialRcvdDate as CreatedDate,br.Balancetopay,br.Amountpaid,sd.SupplierName as SupplierName, $sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as PONO,im.IGRNO,id.IGRItemNo,im.MaterialRcvdDate as CreatedDate,br.Balancetopay,br.Amountpaid,sd.SupplierName as SupplierName,sd.SupplierID as SupplierID,
round(ifnull(if(POType = 'REVENUE', round(ifnull(if(POType = 'REVENUE',
(id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(rt.SGST/100)), (id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(rt.SGST/100)),
(id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(st.SGST /100))),0),2) as sgst, (id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(st.SGST /100))),0),2) as sgst,
@ -452,7 +482,7 @@ $sql.="group by id.IGRItemNo";
function debitbankstatemet1(){ function debitbankstatemet1(){
$sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as PONO,im.IGRNO,id.IGRItemNo,im.MaterialRcvdDate as CreatedDate,br.Balancetopay,br.Amountpaid,sd.SupplierName as SupplierName, $sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as PONO,im.IGRNO,id.IGRItemNo,im.MaterialRcvdDate as CreatedDate,br.Balancetopay,br.Amountpaid,sd.SupplierName as SupplierName,sd.SupplierID as SupplierID,
round(ifnull(if(POType = 'REVENUE', round(ifnull(if(POType = 'REVENUE',
(id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(rt.SGST/100)), (id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(rt.SGST/100)),
(id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(st.SGST /100))),0),2) as sgst, (id.QuantityAsPerInvoice * pl.Rate)+((id.QuantityAsPerInvoice * pl.Rate)*(st.SGST /100))),0),2) as sgst,
@ -872,7 +902,7 @@ $sql.="group by id.IGRItemNo";
{ {
// $status='ST065'; // $status='ST065';
$this->db->distinct(); $this->db->distinct();
$this->db->select('iva.invoice_id,iva.invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_name,BI.balancetoreceived,BI.amountreceived'); $this->db->select('iva.invoice_id,iva.invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_name,ic.client_id,BI.balancetoreceived,BI.amountreceived');
$this->db->from ('ip_invoice_amounts iva'); $this->db->from ('ip_invoice_amounts iva');
$this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id'); $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id');
$this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left');
@ -940,7 +970,7 @@ function receiptdata()
function debitpolistfilter($suppliername,$fa,$aa,$m,$fdate,$tdate) function debitpolistfilter($supplierID,$fa,$aa,$m,$fdate,$tdate)
{ {
// echo $suppliername+'sn'; // echo $suppliername+'sn';
$this->db->select('bm.id,bm.mid,bm.Podate,bm.PONO,bm.Suppliername,bm.Totalpoamount, $this->db->select('bm.id,bm.mid,bm.Podate,bm.PONO,bm.Suppliername,bm.Totalpoamount,
@ -953,7 +983,7 @@ function receiptdata()
$this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =igrm.IGRNO','left'); $this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =igrm.IGRNO','left');
$this->db->join ('T_PurchaseOrder_BillUpload bu','bm.PONO=bu.PONO','left'); $this->db->join ('T_PurchaseOrder_BillUpload bu','bm.PONO=bu.PONO','left');
$this->db->where('bm.IsActive',1); $this->db->where('bm.IsActive',1);
$this->db->where('bm.Suppliername',$suppliername); $this->db->where('bm.SupplierID',$supplierID);
if ($fa and $aa != ''){ if ($fa and $aa != ''){
//$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')";
@ -1049,7 +1079,7 @@ function receiptdata()
return $query->result(); return $query->result();
} }
function creditinvoicelistfilter($clientname,$fdate,$tdate,$fa,$aa,$m) function creditinvoicelistfilter($clientid,$fdate,$tdate,$fa,$aa,$m)
{ {
@ -1060,7 +1090,7 @@ function receiptdata()
$this->db->join ('ip_clients ic','ic.client_name = bm.customername','left'); $this->db->join ('ip_clients ic','ic.client_name = bm.customername','left');
$this->db->join('T_bankreport br','br.ID = bm.bankid'); $this->db->join('T_bankreport br','br.ID = bm.bankid');
$this->db->where('bm.IsActive',1); $this->db->where('bm.IsActive',1);
$this->db->where('bm.customername',$clientname); $this->db->where('bm.customerid',$clientid);
if ($fa and $aa != ''){ if ($fa and $aa != ''){
//$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')";
@ -1410,7 +1440,7 @@ function receiptdata()
return TRUE; return TRUE;
} }
function paided($suppliername) function paided($supplierid)
{ {
$this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount,bm.Podate, $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount,bm.Podate,
bm.Balancetopay,bm.Amountpaid,bm.IGRNO,bm.IGRLineItemNo,br.Balancetocleared,br.Clearbalance'); bm.Balancetopay,bm.Amountpaid,bm.IGRNO,bm.IGRLineItemNo,br.Balancetocleared,br.Clearbalance');
@ -1418,7 +1448,7 @@ function receiptdata()
$this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =bm.IGRNO','left'); $this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =bm.IGRNO','left');
$this->db->join('T_PurchaseOrder_BillUpload bu','bm.PONO=bu.PONO','left'); $this->db->join('T_PurchaseOrder_BillUpload bu','bm.PONO=bu.PONO','left');
$this->db->join('T_bankreport br','br.ID=bm.mid','left'); $this->db->join('T_bankreport br','br.ID=bm.mid','left');
$this->db->where('bm.Suppliername',$suppliername); $this->db->where('bm.SupplierID',$supplierid);
$this->db->where('bm.IsActive',1); $this->db->where('bm.IsActive',1);
$this->db->group_by('bm.IGRLineItemNo'); $this->db->group_by('bm.IGRLineItemNo');
$query = $this->db->get(); $query = $this->db->get();
@ -1427,10 +1457,10 @@ function receiptdata()
} }
function amountpaidsupplierwise() function amountpaidsupplierwise()
{ {
$this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount,bm.Podate, $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.SupplierID,bm.Totalpoamount,bm.Podate,
bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.IGRNO,bm.IGRLineItemNo'); bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.IGRNO,bm.IGRLineItemNo');
$this->db->from ('T_Bankporeport bm'); $this->db->from ('T_Bankporeport bm');
$this->db->group_by('bm.Suppliername'); $this->db->group_by('bm.SupplierID');
$query = $this->db->get(); $query = $this->db->get();
return $query->result(); return $query->result();
@ -1438,7 +1468,7 @@ function receiptdata()
} }
function amountpaidsupplierwisefilter($fa,$aa,$m,$fdate,$tdate) function amountpaidsupplierwisefilter($fa,$aa,$m,$fdate,$tdate)
{ {
$this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,sum(bm.Totalpoamount)as Totalpoamount, $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.SupplierID,sum(bm.Totalpoamount)as Totalpoamount,
bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.Podate,bm.IGRLineItemNo'); bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.Podate,bm.IGRLineItemNo');
$this->db->from ('T_Bankporeport bm'); $this->db->from ('T_Bankporeport bm');
@ -1466,7 +1496,7 @@ function receiptdata()
} }
$this->db->group_by('bm.Suppliername'); $this->db->group_by('bm.SupplierID');
$query = $this->db->get(); $query = $this->db->get();
return $query->result(); return $query->result();
@ -1485,14 +1515,14 @@ function receiptdata()
// // return $result; // // return $result;
// } // }
function received($clientname) function received($clientid)
{ {
$this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid, $this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid,bm.customerid,
bm.balancetoreceived,bm.amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared'); bm.balancetoreceived,bm.amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared');
$this->db->from ('T_Bankinvoicereport bm'); $this->db->from ('T_Bankinvoicereport bm');
$this->db->join('T_bankreport br','br.ID=bm.bankid'); $this->db->join('T_bankreport br','br.ID=bm.bankid');
$this->db->where('bm.IsActive',1); $this->db->where('bm.IsActive',1);
$this->db->where('bm.customername',$clientname); $this->db->where('bm.customerid',$clientid);
//$this->db->group_by('invoiceno'); //$this->db->group_by('invoiceno');
$query = $this->db->get(); $query = $this->db->get();
return $query->result(); return $query->result();
@ -1501,19 +1531,19 @@ function receiptdata()
function creditinvoicesupplierwise() function creditinvoicesupplierwise()
{ {
$this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid,ic.client_id, $this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid,ic.client_id,bm.customerid as customerid,
bm.balancetoreceived,sum(bm.amountreceived)as amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared'); bm.balancetoreceived,sum(bm.amountreceived)as amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared');
$this->db->from ('T_Bankinvoicereport bm'); $this->db->from ('T_Bankinvoicereport bm');
$this->db->join('T_bankreport br','br.ID=bm.bankid'); $this->db->join('T_bankreport br','br.ID=bm.bankid');
$this->db->join('ip_clients ic','ic.client_name=bm.customername','left'); $this->db->join('ip_clients ic','ic.client_name=bm.customername','left');
$this->db->where('bm.IsActive',1); $this->db->where('bm.IsActive',1);
$this->db->group_by('bm.customername'); $this->db->group_by('bm.customerid');
$query = $this->db->get(); $query = $this->db->get();
return $query->result(); return $query->result();
} }
function creditinvoicewisefilter($fdate,$tdate,$fa,$aa,$m) function creditinvoicewisefilter($fdate,$tdate,$fa,$aa,$m)
{ {
$this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid,ic.client_id, $this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.customerid as customerid,bm.totinvoiceamount,bm.bankid,ic.client_id,
bm.balancetoreceived,sum(bm.amountreceived)as amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared'); bm.balancetoreceived,sum(bm.amountreceived)as amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared');
$this->db->from ('T_Bankinvoicereport bm'); $this->db->from ('T_Bankinvoicereport bm');
$this->db->join('T_bankreport br','br.ID=bm.bankid'); $this->db->join('T_bankreport br','br.ID=bm.bankid');
@ -1542,7 +1572,7 @@ function receiptdata()
$this->db->where($date); $this->db->where($date);
} }
$this->db->group_by('bm.customername'); $this->db->group_by('bm.customerid');
$query = $this->db->get(); $query = $this->db->get();
return $query->result(); return $query->result();
} }

View File

@ -104,7 +104,8 @@ if(!empty($amountpaid))
<div class="row"> <div class="row">
<div class="col-md-6 col-xs-6"> <div class="col-md-6 col-xs-6">
<input type="hidden" class="form-control required" id="supplier" name="supplier" value="<?php echo $suppliername;?>" ></textarea> <input type="hidden" class="form-control required" id="supplier" name="supplier" value="<?php echo $supplierid;?>" ></textarea>
<input type="hidden" class="form-control required" id="suppliername" name="suppliername" value="<?php echo $suppliername;?>" ></textarea>
</div> </div>
</div> </div>
@ -185,7 +186,7 @@ if(!empty($amountpaid))
<div class="col-md-2" style="margin-top:24px;"> <div class="col-md-2" style="margin-top:24px;">
<input type="submit" class="btn btn-success" name="btn_submit" <input type="submit" class="btn btn-success" name="btn_submit"
value="View Report"> value="View Payments">
</div> </div>
@ -572,3 +573,4 @@ $( function() {
</script> </script>

View File

@ -73,6 +73,7 @@ foreach($financialyear as $item)
<div class="col-md-6 col-xs-6"> <div class="col-md-6 col-xs-6">
<input type="hidden" class="form-control required" id="customer" name="customer" value="<?php echo $clientname;?>" ></textarea> <input type="hidden" class="form-control required" id="customer" name="customer" value="<?php echo $clientname;?>" ></textarea>
<input type="hidden" class="form-control required" id="clientid" name="clientid" value="<?php echo $clientid;?>" ></textarea>
</div> </div>
</div> </div>
@ -194,7 +195,7 @@ foreach($financialyear as $item)
<div class="col-md-2" style="margin-top:23px;"> <div class="col-md-2" style="margin-top:23px;">
<!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> --> <!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> -->
<input type="submit" class="btn btn-success" name="btn_submit" value="View Purchase" > <input type="submit" class="btn btn-success" name="btn_submit" value="View Received" >
</div> </div>
</div> </div>

View File

@ -158,6 +158,7 @@ foreach($financialyear as $item)
<th>IGRNO</th> <th>IGRNO</th>
<th>IGR Item No</th> <th>IGR Item No</th>
<th>Supplier Name</th> <th>Supplier Name</th>
<th style="display:none;">Supplier ID</th>
<th>IGR Amount (&#8377;)</th> <th>IGR Amount (&#8377;)</th>
<th>Balance payable (&#8377;)</th> <th>Balance payable (&#8377;)</th>
<th>Amount Paid (&#8377;)</th> <th>Amount Paid (&#8377;)</th>
@ -188,6 +189,7 @@ foreach($financialyear as $item)
<td align="left" id="igrno<?php echo $i ?>"><span><?php echo $t->IGRNO?></span></a></td> <td align="left" id="igrno<?php echo $i ?>"><span><?php echo $t->IGRNO?></span></a></td>
<td align="left" id="igrlineitem<?php echo $i ?>" ><span><?php echo $t->IGRItemNo?></span></td> <td align="left" id="igrlineitem<?php echo $i ?>" ><span><?php echo $t->IGRItemNo?></span></td>
<td align="left" id="sn<?php echo $i ?>" ><span><?php echo $t->SupplierName?></span></td> <td align="left" id="sn<?php echo $i ?>" ><span><?php echo $t->SupplierName?></span></td>
<td style="display:none;" align="left" id="sid<?php echo $i ?>" ><span><?php echo $t->SupplierID?></span></td>
<td align="left" id="tov<?php echo $i ?>" ><span><?php echo round($rate,2)?></span></td> <td align="left" id="tov<?php echo $i ?>" ><span><?php echo round($rate,2)?></span></td>
<td align="left" id="qw<?php echo $i ?>" ><span><?php echo round($rate-$t->Amountpaid,2)?></span></td> <td align="left" id="qw<?php echo $i ?>" ><span><?php echo round($rate-$t->Amountpaid,2)?></span></td>
<td data-name="sel"><input type="text" onkeypress="return isNumberKey(event)" onchange="GetAmount(<?php echo $i ?>)" id="invoicepaymet<?php echo $i ?>"></td> <td data-name="sel"><input type="text" onkeypress="return isNumberKey(event)" onchange="GetAmount(<?php echo $i ?>)" id="invoicepaymet<?php echo $i ?>"></td>
@ -209,6 +211,7 @@ foreach($financialyear as $item)
<td>&nbsp;</td> <td>&nbsp;</td>
<td>&nbsp;</td> <td>&nbsp;</td>
<td>&nbsp;</td> <td>&nbsp;</td>
<td class="amount"> <td class="amount">
<strong><input type="text" id="addvalue" name="addvalue"> <strong><input type="text" id="addvalue" name="addvalue">
</strong> </strong>
@ -238,6 +241,8 @@ foreach($financialyear as $item)
<div class="col-md-12" id="HideSuppDiv"></div> <div class="col-md-12" id="HideSuppDiv"></div>
<div class="col-md-12" id="HideSuppidDiv"></div>
<div class="col-md-12" id="aa1"></div> <div class="col-md-12" id="aa1"></div>
<div class="col-md-12" id="HideTtlPoAmtDiv"></div> <div class="col-md-12" id="HideTtlPoAmtDiv"></div>
@ -343,6 +348,7 @@ function GetPayment(i)
var igrno =document.getElementById ( "igrno"+i ).innerText; var igrno =document.getElementById ( "igrno"+i ).innerText;
var igrlineitem=document.getElementById ( "igrlineitem"+i ).innerText; var igrlineitem=document.getElementById ( "igrlineitem"+i ).innerText;
var supname =document.getElementById ("sn"+i ).innerText;//value taken from table col name : suppliername var supname =document.getElementById ("sn"+i ).innerText;//value taken from table col name : suppliername
var supid =document.getElementById ("sid"+i ).innerText;
var totalordervalue =document.getElementById ("tov"+i ).innerText;//value taken from table col name : total po amount var totalordervalue =document.getElementById ("tov"+i ).innerText;//value taken from table col name : total po amount
var invoicepayment =document.getElementById ( "qw"+i ).innerText;//value taken from table col name : Balance to pay var invoicepayment =document.getElementById ( "qw"+i ).innerText;//value taken from table col name : Balance to pay
$('#invoicepaymet'+i).val(invoicepayment);//to copy the value from 'balance to pay' to 'amount paid' $('#invoicepaymet'+i).val(invoicepayment);//to copy the value from 'balance to pay' to 'amount paid'
@ -383,6 +389,13 @@ function GetPayment(i)
value:supname value:supname
}).appendTo('#HideSuppDiv'); }).appendTo('#HideSuppDiv');
$('<input>').attr({
type:'hidden',
name:'hidesupid'+i,
id:'hidesupid'+i,
value:supid
}).appendTo('#HideSuppidDiv');
$('<input>').attr({ $('<input>').attr({
type:'hidden', type:'hidden',
name:'hidettlPoamt'+i, name:'hidettlPoamt'+i,
@ -462,6 +475,7 @@ else
$('#hideigrno'+i).val(''); $('#hideigrno'+i).val('');
$('#hideigrline'+i).val(''); $('#hideigrline'+i).val('');
$('#hidesupname'+i).val(''); $('#hidesupname'+i).val('');
$('#hidesupid'+i).val('');
$('#hidettlPoamt'+i).val(''); $('#hidettlPoamt'+i).val('');
$('#hideamtpaid'+i).val(''); $('#hideamtpaid'+i).val('');
@ -471,6 +485,7 @@ else
$('#hideigrno'+i).remove(); $('#hideigrno'+i).remove();
$('#hideigrline'+i).remove(); $('#hideigrline'+i).remove();
$('#hidesupname'+i).remove(); $('#hidesupname'+i).remove();
$('#hidesupid'+i).remove();
$('#hidettlPoamt'+i).remove(); $('#hidettlPoamt'+i).remove();
$('#hideamtpaid'+i).remove(); $('#hideamtpaid'+i).remove();
@ -513,6 +528,7 @@ function GetAmount(i)
var igr =document.getElementById ( "igrno"+i ).innerText; var igr =document.getElementById ( "igrno"+i ).innerText;
var igrlineitem=document.getElementById ( "igrlineitem"+i ).innerText; var igrlineitem=document.getElementById ( "igrlineitem"+i ).innerText;
var supname =document.getElementById ("sn"+i ).innerText; var supname =document.getElementById ("sn"+i ).innerText;
var supid =document.getElementById ("sid"+i ).innerText;
var totalordervalue =document.getElementById ("tov"+i ).innerText; var totalordervalue =document.getElementById ("tov"+i ).innerText;
var balancetopay =document.getElementById ( "qw"+i ).innerText; var balancetopay =document.getElementById ( "qw"+i ).innerText;
@ -536,6 +552,7 @@ function GetAmount(i)
$('#hidedate'+cid).val(date); $('#hidedate'+cid).val(date);
$('#hidepono'+cid).val(pono); $('#hidepono'+cid).val(pono);
$('#hidesupname'+cid).val(supname); $('#hidesupname'+cid).val(supname);
$('#hidesupid'+cid).val(supid);
$('#hidettlPoamt'+cid).val(totalordervalue); $('#hidettlPoamt'+cid).val(totalordervalue);
$('#hideamtpaid'+cid).val(amount); $('#hideamtpaid'+cid).val(amount);
$('#hideigrno'+cid).val(igr); $('#hideigrno'+cid).val(igr);
@ -623,6 +640,9 @@ function Save()
// alert('igrlineitemval'+'-'+igrlineitem); // alert('igrlineitemval'+'-'+igrlineitem);
var suppliername=$('#hidesupname'+number).val(); var suppliername=$('#hidesupname'+number).val();
var supplierid=$('#hidesupid'+number).val();
// alert('suppliernameval'+'-'+suppliername); // alert('suppliernameval'+'-'+suppliername);
var totalordervalue=$('#hidettlPoamt'+number).val(); var totalordervalue=$('#hidettlPoamt'+number).val();
@ -650,7 +670,7 @@ function Save()
$.ajax( $.ajax(
{ {
data:{podate:date,pono:pono,igrno:igrno,igrlineitem:igrlineitem,sname:suppliername,tot:totalordervalue,aa:invoicepaymet,rc:rowCount,tpv:totalvalue,bda:bankdebitamount,bi:bid,check:check,rw:rw}, data:{podate:date,pono:pono,igrno:igrno,igrlineitem:igrlineitem,sname:suppliername,sid:supplierid,tot:totalordervalue,aa:invoicepaymet,rc:rowCount,tpv:totalvalue,bda:bankdebitamount,bi:bid,check:check,rw:rw},
type:"POST", type:"POST",
url:"<?php echo base_url() ?>cashbook/receipt", url:"<?php echo base_url() ?>cashbook/receipt",
success:function(data) success:function(data)

View File

@ -158,6 +158,7 @@ foreach($financialyear as $item)
<th>Date</th> <th>Date</th>
<th>Invoice Number</th> <th>Invoice Number</th>
<th>Customer Name</th> <th>Customer Name</th>
<th style="display:none;">Customer ID</th>
<th>Invoice Amount (&#8377;)</th> <th>Invoice Amount (&#8377;)</th>
<th> Balance Receivable</th> <th> Balance Receivable</th>
<th> Amount Received</th> <th> Amount Received</th>
@ -184,6 +185,7 @@ foreach($financialyear as $item)
<td align="left" id="invoicedate<?php echo $i ?>"><span><?php echo date_format(date_create($t->invoice_date_created),'d-m-Y');?></span></td> <td align="left" id="invoicedate<?php echo $i ?>"><span><?php echo date_format(date_create($t->invoice_date_created),'d-m-Y');?></span></td>
<td align="left" id="invoice_id<?php echo $i ?>"><a href="<?= base_url() ?>cashbook/mappingcredit?sid=<?php echo $t->invoice_number;?>"><span><?php echo $t->invoice_number?></span></td> <td align="left" id="invoice_id<?php echo $i ?>"><a href="<?= base_url() ?>cashbook/mappingcredit?sid=<?php echo $t->invoice_number;?>"><span><?php echo $t->invoice_number?></span></td>
<td align="left" id="client_name<?php echo $i ?>"><span><?php echo $t->client_name?></span></td> <td align="left" id="client_name<?php echo $i ?>"><span><?php echo $t->client_name?></span></td>
<td style="display:none;" align="left" id="clientid<?php echo $i ?>" ><span><?php echo $t->client_id?></span></td>
<td align="left" id="invoice_paid<?php echo $i ?>"><span><?php echo $t->invoice_total?></span></td> <td align="left" id="invoice_paid<?php echo $i ?>"><span><?php echo $t->invoice_total?></span></td>
<td align="left" id="invoice_balance<?php echo $i ?>"><span><?php echo ($t->invoice_total)-($t->amountreceived)?></span></td> <td align="left" id="invoice_balance<?php echo $i ?>"><span><?php echo ($t->invoice_total)-($t->amountreceived)?></span></td>
<td data-name="sel"><input type="text" onkeypress="return isNumberKey(event)" onchange="GetAmount(<?php echo $i ?>)" id="invoicereceived<?php echo $i ?>"></td> <td data-name="sel"><input type="text" onkeypress="return isNumberKey(event)" onchange="GetAmount(<?php echo $i ?>)" id="invoicereceived<?php echo $i ?>"></td>
@ -239,6 +241,8 @@ foreach($financialyear as $item)
<div class="col-md-12" id="HideCustomerNameDiv"></div> <div class="col-md-12" id="HideCustomerNameDiv"></div>
<div class="col-md-12" id="HideCustomeridDiv"></div>
<div class="col-md-12" id="HideInvoiceAmtDiv"></div> <div class="col-md-12" id="HideInvoiceAmtDiv"></div>
<div class="col-md-12" id="HideInvoiceRecdDiv"></div> <div class="col-md-12" id="HideInvoiceRecdDiv"></div>
@ -331,6 +335,8 @@ if(x==true)
var invid =document.getElementById ( "invoice_id"+i ).innerText; var invid =document.getElementById ( "invoice_id"+i ).innerText;
//alert(invid); //alert(invid);
var cusname =document.getElementById ("client_name"+i ).innerText; var cusname =document.getElementById ("client_name"+i ).innerText;
var cusid =document.getElementById ("clientid"+i ).innerText;
var invoiceamount =document.getElementById ("invoice_paid"+i ).innerText; var invoiceamount =document.getElementById ("invoice_paid"+i ).innerText;
var invoicereceived=document.getElementById ("invoice_balance"+i ).innerText; var invoicereceived=document.getElementById ("invoice_balance"+i ).innerText;
$('#invoicereceived'+i).val(invoicereceived); $('#invoicereceived'+i).val(invoicereceived);
@ -356,6 +362,13 @@ if(x==true)
value:cusname value:cusname
}).appendTo('#HideCustomerNameDiv'); }).appendTo('#HideCustomerNameDiv');
$('<input>').attr({
type:'hidden',
name:'hidecustomerid'+i,
id:'hidecustomerid'+i,
value:cusid
}).appendTo('#HideCustomeridDiv');
$('<input>').attr({ $('<input>').attr({
type:'hidden', type:'hidden',
name:'hideinvoiceamount'+i, name:'hideinvoiceamount'+i,
@ -430,12 +443,14 @@ else
$('#hideinvoicedate'+i).val(''); $('#hideinvoicedate'+i).val('');
$('#hideinvoiceid'+i).val(''); $('#hideinvoiceid'+i).val('');
$('#hidecustomername'+i).val(''); $('#hidecustomername'+i).val('');
$('#hidecustomerid'+i).val('');
$('#hideinvoiceamount'+i).val(''); $('#hideinvoiceamount'+i).val('');
$('#hideinvoicerecd'+i).val(''); $('#hideinvoicerecd'+i).val('');
$('#hideinvoicedate'+i).remove(); $('#hideinvoicedate'+i).remove();
$('#hideinvoiceid'+i).remove(); $('#hideinvoiceid'+i).remove();
$('#hidecustomername'+i).remove(); $('#hidecustomername'+i).remove();
$('#hidecustomerid'+i).remove();
$('#hideinvoiceamount'+i).remove(); $('#hideinvoiceamount'+i).remove();
$('#hideinvoicerecd'+i).remove(); $('#hideinvoicerecd'+i).remove();
@ -467,6 +482,8 @@ function GetAmount(i)
var date= document.getElementById ( "invoicedate"+i ).innerText; var date= document.getElementById ( "invoicedate"+i ).innerText;
var invid =document.getElementById ( "invoice_id"+i ).innerText; var invid =document.getElementById ( "invoice_id"+i ).innerText;
var cusname =document.getElementById ("client_name"+i ).innerText; var cusname =document.getElementById ("client_name"+i ).innerText;
var cusid =document.getElementById ("clientid"+i ).innerText;
var invoiceamount =document.getElementById ("invoice_paid"+i ).innerText; var invoiceamount =document.getElementById ("invoice_paid"+i ).innerText;
var invoicereceived=document.getElementById ("invoice_balance"+i ).innerText; var invoicereceived=document.getElementById ("invoice_balance"+i ).innerText;
@ -488,6 +505,7 @@ function GetAmount(i)
$('#hideinvoicedate').val(date); $('#hideinvoicedate').val(date);
$('#hideinvoiceid'+cid).val(invid); $('#hideinvoiceid'+cid).val(invid);
$('#hidecustomername'+cid).val(cusname); $('#hidecustomername'+cid).val(cusname);
$('#hidecustomerid'+cid).val(cusid);
$('#hideinvoiceamount'+cid).val(invoiceamount); $('#hideinvoiceamount'+cid).val(invoiceamount);
$('#hideinvoicerecd'+cid).val(amount); $('#hideinvoicerecd'+cid).val(amount);
var totalvalue=$('#addvalue').val(); var totalvalue=$('#addvalue').val();
@ -598,6 +616,9 @@ function Save()
var customername=$('#hidecustomername'+number).val(); var customername=$('#hidecustomername'+number).val();
var customerid=$('#hidecustomerid'+number).val();
var invoiceamount=$('#hideinvoiceamount'+number).val(); var invoiceamount=$('#hideinvoiceamount'+number).val();
var amountreceived=$('#hideinvoicerecd'+number).val(); var amountreceived=$('#hideinvoicerecd'+number).val();
@ -609,7 +630,7 @@ function Save()
$.ajax( $.ajax(
{ {
data:{date:date,invid:invid,cname:customername,invamount:invoiceamount,ar:amountreceived,rc:rowCount,tpv:totalvalue,bda:bankdebitamount,bi:bid,check:check,rw:rw,invrec:invoicereceived}, data:{date:date,invid:invid,cname:customername,cid:customerid,invamount:invoiceamount,ar:amountreceived,rc:rowCount,tpv:totalvalue,bda:bankdebitamount,bi:bid,check:check,rw:rw,invrec:invoicereceived},
type:"POST", type:"POST",
url:"<?php echo base_url() ?>cashbook/invoiceamount1", url:"<?php echo base_url() ?>cashbook/invoiceamount1",
success:function(data) success:function(data)

View File

@ -135,7 +135,7 @@ foreach($financialyear as $item)
<div class="col-md-3" style="margin-top:20px;"> <div class="col-md-3" style="margin-top:20px;">
<!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> --> <!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> -->
<input type="submit" class="btn btn-success" name="btn_submit" value="View Purchase"> <input type="submit" class="btn btn-success" name="btn_submit" value="View Payments">
</div> </div>
</div> </div>
@ -177,7 +177,7 @@ foreach($financialyear as $item)
<td align="left" id="sn<?php echo $i ?>" ><a href="<?= base_url() ?>cashbook/amountpaid?sid=<?php echo $t->Suppliername;?>"><span><?php echo $t->Suppliername?></span></a></td> <td align="left" id="sn<?php echo $i ?>" ><a href="<?= base_url() ?>cashbook/amountpaid?sid=<?php echo $t->SupplierID;?>&sn=<?php echo $t->Suppliername ?>"><span><?php echo $t->Suppliername?></span></a></td>
<td align="left" id="tov<?php echo $i ?>" ><span><?php $tot_amount=$tot_amount+round($rate)?><?php echo round($rate,2)?></span></td> <td align="left" id="tov<?php echo $i ?>" ><span><?php $tot_amount=$tot_amount+round($rate)?><?php echo round($rate,2)?></span></td>

View File

@ -40,7 +40,7 @@ foreach($financialyear as $item)
</div> </div>
<form method="post" action="<?php echo base_url($this->uri->uri_string()); ?>"> <form method="post" action="<?php echo base_url($this->uri->uri_string()); ?>">
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Sundry Creditors</b></p></h3></center> <center><h3 class="box-title"><p style="color:#3c8dbc"><b>Sundry Debitors</b></p></h3></center>
<div class="box-body"> <div class="box-body">
<div class="row"> <div class="row">
<!-- <div class="col-md-3" style=" border: 2px solid black;font-size:14px;background-color:#ccc;">--> <!-- <div class="col-md-3" style=" border: 2px solid black;font-size:14px;background-color:#ccc;">-->
@ -137,7 +137,7 @@ foreach($financialyear as $item)
<div class="col-md-2" style="margin-top:20px;"> <div class="col-md-2" style="margin-top:20px;">
<!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> --> <!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> -->
<input type="submit" class="btn btn-success" name="btn_submit" value="View Purchase"> <input type="submit" class="btn btn-success" name="btn_submit" value="View Received">
</div> </div>
</div> </div>
@ -179,7 +179,7 @@ foreach($financialyear as $item)
<td align="left" id="sn<?php echo $i ?>" ><a href="<?= base_url() ?>Amountreceived?sid=<?php echo $t->customername;?>"><span><?php echo $t->customername?></span></a></td> <td align="left" id="sn<?php echo $i ?>" ><a href="<?= base_url() ?>Amountreceived?sid=<?php echo $t->customerid;?>&cname=<?php echo $t->customername?>"><span><?php echo $t->customername?></span></a></td>
<td align="left" id="tov<?php echo $i ?>" ><span><?php $tot_amount=$tot_amount+round($amountreceived)?><?php echo round($amountreceived,2)?></span></td> <td align="left" id="tov<?php echo $i ?>" ><span><?php $tot_amount=$tot_amount+round($amountreceived)?><?php echo round($amountreceived,2)?></span></td>

View File

@ -1,9 +1,4 @@
<?php
foreach($financialyear as $item)
{
$finyear = $item->financial_year;
}
?>
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/1.4.2/css/buttons.dataTables.min.css"> <link rel="stylesheet" href="https://cdn.datatables.net/buttons/1.4.2/css/buttons.dataTables.min.css">
<style> <style>
@ -58,7 +53,7 @@ foreach($financialyear as $item)
{?> {?>
<option value="<?php $item->financial_year;?>"><?php echo $item->financial_year ; ?></option> <option value="<?php echo $item->financial_year;?>"><?php echo $item->financial_year ; ?></option>
<?php } endforeach; ?> <?php } endforeach; ?>
@ -125,10 +120,7 @@ foreach($financialyear as $item)
</div> </div>
<div class="row">
</div>
</form> </form>
<br> <br>
<br> <br>