From 4d3902358254eb4f0a9ffa75168513a153bfbede Mon Sep 17 00:00:00 2001 From: gayathri1990 Date: Thu, 18 Oct 2018 16:34:15 +0530 Subject: [PATCH] bankingstatement changes --- application/controllers/cashbook.php | 27 +- application/logs/log-2018-10-18.php | 9074 ++++++++++++++++++++ application/models/cashbook_model.php | 31 +- application/views/bankamountpaid.php | 33 +- application/views/bankamountreceived.php | 24 +- application/views/bankamountunpaid.php | 25 +- application/views/bankamountunreceived.php | 18 +- application/views/bankunreceivedsupp.php | 2 +- 8 files changed, 9151 insertions(+), 83 deletions(-) create mode 100644 application/logs/log-2018-10-18.php diff --git a/application/controllers/cashbook.php b/application/controllers/cashbook.php index fca8b3dc..e0a4104b 100644 --- a/application/controllers/cashbook.php +++ b/application/controllers/cashbook.php @@ -1373,9 +1373,10 @@ class cashbook extends BaseController } public function amountpaid() { - $suppliername= $_GET['sid']; - + + $this->global['pageTitle'] = 'Siddharth : Bank Report - Amount Payment Details'; + //$suppliername= $_GET['sid']; if ($this->input->post('btn_submit')) { $ab=$this->input->post('financialyear'); @@ -1385,19 +1386,21 @@ class cashbook extends BaseController $fdate = $this->input->post('from_date'); $tdate = $this->input->post('to_date'); $suppliername= $this->input->post('supplier'); - - + // echo "FROM CON".$suppliername; + $data['suppliername']= $suppliername; $data['bankdebit'] = $this->cashbook_model->debitpolistfilter($suppliername,$fa,$aa,$m,$fdate,$tdate); + } else { - $suppliername= $_GET['sid']; - + $suppliername= $_GET['sid']; + $data['suppliername']= $suppliername; $data['bankdebit'] = $this->cashbook_model->paided($suppliername); } $data['finyear']=$this->cashbook_model->report_finyear(); //$data['supplier'] = $this->cashbook_model->getsupplier(); // $this->loadViews("bankpaidsupp", $this->global,$data, NULL); + //print_r($data); $this->loadViews("bankamountpaid", $this->global,$data, NULL); } @@ -1490,11 +1493,13 @@ class cashbook extends BaseController $fdate = $this->input->post('from_date'); $tdate = $this->input->post('to_date'); $sd= $this->input->post('supplier'); + $data['suppliername']=$sd; $data['bankunpaid'] = $this->cashbook_model->amountunpaidfilter($sd,$fa,$aa,$m,$fdate,$tdate); } else { $supplierid1 = $_GET['sid']; + $data['suppliername']=$supplierid1; $data['bankunpaid'] = $this->cashbook_model->amountunpaid($supplierid1); } $data['finyear']=$this->cashbook_model->report_finyear(); @@ -1521,11 +1526,13 @@ class cashbook extends BaseController $fdate = $this->input->post('from_date'); $tdate = $this->input->post('to_date'); $clientname = $this->input->post('customer'); + $data['clientname']=$clientname; $data['amountreceived'] = $this->cashbook_model->creditinvoicelistfilter($clientname,$fdate,$tdate,$fa,$aa,$m); } else { - $clientname= $_GET['sid']; + $clientname= $_GET['sid']; + $data['clientname']=$clientname; $data['amountreceived'] = $this->cashbook_model->received($clientname); } $data['finyear']=$this->cashbook_model->report_finyearamountreceived(); @@ -1579,8 +1586,7 @@ class cashbook extends BaseController $data['amountunreceivedsupplier'] = $this->cashbook_model->unreceivedsupplier(); } - $data['finyear']=$this->cashbook_model->report_finyearamountreceived(); - print_r($data['finyear']); + $data['finyear']=$this->cashbook_model->report_finyearamountreceived(); $data['getcustomer'] = $this->cashbook_model->getcustomer(); $this->loadViews("bankunreceivedsupp", $this->global,$data, NULL); @@ -1601,12 +1607,13 @@ class cashbook extends BaseController $fdate = $this->input->post('from_date'); $tdate = $this->input->post('to_date'); $client =$this->input->post('client'); - echo $client; + $data['client']=$client; $data['amountunreceived'] = $this->cashbook_model->uncreditinvoicelistfilter($client,$fdate,$tdate,$fa,$aa,$m); } else { $clientname=$_GET['sid']; + $data['client']=$clientname; $data['amountunreceived'] = $this->cashbook_model->unreceived($clientname); } $data['finyear']=$this->cashbook_model->report_finyearamountunreceived(); diff --git a/application/logs/log-2018-10-18.php b/application/logs/log-2018-10-18.php new file mode 100644 index 00000000..244d8b9b --- /dev/null +++ b/application/logs/log-2018-10-18.php @@ -0,0 +1,9074 @@ + + +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:44:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:44:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:44:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:44:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:44:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 07:44:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 07:44:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 07:44:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:44:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:48:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:49:05 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:49:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:49:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:49:56 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:49:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:49:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:07 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:50:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:21 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:50:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:50:51 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:50:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:50:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:50:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:50:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:50:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:50:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:51:00 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:51:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:51:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:05 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:54:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:17 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 07:54:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined property: stdClass::$MaterialRcvdDate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:54:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:56:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:56:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:58:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:58:10 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 07:58:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:58:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 07:58:17 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 07:58:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:01:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:15 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 08:02:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 08:02:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 08:02:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:02:48 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:04:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:04:26 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:06:08 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 08:06:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:06:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:06:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:08:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:08:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:08:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:09:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:09:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:11:40 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 08:11:40 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:11:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:11:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:11:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:11:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:11:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:12:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:12:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:12:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:12:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:12:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:12:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:17:26 --> Query error: Unknown column 'im.MaterialRcvdDate' in 'where clause' +ERROR - 2018-10-18 08:19:13 --> Query error: Unknown column 'im.MaterialRcvdDate' in 'where clause' +ERROR - 2018-10-18 08:19:49 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 08:19:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:19:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:19:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:20:13 --> Query error: Unknown column 'im.MaterialRcvdDate' in 'where clause' +ERROR - 2018-10-18 08:21:01 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1497 +ERROR - 2018-10-18 08:21:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:21:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:21:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:21:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:21:16 --> Query error: Unknown column 'im.MaterialRcvdDate' in 'where clause' +ERROR - 2018-10-18 08:22:28 --> Query error: Unknown column 'im.MaterialRcvdDate' in 'where clause' +ERROR - 2018-10-18 08:24:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:24:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:24:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:24:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:27:08 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 08:27:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:27:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:27:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:27:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:27:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:27:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:27:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:27:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:27:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:33:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:34:10 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:34:40 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:37:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:37:27 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:37:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:42 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 08:37:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:37:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:37:51 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:37:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 08:40:47 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 08:40:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:40:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:40:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:40:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:40:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:40:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:41:08 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:43:42 --> Query error: Unknown column 'DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:46:38 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:47:19 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:49:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:49:15 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:12 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 08:56:21 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 08:56:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:56:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:56:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:56:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:56:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:56:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:56:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:58:24 --> Query error: Unknown column 'im.DeliveryChellanDate' in 'where clause' +ERROR - 2018-10-18 08:59:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:59:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:59:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:59:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:59:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:59:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:59:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:59:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 08:59:47 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 08:59:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:59:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 08:59:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:59:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 08:59:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:00:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 09:00:05 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 263 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:00:06 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:01:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:01:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:01:19 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:02:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:02:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:02:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:02:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:02:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:02:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:02:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:02:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:02:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:02:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:02:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:19 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:03:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:03:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:04:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:24 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:26 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:28 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:30 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:31 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:35 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:40 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:47 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:50 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:53 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:54 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:04:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:01 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:05:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:05:39 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:05:39 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:05:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:05:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:05:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:05:47 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:05:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:05:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:05:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:05:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:06:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:06:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:06:19 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:06:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:06:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:06:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:06:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:06:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:06:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:06:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 281 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 299 +ERROR - 2018-10-18 09:07:14 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 314 +ERROR - 2018-10-18 09:07:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:07:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:07:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 09:07:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 143 +ERROR - 2018-10-18 09:08:07 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 09:08:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:08:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:08:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:08:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:08:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:08:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:08:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:08:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:09:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:09:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:09:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 09:09:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 09:09:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:09:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:09:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:09:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:10:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:10:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:10:48 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:10:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:10:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:10:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:11:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:35 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:11:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:12:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:12:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:12:18 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:12:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:12:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:12:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:13:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:13:09 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:13:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:13:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:13:58 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 09:13:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:13:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:14:09 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:14:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:29 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:15:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:15:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:15:41 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:15:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:15:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:16:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:17:15 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 09:17:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:17:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:17:23 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1376 +ERROR - 2018-10-18 09:17:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:17:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:18:33 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:18:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:18:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:18:41 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:18:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:18:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:19:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:23 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:24 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:19:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:19:39 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:19:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:46 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:19:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:19:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:19:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:19:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:20:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:20:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:20:24 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:20:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:20:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:20:45 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:20:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:20:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:21:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:21:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:21:31 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:21:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:21:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:21:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:21:51 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1379 +ERROR - 2018-10-18 09:21:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:21:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:22:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:22:32 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:22:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:22:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:22:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:22:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:22:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:23:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:23:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:23:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:23:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:23:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:23:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:23:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:23:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:23:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:23:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:23:14 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 1395 +ERROR - 2018-10-18 09:23:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:23:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:27:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:27:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:27:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:27:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:27:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:28:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:28:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:28:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:28:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:29:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:29:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:30:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:30:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:30:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 283 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:30:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:30:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 248 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 261 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:30:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 299 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:38:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:38:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 116 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:38:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:38:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:38:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 264 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 273 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 291 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:38:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:39:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 09:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:41:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 09:41:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:43:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 114 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 114 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 286 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 302 +ERROR - 2018-10-18 09:43:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 302 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:43:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:43:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:43:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 114 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 114 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 251 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 286 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 302 +ERROR - 2018-10-18 09:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 302 +ERROR - 2018-10-18 09:45:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:45:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:45:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 260 +ERROR - 2018-10-18 09:45:32 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:45:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 287 +ERROR - 2018-10-18 09:45:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:45:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:45:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:45:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:45:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:45:55 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 260 +ERROR - 2018-10-18 09:45:55 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:45:55 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 287 +ERROR - 2018-10-18 09:45:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:45:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:46:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 297 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 297 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:46:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:46:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:46:39 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:46:39 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:40 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:40 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:46:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 260 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 287 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:46:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:47:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 297 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 297 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:47:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 297 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 297 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 252 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 303 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:49:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 301 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 301 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:49:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:50:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:50:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:50:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 264 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 273 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 291 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:50:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 269 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 301 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 301 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:52:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:52:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:53:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 256 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 264 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 273 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 291 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:53:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 307 +ERROR - 2018-10-18 09:53:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:53:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 274 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 09:53:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:54:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:54:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 112 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 270 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 270 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 09:54:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 09:54:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 09:54:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:01:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:01:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:01:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:01:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:01:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:01:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:01:54 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:01:54 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:01:54 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:01:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:01:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 112 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 274 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 10:01:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 10:02:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:09:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:09:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 112 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 120 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 257 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 274 +ERROR - 2018-10-18 10:09:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 10:09:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 10:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 308 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:12:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:12:14 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:12:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:12:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:12:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 112 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 121 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 121 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 266 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 275 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 293 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 10:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 113 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 113 +ERROR - 2018-10-18 10:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 113 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 267 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 294 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 267 +ERROR - 2018-10-18 10:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 113 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 267 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 294 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 294 +ERROR - 2018-10-18 10:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 113 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 267 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 294 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 267 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 294 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:13:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:13:39 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:13:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 113 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined variable: sn C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 122 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 259 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 267 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 294 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 310 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:14:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:14:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:14:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:14:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 300 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 300 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:15:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:15:50 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:15:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:15:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:15:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:15:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:15:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:15:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:15:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:16:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:16:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:17:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:17:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:17:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 300 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 300 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:17:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:21:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:21:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:21:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:21:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:21:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:21:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:22:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:22:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 300 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 300 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:26:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:26:02 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:26:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:26:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:26:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:26:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:28:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:28:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:28:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:28:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:29:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:29:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:29:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:29:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:31:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:31:25 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:31:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 263 +ERROR - 2018-10-18 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-10-18 10:31:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 290 +ERROR - 2018-10-18 10:31:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:31:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:32:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 268 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:32:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 306 +ERROR - 2018-10-18 10:33:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:33:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:38:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:38:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:39:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:39:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:40:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:40:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:41:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:41:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:42:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:42:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:43:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:43:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:43:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:43:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:44:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:44:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 10:44:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:35:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:35:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:37:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:37:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:37:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:37:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:38:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:38:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:38:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:38:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 11:38:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:38:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:38:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 11:38:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 271 +ERROR - 2018-10-18 11:38:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 309 +ERROR - 2018-10-18 11:41:25 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 11:41:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:41:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:41:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:41:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:41:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:43:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:43:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:43:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:43:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:43:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:43:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:43:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:43:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:43:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:43:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:43:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:43:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:44:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:01 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:44:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:46:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 241 +ERROR - 2018-10-18 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 272 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:54:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:55:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:55:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:55:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:55:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:55:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:55:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:55:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:55:24 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:55:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:55:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:56:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:56:05 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:57:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:57:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 11:57:37 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 312 +ERROR - 2018-10-18 11:58:59 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 11:58:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:59:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 11:59:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:59:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:59:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:59:09 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 11:59:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 11:59:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 11:59:09 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:01:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:01:52 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:02:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 264 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 264 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:02:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 264 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$CreatedDate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 264 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:02:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:02:23 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 12:02:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:02:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:02:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:02:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:02:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:02:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:35 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:02:36 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:04:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:39 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:04:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:04:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:04:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 279 +ERROR - 2018-10-18 12:04:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 297 +ERROR - 2018-10-18 12:05:15 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 12:05:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:05:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:05:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:05:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 237 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 239 +ERROR - 2018-10-18 12:05:24 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 270 +ERROR - 2018-10-18 12:06:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:06:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:06:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:06:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:06:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:06:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:06:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:07:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:07:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:07:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:07:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:07:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:07:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:07:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:07:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:07:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:07:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:07:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:07:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:07:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 265 +ERROR - 2018-10-18 12:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 265 +ERROR - 2018-10-18 12:12:36 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 12:12:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:12:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:12:40 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:12:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 228 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 230 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 228 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 230 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 228 +ERROR - 2018-10-18 12:12:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 230 +ERROR - 2018-10-18 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 228 +ERROR - 2018-10-18 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 230 +ERROR - 2018-10-18 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 261 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:14:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:14:07 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:16:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:16:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:16:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:16:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:16:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:16:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 265 +ERROR - 2018-10-18 12:16:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 265 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:17:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:17:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:17:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:17:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:17:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:17:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:18:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:18:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:18:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:18:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:18:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:18:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:18:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:18:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:19:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:19:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:19:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:19:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:19:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:19:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:19:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:20:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:20:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:20:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:20:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:20:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:20:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:20:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:20:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:25:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined property: stdClass::$client_id C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined property: stdClass::$client_id C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined property: stdClass::$client_id C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined property: stdClass::$client_id C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined property: stdClass::$client_id C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:25:53 --> Severity: Notice --> Undefined property: stdClass::$client_id C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:28:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:28:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:28:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:28:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:28:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:28:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:28:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:28:51 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-10-18 12:28:51 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:32:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 48 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 48 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 69 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 71 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:32:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:32:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:33:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:33:17 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 69 +ERROR - 2018-10-18 12:33:17 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 71 +ERROR - 2018-10-18 12:33:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:33:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:33:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:34:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 48 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 48 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 69 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 71 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 185 +ERROR - 2018-10-18 12:34:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 186 +ERROR - 2018-10-18 12:35:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:35:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:35:35 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:35:35 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:35:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:35:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:35:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:36:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:36:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:36:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:36:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:36:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:36:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:36:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:36:16 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:36:16 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:36:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:36:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:36:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:36:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:36:28 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:36:28 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:36:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:36:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:36:37 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:36:37 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:36:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:36:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:36:59 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\siddharth_application\application\views\cashbooklisting.php 243 +ERROR - 2018-10-18 12:37:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:37:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:37:45 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:37:45 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:37:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:37:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:37:50 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\siddharth_application\application\views\cashbooklisting.php 243 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:38:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:38:16 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:38:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 238 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 238 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 238 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 238 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 246 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 255 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 273 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 289 +ERROR - 2018-10-18 12:38:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 289 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:40:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 249 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:40:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:40:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:40:43 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:41:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 249 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:41:09 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\siddharth_application\application\views\cashbooklisting.php 243 +ERROR - 2018-10-18 12:41:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:41:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:41:50 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:41:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 12:41:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 12:41:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 12:41:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:41:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:41:51 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:41:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 249 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:41:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:42:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:06 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:42:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 241 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 249 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Undefined property: stdClass::$Fpath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 258 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 276 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:42:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 292 +ERROR - 2018-10-18 12:42:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:42:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 180 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 181 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 187 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:42:21 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 172 +ERROR - 2018-10-18 12:43:32 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 12:43:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 12:43:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:43:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:43:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:43:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:43:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:43:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:43:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:43:41 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:44:02 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\siddharth_application\application\views\cashbooklisting.php 243 +ERROR - 2018-10-18 12:44:35 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 12:44:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 12:44:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:44:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:44:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:44:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:44:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:44:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:44:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:44:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-10-18 12:44:48 --> Severity: Notice --> Undefined property: stdClass::$file C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-10-18 12:45:46 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 616 +ERROR - 2018-10-18 12:45:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 623 +ERROR - 2018-10-18 12:45:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:45:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 184 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 185 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 171 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 172 +ERROR - 2018-10-18 12:45:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 173 +ERROR - 2018-10-18 12:46:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:46:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:46:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:46:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:46:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:46:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 248 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:46:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 255 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:46:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:47:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:47:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:47:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:47:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:47:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:47:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:47:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:47:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:56:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:56:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:56:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:56:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:56:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:56:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:56:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:56:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 250 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:56:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 257 +ERROR - 2018-10-18 12:56:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:56:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-10-18 12:56:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 182 +ERROR - 2018-10-18 12:56:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 183 +ERROR - 2018-10-18 12:56:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 189 +ERROR - 2018-10-18 12:57:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:57:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:57:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:57:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:57:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:57:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:57:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:57:08 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:57:08 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:57:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:57:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:57:33 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\siddharth_application\application\views\cashbooklisting.php 243 +ERROR - 2018-10-18 12:59:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:59:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 12:59:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 12:59:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 12:59:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:59:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 79 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 81 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 12:59:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 196 +ERROR - 2018-10-18 13:00:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 13:00:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 13:00:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 13:00:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 13:00:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 13:01:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-10-18 13:01:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-10-18 13:01:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 13:01:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 2 +ERROR - 2018-10-18 13:01:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 165 +ERROR - 2018-10-18 13:01:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 166 +ERROR - 2018-10-18 13:01:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 172 diff --git a/application/models/cashbook_model.php b/application/models/cashbook_model.php index c6f74bca..1b5ec723 100644 --- a/application/models/cashbook_model.php +++ b/application/models/cashbook_model.php @@ -562,7 +562,7 @@ $sql.=" group by id.IGRItemNo"; function suppliertotal() { - $sql="select sd.SupplierName as SupplierName,sd.SupplierID, + $sql="select sd.SupplierName as SupplierName,sd.SupplierID,im.CreatedDate, round(ifnull(if(POType = 'REVENUE', (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, @@ -786,7 +786,7 @@ $sql.="group by id.IGRItemNo"; function amountunpaidfilter($sd,$fa,$aa,$m,$fdate,$tdate) { - $sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as PONO,im.IGRNO,id.IGRItemNo,im.MaterialRcvdDate,br.Balancetopay,br.Amountpaid,sd.SupplierName as SupplierName,sd.SupplierID,im.DeliveryChellanOrInvoiceNo, + $sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as PONO,im.IGRNO,id.IGRItemNo,im.MaterialRcvdDate,im.DeliveryChellanDate,im.CreatedDate,br.Balancetopay,br.Amountpaid,sd.SupplierName as SupplierName,sd.SupplierID,im.DeliveryChellanOrInvoiceNo,DATEDIFF(CURDATE(),id.CreatedDate)as days, round(ifnull(if(POType = 'REVENUE', (id.QuantityAsPerInvoice * pl.Rate)+(rt.AfterSGST), (id.QuantityAsPerInvoice * pl.Rate)+(st.After_SGST )),0),2) as sgst, @@ -839,15 +839,16 @@ where im.IGRStatus = 'ST027' and id.BankStatus ='ST072' and sd.SupplierID='".$s if ($fa and $aa != ''){ - + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; - $sql.=" and (im.MaterialRcvdDate >= '".$fa."-04-01' and im.MaterialRcvdDate <= '".$aa."-03-31')"; + $sql.=" and (im.DeliveryChellanDate >= '".$fa."-04-01' and im.DeliveryChellanDate <= '".$aa."-03-31')"; } + if ($m!= ''){ //$sql.="and monthname(im.CreatedDate) = '".$m."'"; - $sql.="and monthname(im.MaterialRcvdDate) = '".$m."'"; + $sql.="and monthname(im.DeliveryChellanDate) = '".$m."'"; } @@ -855,8 +856,8 @@ where im.IGRStatus = 'ST027' and id.BankStatus ='ST072' and sd.SupplierID='".$s $fromd= date("Y-m-d",strtotime($fdate)); $tod=date("Y-m-d",strtotime($tdate)); - $sql.="and date(im.MaterialRcvdDate) >= '".$fromd."' - and date(im.MaterialRcvdDate) <= '".$tod."'"; + $sql.="and date(im.DeliveryChellanDate) >= '".$fromd."' + and date(im.DeliveryChellanDate) <= '".$tod."'"; } @@ -942,7 +943,7 @@ function receiptdata() function debitpolistfilter($suppliername,$fa,$aa,$m,$fdate,$tdate) { // echo $suppliername+'sn'; - $this->db->select('bm.id,bm.mid,igrm.MaterialRcvdDate,bm.PONO,bm.Suppliername,bm.Totalpoamount, + $this->db->select('bm.id,bm.mid,bm.Podate,bm.PONO,bm.Suppliername,bm.Totalpoamount, bm.Balancetopay,bm.Amountpaid,bm.IGRNO,igrm.file,bm.IGRLineItemNo,br.Clearbalance,br.Balancetocleared,bu.FilePath,bu.BillNo,inward.FilePath as Fpath'); $this->db->from ('T_Bankporeport bm'); $this->db->join ('T_IGR_Master igrm','igrm.PONO = bm.PONO or igrm.IGRNO = bm.IGRNO ','left'); @@ -952,7 +953,7 @@ function receiptdata() $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->where('bm.IsActive',1); - $this->db->where('bm.Suppliername',$suppliername); + $this->db->where('bm.Suppliername',$suppliername); if ($fa and $aa != ''){ //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; @@ -1087,7 +1088,7 @@ function receiptdata() function uncreditinvoicelistfilter($client,$fdate,$tdate,$fa,$aa,$m) { - echo $client; + $this->db->select('iva.invoice_id,iva.invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_id,ic.client_name,BI.balancetoreceived,BI.amountreceived'); $this->db->from ('ip_invoice_amounts iva'); @@ -1411,7 +1412,7 @@ function receiptdata() } function paided($suppliername) { - $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount, + $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'); $this->db->from ('T_Bankporeport bm'); $this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =bm.IGRNO','left'); @@ -1426,7 +1427,7 @@ function receiptdata() } function amountpaidsupplierwise() { - $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount, + $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount,bm.Podate, bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.IGRNO,bm.IGRLineItemNo'); $this->db->from ('T_Bankporeport bm'); $this->db->group_by('bm.Suppliername'); @@ -1555,7 +1556,7 @@ function receiptdata() $this->db->join ('T_Bankinvoicereport BI',' iv.invoice_number =BI.invoiceno','left'); $this->db->where('iv.receivedstatus ','ST066'); $this->db->where('iv.invoice_status_id','2'); - $this->db->where('ic.client_name',$clientname); + $this->db->where('ic.client_id',$clientname); // $this->db->where('iv.receivedstatus','ST066'); $this->db->group_by('iva.invoice_id'); @@ -1566,7 +1567,7 @@ function receiptdata() function unreceivedsupplier() { - $this->db->select('iva.invoice_id,sum(iva.invoice_total)as invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_name,BI.balancetoreceived,sum(BI.amountreceived)as amountreceived'); + $this->db->select('iva.invoice_id,sum(iva.invoice_total)as invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_id,ic.client_name,BI.balancetoreceived,sum(BI.amountreceived)as amountreceived'); $this->db->from ('ip_invoice_amounts iva'); $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id','left'); $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); @@ -1583,7 +1584,7 @@ function receiptdata() function uncreditinvoicewisefilter($fdate,$tdate,$fa,$aa,$m) { - $this->db->select('iva.invoice_id,sum(iva.invoice_total)as invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_name,BI.balancetoreceived,sum(BI.amountreceived)as amountreceived'); + $this->db->select('iva.invoice_id,sum(iva.invoice_total)as invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_id,ic.client_name,BI.balancetoreceived,sum(BI.amountreceived)as amountreceived'); $this->db->from ('ip_invoice_amounts iva'); $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id','left'); $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); diff --git a/application/views/bankamountpaid.php b/application/views/bankamountpaid.php index d6233a9f..cafb031f 100644 --- a/application/views/bankamountpaid.php +++ b/application/views/bankamountpaid.php @@ -2,7 +2,7 @@

Cashbook Reports

--> - +
+ Back +
-
-

Bank Debit Amount Paid Reports

- -

Suppliername?>

+ + +

Bank Debit Amount Paid Reports

+

- - - - + + +
- +
@@ -243,7 +236,7 @@ if(!empty($amountpaid)) - MaterialRcvdDate),'d-m-Y'); ?> + Podate),'d-m-Y'); ?> PONO?> IGRNO?> diff --git a/application/views/bankamountreceived.php b/application/views/bankamountreceived.php index fc299470..22b29839 100644 --- a/application/views/bankamountreceived.php +++ b/application/views/bankamountreceived.php @@ -62,28 +62,20 @@ foreach($financialyear as $item) - +
+ Back +

Amount Received Reports

- -

customername?>

-
+

+
- - - - + + +
-
diff --git a/application/views/bankamountunpaid.php b/application/views/bankamountunpaid.php index fd516b11..cfdc3b72 100644 --- a/application/views/bankamountunpaid.php +++ b/application/views/bankamountunpaid.php @@ -68,10 +68,11 @@ foreach($financialyear as $item)

- Back + Back

Un Paid Reports

+

SupplierName?>

SupplierName?>

+
- - - - + + +
- +

@@ -139,9 +140,7 @@ foreach($financialyear as $item)
-
- -
+