diff --git a/application/controllers/cashbook.php b/application/controllers/cashbook.php index 0ad307f5..8c2eb146 100644 --- a/application/controllers/cashbook.php +++ b/application/controllers/cashbook.php @@ -1390,7 +1390,11 @@ class cashbook extends BaseController $data['supplierid']= $supplierID; $suppliername= $this->input->post('suppliername'); $data['suppliername']=$suppliername; - + $data['fa']=$fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['suppliername']= $suppliername; $data['bankdebit'] = $this->cashbook_model->debitpolistfilter($supplierID,$fa,$aa,$m,$fdate,$tdate); @@ -1402,7 +1406,12 @@ class cashbook extends BaseController $aa=$_GET['aa']; $m=$_GET['m']; $fdate=$_GET['fdate']; - $tdate=$_GET['tdate']; + $tdate=$_GET['tdate']; + $data['fa']=$fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $supplierid= $_GET['sid']; $data['supplierid']= $supplierid; $suppliername= $_GET['sn']; @@ -1432,7 +1441,11 @@ class cashbook extends BaseController $data['accountcode']= $accountcode; $accountname= $this->input->post('accountname'); $data['accountname']=$accountname; - + $data['fa']=$fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['bankmappingcash'] = $this->cashbook_model->mappingcashfilter($accountcode,$fa,$aa,$m,$fdate,$tdate); } @@ -1447,6 +1460,11 @@ class cashbook extends BaseController $data['accountcode']= $accountcode; $accountname= $_GET['an']; $data['accountname']=$accountname; + $data['fa']=$fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['bankmappingcash'] = $this->cashbook_model->mappingcash($accountcode,$fa,$aa,$m,$fdate,$tdate); } $data['finyear']=$this->cashbook_model->report_cashbook(); @@ -1472,7 +1490,11 @@ class cashbook extends BaseController $data['accountcode']= $accountcode; $accountname= $this->input->post('accountname'); $data['accountname']=$accountname; - + $data['fa']=$fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['bankmappingcash'] = $this->cashbook_model->mappingcashreceivedfilter($accountcode,$fa,$aa,$m,$fdate,$tdate); } @@ -1487,6 +1509,11 @@ class cashbook extends BaseController $data['accountcode']= $accountcode; $accountname= $_GET['an']; $data['accountname']=$accountname; + $data['fa']=$fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['bankmappingcash'] = $this->cashbook_model->mappingcashreceived($accountcode,$fa,$aa,$m,$fdate,$tdate); } $data['finyear']=$this->cashbook_model->report_cashbook(); @@ -1530,6 +1557,7 @@ class cashbook extends BaseController $m=$this->input->post('month'); $fdate = $this->input->post('from_date'); $tdate = $this->input->post('to_date'); + $data['ab']=$ab; $data['fa']=$fa; $data['aa']=$aa; $data['m']= $m; @@ -1563,6 +1591,7 @@ class cashbook extends BaseController $m=$this->input->post('month'); $fdate = $this->input->post('from_date'); $tdate = $this->input->post('to_date'); + $data['ab']= $ab; $data['fa']= $fa; $data['aa']=$aa; $data['m']=$m; @@ -1597,6 +1626,12 @@ class cashbook extends BaseController $tdate = $this->input->post('to_date'); $sd= $this->input->post('supplier'); $data['suppliername']=$sd; + $data['fa']= $fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; + $data['bankunpaid'] = $this->cashbook_model->amountunpaidfilter($sd,$fa,$aa,$m,$fdate,$tdate); } else @@ -1607,6 +1642,11 @@ class cashbook extends BaseController $m=$_GET['m']; $fdate=$_GET['fdate']; $tdate=$_GET['tdate']; + $data['fa']= $fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['suppliername']=$supplierid1; @@ -1639,6 +1679,11 @@ class cashbook extends BaseController $data['clientname']=$clientname; $clientid = $this->input->post('clientid'); $data['clientid']=$clientid; + $data['fa']= $fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['amountreceived'] = $this->cashbook_model->creditinvoicelistfilter($clientid,$fdate,$tdate,$fa,$aa,$m); } else @@ -1649,10 +1694,16 @@ class cashbook extends BaseController $m=$_GET['m']; $fdate=$_GET['fdate']; $tdate=$_GET['tdate']; - $clientid= $_GET['sid']; - $data['clientid']=$clientid; + $clientid= $_GET['sid']; + $data['clientid']=$clientid; $cname= $_GET['cname']; - $data['clientname']=$cname; + $data['clientname']=$cname; + $data['fa']= $fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; + $data['amountreceived'] = $this->cashbook_model->received($clientid,$fdate,$tdate,$fa,$aa,$m); } $data['finyear']=$this->cashbook_model->report_finyearamountreceived(); @@ -1687,9 +1738,9 @@ class cashbook extends BaseController $data['amountreceivedsupplier'] = $this->cashbook_model->creditinvoicesupplierwise(); $data['amountpaidcashbook']=$this->cashbook_model->amountreceivedcashbook(); } - $data['finyear']=$this->cashbook_model->report_finyearamountreceived(); - $data['getcustomer'] = $this->cashbook_model->getcustomer(); - $this->loadViews("bankreceivedsupp", $this->global,$data, NULL); + $data['finyear']=$this->cashbook_model->report_finyearamountreceived(); + $data['getcustomer'] = $this->cashbook_model->getcustomer(); + $this->loadViews("bankreceivedsupp", $this->global,$data, NULL); } public function bankunreceivedsupp() @@ -1739,6 +1790,11 @@ class cashbook extends BaseController $tdate = $this->input->post('to_date'); $client =$this->input->post('client'); $data['client']=$client; + $data['fa']= $fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['amountunreceived'] = $this->cashbook_model->uncreditinvoicelistfilter($client,$fdate,$tdate,$fa,$aa,$m); } else @@ -1748,8 +1804,13 @@ class cashbook extends BaseController $m=$_GET['m']; $fdate=$_GET['fdate']; $tdate=$_GET['tdate']; - $clientname=$_GET['sid']; - $data['client']=$clientname; + $clientname=$_GET['sid']; + $data['client']=$clientname; + $data['fa']= $fa; + $data['aa']=$aa; + $data['m']=$m; + $data['fdate']=$fdate; + $data['tdate']=$tdate; $data['amountunreceived'] = $this->cashbook_model->unreceived($clientname,$fdate,$tdate,$fa,$aa,$m); } $data['finyear']=$this->cashbook_model->report_finyearamountunreceived(); diff --git a/application/logs/log-2018-11-01.php b/application/logs/log-2018-11-01.php index cda03aec..f9633e80 100644 --- a/application/logs/log-2018-11-01.php +++ b/application/logs/log-2018-11-01.php @@ -2943,3 +2943,4091 @@ ERROR - 2018-11-01 08:20:33 --> Severity: Notice --> Undefined variable: aa C:\ ERROR - 2018-11-01 08:20:33 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 ERROR - 2018-11-01 08:20:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 ERROR - 2018-11-01 08:20:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:32:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:32:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:32:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:40:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:40:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:40:17 --> Severity: Notice --> Undefined variable: totalmappedamount C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:40:17 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 73 +ERROR - 2018-11-01 09:40:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:40:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:40:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:41:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:41:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:41:11 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:41:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:41:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:41:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:41:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:41:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:41:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:41:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:41:28 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:41:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:41:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:41:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:42:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:42:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:42:34 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:42:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:42:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:42:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:42:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:42:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:42:42 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:42:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:42:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:42:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:42:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:42:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:42:58 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:42:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:42:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:42:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:43:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:43:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:43:15 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:47:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:47:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:47:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:47:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 09:47:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:47:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:47:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:47:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:47:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:48:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:48:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:48:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:48:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:48:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:52:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:52:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:52:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:52:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:52:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:54:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:54:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:54:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:54:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:54:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:55:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:55:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:56:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:56:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:56:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:56:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:56:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:56:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:56:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:56:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:56:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:56:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:56:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:56:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:56:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:56:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:56:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:57:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:57:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:57:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:57:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:57:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:59:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:59:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:59:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:59:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:59:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 09:59:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:59:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 09:59:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 09:59:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 09:59:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:04:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:04:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:04:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:04:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:04:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:05:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:05:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:05:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:05:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:05:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:05:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:05:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:05:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:05:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:05:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:06:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:06:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:06:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:06:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:06:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:07:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:07:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:07:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:07:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:07:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:07:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:10:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:11:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:11:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:11:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:11:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:11:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:12:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:14:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 102 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:14:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:17:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:17:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:17:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:17:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:17:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:17:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:17:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:18:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:18:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 250 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:18:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:19:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 250 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:19:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:19:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:19:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:19:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:19:17 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 250 +ERROR - 2018-11-01 10:19:18 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-11-01 10:19:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:19:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:19:44 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 10:19:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:19:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 90 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 91 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 92 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:19:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:22:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:22:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:22:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:22:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:22:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:23:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:23:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:23:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:23:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:23:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:23:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:23:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:23:45 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:24:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:24:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:25:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:26:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:26:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:26:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:31:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:31:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:33:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:33:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:33:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:33:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:33:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:33:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:33:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:34:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 10:34:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 10:34:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 10:34:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 10:34:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:34:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:34:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:34:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:34:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:35:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:35:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 250 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 265 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:35:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 10:37:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:37:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 10:37:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 10:37:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 10:37:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 10:39:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 11 +ERROR - 2018-11-01 10:39:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 11 +ERROR - 2018-11-01 10:39:20 --> Severity: Notice --> Undefined variable: balancetoclear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:39:20 --> Severity: Notice --> Undefined variable: bankamount C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:39:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:39:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:40:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 11 +ERROR - 2018-11-01 10:40:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 11 +ERROR - 2018-11-01 10:40:32 --> Severity: Notice --> Undefined variable: balancetoclear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:40:32 --> Severity: Notice --> Undefined variable: bankamount C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:40:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:40:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 242 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 90 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 91 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 92 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:06 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:42:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:42:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:42:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:42:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:42:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:42:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:42:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:42:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:42:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:42:42 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 10:42:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 10:42:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:42:42 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:42 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 90 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 91 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 92 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:42:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:44:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:44:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:44:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:44:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:44:20 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:48:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:48:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:48:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:48:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:48:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:48:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:48:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:48:15 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 90 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 91 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 92 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:28 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:28 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:49:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:49:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:49:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:50:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:50:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 74 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:50:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:10 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:11 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:50:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:43 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 271 +ERROR - 2018-11-01 10:50:44 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 286 +ERROR - 2018-11-01 10:50:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:50:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 10:50:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 10:51:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:51:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 10:51:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 75 +ERROR - 2018-11-01 10:51:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 238 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 240 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 276 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 10:51:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 216 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 222 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:51:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 10:53:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 10:53:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 10:53:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 10:53:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 216 +ERROR - 2018-11-01 10:53:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 222 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 10:59:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-11-01 10:59:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-11-01 10:59:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 10:59:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 10:59:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 251 +ERROR - 2018-11-01 10:59:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-11-01 10:59:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 258 +ERROR - 2018-11-01 11:01:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 11:01:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 11:01:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:01:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 216 +ERROR - 2018-11-01 11:01:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 222 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 158 +ERROR - 2018-11-01 11:07:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 164 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:07:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 38 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 38 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 38 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 38 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 38 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 158 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 164 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:09:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 158 +ERROR - 2018-11-01 11:09:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 164 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:10:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:10:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:10:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 158 +ERROR - 2018-11-01 11:10:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 164 +ERROR - 2018-11-01 11:10:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 157 +ERROR - 2018-11-01 11:10:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 158 +ERROR - 2018-11-01 11:10:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 164 +ERROR - 2018-11-01 11:11:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:11:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:13:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 11:14:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:14:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 11:14:29 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-11-01 11:14:29 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:14:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 210 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 235 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 235 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 235 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 235 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 11:14:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 263 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:16:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 44 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 45 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 45 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 45 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 45 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 212 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 218 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 211 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 236 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 236 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 236 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 236 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 264 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 264 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 264 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 264 +ERROR - 2018-11-01 11:16:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 264 +ERROR - 2018-11-01 11:18:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:18:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 50 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 50 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 50 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 51 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 51 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 51 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 51 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 218 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 224 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 242 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 242 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 242 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 242 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 270 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 270 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 270 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 270 +ERROR - 2018-11-01 11:18:39 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 270 +ERROR - 2018-11-01 11:18:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:18:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:18:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 217 +ERROR - 2018-11-01 11:18:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 218 +ERROR - 2018-11-01 11:18:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 224 +ERROR - 2018-11-01 11:31:50 --> Severity: Warning --> mysqli_connect(): php_network_getaddresses: getaddrinfo failed: No such host is known. C:\xampp\htdocs\siddharth_application\system\database\drivers\mysqli\mysqli_driver.php 77 +ERROR - 2018-11-01 11:31:50 --> Severity: Warning --> mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: No such host is known. C:\xampp\htdocs\siddharth_application\system\database\drivers\mysqli\mysqli_driver.php 77 +ERROR - 2018-11-01 11:31:50 --> Unable to connect to the database +ERROR - 2018-11-01 11:32:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:32:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 238 +ERROR - 2018-11-01 11:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 239 +ERROR - 2018-11-01 11:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 245 +ERROR - 2018-11-01 11:32:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:32:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:33:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:33:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:34:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:34:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:41:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:41:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:45:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:45:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:48:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:48:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 2 +ERROR - 2018-11-01 11:48:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 233 +ERROR - 2018-11-01 11:48:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 234 +ERROR - 2018-11-01 11:48:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankpaidsupp.php 240 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 11:48:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 242 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 11:48:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 285 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 11:50:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 10 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 315 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 315 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 315 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 315 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 272 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 315 +ERROR - 2018-11-01 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountpaid.php 315 +ERROR - 2018-11-01 11:51:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 11 +ERROR - 2018-11-01 11:51:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 11 +ERROR - 2018-11-01 11:51:46 --> Severity: Notice --> Undefined variable: balancetoclear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 271 +ERROR - 2018-11-01 11:51:46 --> Severity: Notice --> Undefined variable: bankamount C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 271 +ERROR - 2018-11-01 11:51:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 271 +ERROR - 2018-11-01 11:51:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\banksettlementcash.php 271 +ERROR - 2018-11-01 11:52:06 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:52:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: ab C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 43 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 87 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 88 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 89 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 90 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 91 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 92 +ERROR - 2018-11-01 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 192 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 198 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 177 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 178 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 179 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:52:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 191 +ERROR - 2018-11-01 11:55:47 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 11:55:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:55:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 110 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 110 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 111 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 112 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 113 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 114 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 115 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 215 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 221 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:55:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:31 --> Severity: Notice --> Undefined variable: Supplierid C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 676 +ERROR - 2018-11-01 11:56:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\models\cashbook_model.php 683 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:56:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 110 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 110 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 111 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 112 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 113 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 114 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 115 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 215 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 221 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:56:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 2 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 110 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 110 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 112 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 200 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 201 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 202 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 214 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 215 +ERROR - 2018-11-01 11:56:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunpaidsupp.php 221 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 11:56:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 2 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 103 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 103 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 266 +ERROR - 2018-11-01 11:56:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 268 +ERROR - 2018-11-01 11:56:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 304 +ERROR - 2018-11-01 11:56:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountunpaid.php 304 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 11:57:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 41 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 41 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 41 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 41 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 41 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:06 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 216 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 222 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 215 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 240 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 240 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 240 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 240 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 240 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 11:57:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 268 +ERROR - 2018-11-01 12:03:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:03:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 239 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 245 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 314 +ERROR - 2018-11-01 12:03:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:03:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:03:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 238 +ERROR - 2018-11-01 12:03:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 239 +ERROR - 2018-11-01 12:03:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 245 +ERROR - 2018-11-01 12:05:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:05:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:05:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:05:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:05:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:05:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:05:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:06:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 11 +ERROR - 2018-11-01 12:06:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 11 +ERROR - 2018-11-01 12:06:09 --> Severity: Notice --> Undefined variable: balancetoclear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 243 +ERROR - 2018-11-01 12:06:09 --> Severity: Notice --> Undefined variable: bankamount C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 243 +ERROR - 2018-11-01 12:06:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 243 +ERROR - 2018-11-01 12:06:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 243 +ERROR - 2018-11-01 12:11:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 11 +ERROR - 2018-11-01 12:11:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 11 +ERROR - 2018-11-01 12:11:03 --> Severity: Notice --> Undefined variable: balancetoclear C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 271 +ERROR - 2018-11-01 12:11:03 --> Severity: Notice --> Undefined variable: bankamount C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 271 +ERROR - 2018-11-01 12:11:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 271 +ERROR - 2018-11-01 12:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\banksettlementcredit.php 271 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:14:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:14:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:14:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:14:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:14:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:14:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:14:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:14:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:14:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 279 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 279 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 279 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 279 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 286 +ERROR - 2018-11-01 12:14:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 286 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 186 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 192 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:14:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:15:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:15:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 186 +ERROR - 2018-11-01 12:15:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 192 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:15:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 78 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 80 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 194 +ERROR - 2018-11-01 12:15:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 195 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:17:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 106 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 108 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:17:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:17:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:17:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:18:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:18:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:18:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:18:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:59 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:59 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:59 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:18:59 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:19:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:19:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:21:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:21:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountreceived.php 10 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 186 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 192 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:21:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 186 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 192 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:37 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankunreceivedsupp.php 185 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:22:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 106 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 108 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:24:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 2 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 106 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 108 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 222 +ERROR - 2018-11-01 12:24:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\siddharth_application\application\views\bankamountunreceived.php 223 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:24:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 2 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 244 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 250 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 243 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:57 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 +ERROR - 2018-11-01 12:24:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\siddharth_application\application\views\bankreceivedsupp.php 324 diff --git a/application/views/bankamountpaid.php b/application/views/bankamountpaid.php index bf7b125e..d6db09ba 100644 --- a/application/views/bankamountpaid.php +++ b/application/views/bankamountpaid.php @@ -99,7 +99,37 @@ if(!empty($amountpaid))
-

Bank Debit Amount Paid Reports

+

Bank Debit Amount Paid Reports + ( + + + ) +

diff --git a/application/views/bankamountreceived.php b/application/views/bankamountreceived.php index 5e2fec56..39fbe602 100644 --- a/application/views/bankamountreceived.php +++ b/application/views/bankamountreceived.php @@ -67,7 +67,35 @@ foreach($financialyear as $item)
-

Amount Received Reports

+

Amount Received Reports( + + + )

@@ -195,7 +223,7 @@ foreach($financialyear as $item)
- +
diff --git a/application/views/bankamountunpaid.php b/application/views/bankamountunpaid.php index dd130477..b97209e0 100644 --- a/application/views/bankamountunpaid.php +++ b/application/views/bankamountunpaid.php @@ -71,7 +71,35 @@ foreach($financialyear as $item) Back
-

Un Paid Reports

+

Un Paid Reports( + + + )

SupplierName?>

-

Un Receivable Invoice Report

+

Un Receivable Invoice Report( + + + )

- +
diff --git a/application/views/bankpaidsupp.php b/application/views/bankpaidsupp.php index 159bca15..0c174c6b 100644 --- a/application/views/bankpaidsupp.php +++ b/application/views/bankpaidsupp.php @@ -41,7 +41,30 @@ foreach($financialyear as $item) -

Sundry Creditors

+

Sundry Creditors( + + )

+ -

CashBook

+

CashBook( + + )

diff --git a/application/views/bankreceivedsupp.php b/application/views/bankreceivedsupp.php index 7d93d572..9685cdad 100644 --- a/application/views/bankreceivedsupp.php +++ b/application/views/bankreceivedsupp.php @@ -38,7 +38,35 @@ foreach($financialyear as $item)
-

Sundry Debitors

+

Sundry Debtors( + + + )

- + @@ -237,7 +265,35 @@ foreach($financialyear as $item)
-

CashBook

+

CashBook( + + + )

diff --git a/application/views/banksettlementcash.php b/application/views/banksettlementcash.php index 77d582b6..14a065ad 100644 --- a/application/views/banksettlementcash.php +++ b/application/views/banksettlementcash.php @@ -79,7 +79,36 @@ if(!empty($mapping)) -

Cashbook Reports

+

Cashbook Reports + ( + + + )

diff --git a/application/views/banksettlementcredit.php b/application/views/banksettlementcredit.php index d20694e9..0f1424b9 100644 --- a/application/views/banksettlementcredit.php +++ b/application/views/banksettlementcredit.php @@ -80,7 +80,35 @@ if(!empty($mapping)) -

Cashbook Reports

+

Cashbook Reports( + + + )

diff --git a/application/views/bankunpaidsupp.php b/application/views/bankunpaidsupp.php index 73fa8204..83c77bf6 100644 --- a/application/views/bankunpaidsupp.php +++ b/application/views/bankunpaidsupp.php @@ -40,7 +40,30 @@ foreach($financialyear as $item)
-

Sundry Creditors

+

Sundry Creditors( + + + )

diff --git a/application/views/bankunreceivedsupp.php b/application/views/bankunreceivedsupp.php index ce54025a..d69f9076 100644 --- a/application/views/bankunreceivedsupp.php +++ b/application/views/bankunreceivedsupp.php @@ -35,7 +35,35 @@
-

Sundry Debitors

+

Sundry Debtors( + + + )

@@ -115,7 +143,7 @@
- +